summaryrefslogtreecommitdiffstats
path: root/bin/mkdir
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-03-17 18:15:11 +0000
committeraaron <aaron@openbsd.org>2000-03-17 18:15:11 +0000
commit8c9265831a8817876fd3841a50242084667da47a (patch)
tree7c11b49def671a4ac861dd1bfa483ecff064f494 /bin/mkdir
parentcorrect reject route installations for IPv6. improve comments. (diff)
downloadwireguard-openbsd-8c9265831a8817876fd3841a50242084667da47a.tar.xz
wireguard-openbsd-8c9265831a8817876fd3841a50242084667da47a.zip
Remove hard sentence breaks.
Diffstat (limited to 'bin/mkdir')
-rw-r--r--bin/mkdir/mkdir.17
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1
index e5ac9b6798c..dcba2127f2b 100644
--- a/bin/mkdir/mkdir.1
+++ b/bin/mkdir/mkdir.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mkdir.1,v 1.10 1999/09/23 19:52:48 aaron Exp $
+.\" $OpenBSD: mkdir.1,v 1.11 2000/03/17 18:15:14 aaron Exp $
.\" $NetBSD: mkdir.1,v 1.9 1995/07/25 19:37:13 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -55,7 +55,7 @@ utility creates the directories named as operands, in the order specified,
using mode
.Li rwxrwxrwx (\&0777)
as modified by the current
-.Xr umask 2 .
+.Xr umask 2 .
.Pp
The options are as follows:
.Bl -tag -width indent
@@ -79,7 +79,8 @@ operand must already exist.
Intermediate directories are created with permission bits of
.Li rwxrwxrwx (\&0777)
as modified by the current umask, plus write and search
-permission for the owner. Do not consider it an error if the
+permission for the owner.
+Do not consider it an error if the
argument directory already exists.
.El
.Pp