From 285e86b675d3b308394234157df15d972ae876ad Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 4 Jul 2017 06:49:35 +0000 Subject: [PATCH] Use Ex. Remove superfluous Pp. --- bin/mkdir/mkdir.1 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1 index 803b4e249919..ca797ff01e9a 100644 --- a/bin/mkdir/mkdir.1 +++ b/bin/mkdir/mkdir.1 @@ -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 @@ as modified by the current .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 @@ Do not consider it an error if the argument directory already exists. .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 ,