summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/man/help.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/man/help.1 b/usr.bin/man/help.1
index ca1dc8ad5fc..41b89ce94bb 100644
--- a/usr.bin/man/help.1
+++ b/usr.bin/man/help.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: help.1,v 1.2 1999/10/18 06:35:24 deraadt Exp $
+.\" $OpenBSD: help.1,v 1.3 2000/10/18 16:49:17 aaron Exp $
.Dd October 17, 1999
.Dt HELP 1
.Os
@@ -84,12 +84,12 @@ Type
for a detailed listing.
.It Cm cat
Although it has many more uses,
-.Ic cat Ar filename
+.Ic cat filename
will print the contents of a plain-text file to the screen.
.It Cm mkdir
Make a directory.
For example,
-.Ic mkdir myfiles .
+.Ic mkdir foobar .
.It Cm rmdir
Remove a directory.
.It Cm rm