Source-Changes-HG archive

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

[src/trunk]: src/bin/sh Fix mandoc -Tlint warnings:



details:   https://anonhg.NetBSD.org/src/rev/ab15f6502a9c
branches:  trunk
changeset: 823162:ab15f6502a9c
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Fri Apr 14 08:48:01 2017 +0000

description:
Fix mandoc -Tlint warnings:
        s/PP/Pp
        Remove Pp before It

diffstat:

 bin/sh/sh.1 |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r c6f076b874dc -r ab15f6502a9c bin/sh/sh.1
--- a/bin/sh/sh.1       Fri Apr 14 08:40:30 2017 +0000
+++ b/bin/sh/sh.1       Fri Apr 14 08:48:01 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sh.1,v 1.130 2017/04/14 08:40:30 abhinav Exp $
+.\"    $NetBSD: sh.1,v 1.131 2017/04/14 08:48:01 abhinav Exp $
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -1286,7 +1286,7 @@
 operators (in both prefix and postfix forms) and the
 .Dq \&,
 (comma) operator, which are currently not supported.
-.PP
+.Pp
 It should not be necessary to state that the C operators which
 operate on, or produce, pointer types, are not supported.
 Those include unary
@@ -1970,7 +1970,6 @@
 With the
 .Fl p
 option specified the output will be formatted suitably for non-interactive use.
-.Pp
 .It return [ Ar n ]
 Stop executing the current function or a dot command with return value of
 .Ar n
@@ -2168,7 +2167,6 @@
 Limits of an arbitrary process can be displayed or set using the
 .Xr sysctl 8
 utility.
-.Pp
 .It umask Op Ar mask
 Set the value of umask (see
 .Xr umask 2 )



Home | Main Index | Thread Index | Old Index