Skip to content

Commit

Permalink
Modify the syntax ambiguity of MD
Browse files Browse the repository at this point in the history
  • Loading branch information
jimcat8 committed Nov 27, 2024
1 parent 084b3c2 commit b632c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/books/admin_guide/08-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ When a program runs, the system will create a process by placing the program dat

Each process has:

* a *PID*: ***P**rocess **ID**entifier*, a unique process identifier
* a *PPID*: ***P**arent **P**rocess **ID**entifier*, unique identifier of parent process
* a *PID*: _**P**rocess **ID**entifier_, a unique process identifier
* a *PPID*: _**P**arent **P**rocess **ID**entifier_, unique identifier of parent process

By successive filiations, the `init` process is the father of all processes.

Expand Down

0 comments on commit b632c4b

Please sign in to comment.