summaryrefslogtreecommitdiff
path: root/bin/mkdir/mkdir.1
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2002-02-11 18:43:53 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2002-02-11 18:43:53 +0000
commit08be39f5bb2c3749f037ee6a116aec7656b0460b (patch)
tree94d8c274d8fb74b16780ae5b6e401c511d9f84d5 /bin/mkdir/mkdir.1
parent11661b37fd11040c9eb7ea938591fd8c371e7c9c (diff)
Initial patch.
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok
Diffstat (limited to 'bin/mkdir/mkdir.1')
-rw-r--r--bin/mkdir/mkdir.18
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1
index e1819ecd6f0..df6e01bf0bf 100644
--- a/bin/mkdir/mkdir.1
+++ b/bin/mkdir/mkdir.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mkdir.1,v 1.15 2000/11/09 17:51:56 aaron Exp $
+.\" $OpenBSD: mkdir.1,v 1.16 2002/02/11 18:43:51 mpech Exp $
.\" $NetBSD: mkdir.1,v 1.9 1995/07/25 19:37:13 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -90,18 +90,18 @@ The
.Nm
utility exits 0 on success or >0 if an error occurred.
.Sh EXAMPLES
-.Cm mkdir foobar
+.Cm $ mkdir foobar
.Pp
Create a directory named
.Pa foobar .
.Pp
-.Cm mkdir -m 700 foobar
+.Cm $ mkdir -m 700 foobar
.Pp
Create a directory named
.Pa foobar
and set its file mode to 700.
.Pp
-.Cm mkdir -p cow/horse/monkey
+.Cm $ mkdir -p cow/horse/monkey
.Pp
Create a directory named
.Pa cow/horse/monkey ,