diff options
-rw-r--r-- | lib/libc/gen/sysctl.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 4071be1a5a4..4d98788567c 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.206 2011/07/08 18:30:17 yasuoka Exp $ +.\" $OpenBSD: sysctl.3,v 1.207 2011/07/08 19:50:32 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1924,8 +1924,10 @@ The currently defined variable names are: .It Dv PIPEXCTL_ENABLE integer yes .El .Bl -tag -width "123456" -.It Dv PIPEXCTL_ENABLE -If set to 1, enable the PIPEX processing. The default is 0. +.It Dv PIPEXCTL_ENABLE +If set to 1, enable PIPEX processing. +The default is 0. +.El .El .Ss CTL_USER The string and integer information available for the |