From 3e9fe647913a3e6cd5c31fdcacbf9992b48abcf8 Mon Sep 17 00:00:00 2001 From: Imre Vadasz Date: Mon, 19 Jan 2015 23:35:00 +0100 Subject: [PATCH] sysctl.3: Remove KERN_UPDATEINTERVAL identifier. Fix a copy-paste error. --- lib/libc/gen/sysctl.3 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 88cdf6ccd0..15a5903340 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -378,7 +378,6 @@ information. .It Dv KERN_QUANTUM Ta "integer" Ta "yes" .It Dv KERN_SAVED_IDS Ta "integer" Ta "no" .It Dv KERN_SECURELVL Ta "integer" Ta "raise only" -.It Dv KERN_UPDATEINTERVAL Ta "integer" Ta "no" .It Dv KERN_VERSION Ta "string" Ta "no" .It Dv KERN_VNODE Ta "struct vnode" Ta "no" .El @@ -483,14 +482,14 @@ The variables are as follows: .It Dv KERN_PROC_ARGS Returns the command line argument array of a process, in a flattened form, i.e. NUL-terminated arguments follow each other. -A process ID of -.Li \-1 -implies the current process. A process can set its own process title by changing this value. .It Dv KERN_PROC_CWD Returns the current working directory of a process. .It Dv KERN_PROC_PATHNAME Returns the path of a process' text file. +A process ID of +.Li \-1 +implies the current process. .El .It Dv KERN_PROF Return profiling information about the kernel. -- 2.41.0