From d2d9aa87f5564eb1aca7386cb6f595b13ebd556f Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Tue, 14 Nov 2000 07:35:02 +0000 Subject: [PATCH] Whitespace only: remove hard sentence breaks introduced in previous commit and use a paragraph marker (Pp) instead of a blank line. --- lib/libc/gen/sysctl.3 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 900fa4499170..15da599877ae 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -377,11 +377,12 @@ The third and fourth level names are as follows: .It KERN\_PROC\_UID A user ID .It KERN\_PROC\_RUID A real user ID .El - +.Pp If the third level name is KERN_PROC_ARGS then the command line argument array is returned in a flattened form, i.e. zero-terminated arguments -follow each other. The total size of array is returned. It's also possible -for a process to set it's own process title this way. +follow each other. +The total size of array is returned. +It's also possible for a process to set it's own process title this way. .Bl -column "Third level nameXXXXXX" "Fourth level is:XXXXXX" -offset indent .It Pa Third level name Fourth level is: .It KERN\_PROC\_ARGS A process ID