diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-11-14 07:35:02 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-11-14 07:35:02 +0000 |
commit | 8e96fd263c085493a5a1598ed50118bff6bac683 (patch) | |
tree | 575867fdaf7e024da0ccf168b5f857a9114181c3 /lib | |
parent | 0263b689c107e3aca4911abe74682b7d6794374d (diff) | |
download | FreeBSD-src-8e96fd263c085493a5a1598ed50118bff6bac683.zip FreeBSD-src-8e96fd263c085493a5a1598ed50118bff6bac683.tar.gz |
Whitespace only: remove hard sentence breaks introduced in previous
commit and use a paragraph marker (Pp) instead of a blank line.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 900fa44..15da599 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 |