Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3 Pp before Bl



details:   https://anonhg.NetBSD.org/src/rev/5bda11fa91c1
branches:  trunk
changeset: 934250:5bda11fa91c1
user:      sevan <sevan%NetBSD.org@localhost>
date:      Mon Jun 08 17:28:10 2020 +0000

description:
Pp before Bl

diffstat:

 share/man/man3/bits.3  |  4 +---
 share/man/man3/types.3 |  3 +--
 2 files changed, 2 insertions(+), 5 deletions(-)

diffs (42 lines):

diff -r ae82d60b03cb -r 5bda11fa91c1 share/man/man3/bits.3
--- a/share/man/man3/bits.3     Mon Jun 08 17:19:44 2020 +0000
+++ b/share/man/man3/bits.3     Mon Jun 08 17:28:10 2020 +0000
@@ -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 @@
 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 @@
 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
diff -r ae82d60b03cb -r 5bda11fa91c1 share/man/man3/types.3
--- a/share/man/man3/types.3    Mon Jun 08 17:19:44 2020 +0000
+++ b/share/man/man3/types.3    Mon Jun 08 17:28:10 2020 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index