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/0c720a9de4bd
branches: trunk
changeset: 352911:0c720a9de4bd
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 b70eecb71ecd -r 0c720a9de4bd 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