Module Name:    src
Committed By:   wiz
Date:           Sun Sep 15 07:01:13 UTC 2019

Modified Files:
        src/lib/libc/gen: sysctl.3

Log Message:
Fix markup, and remove two superfluous Pp.


To generate a diff of this commit:
cvs rdiff -u -r1.205 -r1.206 src/lib/libc/gen/sysctl.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/sysctl.3
diff -u src/lib/libc/gen/sysctl.3:1.205 src/lib/libc/gen/sysctl.3:1.206
--- src/lib/libc/gen/sysctl.3:1.205	Sun Sep 15 01:03:23 2019
+++ src/lib/libc/gen/sysctl.3	Sun Sep 15 07:01:13 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sysctl.3,v 1.205 2019/09/15 01:03:23 christos Exp $
+.\"	$NetBSD: sysctl.3,v 1.206 2019/09/15 07:01:13 wiz Exp $
 .\"
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -288,7 +288,6 @@ The core interface to all of these meta-
 that the kernel uses to describe the tree internally, as defined in
 .In sys/sysctl.h
 as:
-.Pp
 .Bd -literal
 struct sysctlnode {
         uint32_t sysctl_flags;          /* flags and type */
@@ -359,7 +358,8 @@ Creation and destruction of nodes works 
 node description (or a description of the existing node) and invoking
 .Dv CTL_CREATE
 (or
-.Dv CTL_CREATESYM ) or
+.Dv CTL_CREATESYM )
+or
 .Dv CTL_DESTROY
 at the parent of the new
 node, with a pointer to the new node passed via the
@@ -535,7 +535,6 @@ will match the
 .Fa sysctl_ver
 value for a given node, so that descriptions for nodes whose number
 have been recycled can be detected and ignored or discarded.
-.Pp
 .Bd -literal
 struct sysctldesc {
         int32_t         descr_num;      /* mib number of node */

Reply via email to