Source-Changes-HG archive

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

[src/trunk]: src/bin/mkdir Use Ex. Remove superfluous Pp.



details:   https://anonhg.NetBSD.org/src/rev/78b12e9f2602
branches:  trunk
changeset: 825214:78b12e9f2602
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jul 04 06:49:35 2017 +0000

description:
Use Ex. Remove superfluous Pp.

diffstat:

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

diffs (27 lines):

diff -r 2d6f3459b3a8 -r 78b12e9f2602 bin/mkdir/mkdir.1
--- a/bin/mkdir/mkdir.1 Tue Jul 04 06:46:51 2017 +0000
+++ b/bin/mkdir/mkdir.1 Tue Jul 04 06:49:35 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mkdir.1,v 1.20 2017/07/03 21:33:23 wiz Exp $
+.\"    $NetBSD: mkdir.1,v 1.21 2017/07/04 06:49:35 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -52,7 +52,6 @@
 .Xr umask 2 .
 .Pp
 The options are as follows:
-.Pp
 .Bl -tag -width indent
 .It Fl m
 Set the file permission bits of the final created directory to
@@ -79,8 +78,7 @@
 .Pp
 The user must have write permission in the parent directory.
 .Sh EXIT STATUS
-.Nm
-exits 0 if successful, and >0 if an error occurred.
+.Ex -std mkdir
 .Sh SEE ALSO
 .Xr chmod 1 ,
 .Xr rmdir 1 ,



Home | Main Index | Thread Index | Old Index