summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-01-23 08:41:38 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-01-23 08:41:38 +0000
commit9715c87b3b955323d0e79f200e7ea945b94fe2b7 (patch)
treea530395074f4a5b1daa0702080fcc7fa5134f81e /lib/libc
parent550b151850d9dd44e99bf00fbf43ca9a404e07f7 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/sysctl.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 2470c0e83c36..c4c39fdc4f09 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -32,7 +32,7 @@
.\" @(#)sysctl.3 8.4 (Berkeley) 5/9/95
.\" $FreeBSD$
.\"
-.Dd May 9, 1995
+.Dd January 23, 2001
.Dt SYSCTL 3
.Os
.Sh NAME
@@ -158,7 +158,7 @@ function is also useful for fetching mib prefixes and then adding
a final component.
For example, to fetch process information
for processes with pid's less than 100:
-
+.Pp
.Bd -literal -offset indent -compact
int i, mib[4];
size_t len;