diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-17 18:15:17 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-17 18:15:17 +0000 |
commit | e8c7db851c4c34cce1015e7f1984ea7d6c98402e (patch) | |
tree | 3b891f3bc07ae758e29d6851e0075218ce182bbf /bin/mkdir | |
parent | 0d74f18c01a10f0b07b2b26263b491bbbc854af9 (diff) |
Remove hard sentence breaks.
Diffstat (limited to 'bin/mkdir')
-rw-r--r-- | bin/mkdir/mkdir.1 | 7 |
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 |