From b632c4b99f5e818bbca92d4faeef93e1d470020c Mon Sep 17 00:00:00 2001 From: tianci Date: Wed, 27 Nov 2024 10:26:35 +0800 Subject: [PATCH] Modify the syntax ambiguity of MD --- docs/books/admin_guide/08-process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/books/admin_guide/08-process.md b/docs/books/admin_guide/08-process.md index 0d97f6c32..c2e800ec8 100644 --- a/docs/books/admin_guide/08-process.md +++ b/docs/books/admin_guide/08-process.md @@ -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.