diff options
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 |