Module Name: src
Committed By: sevan
Date: Mon Jun 8 17:28:10 UTC 2020
Modified Files:
src/share/man/man3: bits.3 types.3
Log Message:
Pp before Bl
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/man/man3/bits.3
cvs rdiff -u -r1.6 -r1.7 src/share/man/man3/types.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man3/bits.3
diff -u src/share/man/man3/bits.3:1.18 src/share/man/man3/bits.3:1.19
--- src/share/man/man3/bits.3:1.18 Mon Jul 3 21:30:58 2017
+++ src/share/man/man3/bits.3 Mon Jun 8 17:28:10 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: bits.3,v 1.18 2017/07/03 21:30:58 wiz Exp $
+.\" $NetBSD: bits.3,v 1.19 2020/06/08 17:28:10 sevan Exp $
.\"
.\" Copyright (c) 2006, 2010 David Young. All rights reserved.
.\"
@@ -58,7 +58,6 @@ Use
and
.Fn __BITS
to define bitmasks:
-.Pp
.Bl -tag -width __BITS -offset indent
.It Fn __BIT "n"
Return a bitmask with bit
@@ -82,7 +81,6 @@ The least significant bit is bit 0.
and
.Fn __SHIFTOUT_MASK
help read and write bitfields from words:
-.Pp
.Bl -tag -width __SHIFTOUT_MASK -offset indent
.It Fn __SHIFTIN "v" "mask"
Left-shift bits
Index: src/share/man/man3/types.3
diff -u src/share/man/man3/types.3:1.6 src/share/man/man3/types.3:1.7
--- src/share/man/man3/types.3:1.6 Sun Apr 10 10:02:34 2011
+++ src/share/man/man3/types.3 Mon Jun 8 17:28:10 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: types.3,v 1.6 2011/04/10 10:02:34 jruoho Exp $
+.\" $NetBSD: types.3,v 1.7 2020/06/08 17:28:10 sevan Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -79,7 +79,6 @@ and provides additional types as well as
.Xr param 3 ) .
.Ss Standard Types
The following standards-compliant system data types are defined:
-.Pp
.Bl -column -offset indent \
"suseconds_t " "process and process group IDs " "clock_settime(3) "
.It Sy Type Ta Sy Typical use Ta Sy Example