aboutsummaryrefslogtreecommitdiff
path: root/bin/mkdir/mkdir.1
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1999-08-28 21:38:36 +0000
committerMike Pritchard <mpp@FreeBSD.org>1999-08-28 21:38:36 +0000
commitd3183183c24fb8fce5c9c7739b81411e0bc10bfe (patch)
treeaab39c9f5b49792241c27f73e5bac1df2ccc176c /bin/mkdir/mkdir.1
parent1df89a603d176c770abc1c4f7b0237fd4154478d (diff)
downloadsrc-d3183183c24fb8fce5c9c7739b81411e0bc10bfe.tar.gz
src-d3183183c24fb8fce5c9c7739b81411e0bc10bfe.zip
Fix typo in previous commit that documented the -v option.
Notes
Notes: svn path=/head/; revision=50529
Diffstat (limited to 'bin/mkdir/mkdir.1')
-rw-r--r--bin/mkdir/mkdir.12
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1
index 49ac16d70c2e..b919ab815bf2 100644
--- a/bin/mkdir/mkdir.1
+++ b/bin/mkdir/mkdir.1
@@ -78,7 +78,7 @@ 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.
-.It Fl p
+.It Fl v
Be verbose when creating directories, listing them as they are created.
.El
.Pp