From 9715c87b3b955323d0e79f200e7ea945b94fe2b7 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 23 Jan 2001 08:41:38 +0000 Subject: [PATCH] mdoc(7) police: replaced empty line with .Pp, updated document date. --- lib/libc/gen/sysctl.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 2470c0e83c3..c4c39fdc4f0 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;