diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-18 16:49:18 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-18 16:49:18 +0000 |
commit | 38ecbad3023f723c9175f12f5751162c1d23f2fc (patch) | |
tree | 3ce8db3253ffc10391eb849318d709b6f443be99 /usr.bin | |
parent | eec68a70ed081b89bd584e3cf004d50dd44a59d3 (diff) |
- Don't use .Ar here.
- Use a less Microsoft'ish example directory name. :-)
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/man/help.1 | 6 |
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 |