summaryrefslogtreecommitdiff
path: root/bin/rmdir
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/rmdir
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/rmdir')
-rw-r--r--bin/rmdir/rmdir.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/rmdir/rmdir.1 b/bin/rmdir/rmdir.1
index 542f7ea4d90..a0b49232255 100644
--- a/bin/rmdir/rmdir.1
+++ b/bin/rmdir/rmdir.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rmdir.1,v 1.12 2001/09/15 01:18:41 millert Exp $
+.\" $OpenBSD: rmdir.1,v 1.13 2002/02/11 18:43:51 mpech Exp $
.\" $NetBSD: rmdir.1,v 1.10 1995/07/25 19:37:35 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -88,13 +88,13 @@ argument referred to an empty directory and was removed successfully.
An error occurred.
.El
.Sh EXAMPLES
-.Cm rmdir foobar
+.Cm $ rmdir foobar
.Pp
Remove the directory
.Pa foobar
if it is empty.
.Pp
-.Cm rmdir -p cow/horse/monkey
+.Cm $ rmdir -p cow/horse/monkey
.Pp
Remove all directories up to and including
.Pa cow ,