summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-06-27 18:22:13 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-06-27 18:22:13 +0000
commit6be5180b1f0608f85301a4e91734eacc6c95e1a0 (patch)
treec2fd4f9cec5349d64764f436814e59025a1c3d71
parentd075a2c6070c64b284f1db2f77edd66f824ebeef (diff)
downloadFreeBSD-src-6be5180b1f0608f85301a4e91734eacc6c95e1a0.zip
FreeBSD-src-6be5180b1f0608f85301a4e91734eacc6c95e1a0.tar.gz
Use Dq Li (double-quoted literal) instead of Ic (internal command) to
mark up a sample invocation, since it is not a command internal to the described utility. Do not use Ar (argument) to mark up something which is not an argument to the utility or one of its internal commands.
-rw-r--r--bin/cat/cat.16
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/cat/cat.1 b/bin/cat/cat.1
index 740734a..f0e6b09 100644
--- a/bin/cat/cat.1
+++ b/bin/cat/cat.1
@@ -186,7 +186,5 @@ It appears to have been
.Sh BUGS
Because of the shell language mechanism used to perform output
redirection, the command
-.Ic cat file1 file2 > file1
-will cause the original data in
-.Ar file1
-to be destroyed!
+.Dq Li cat file1 file2 > file1
+will cause the original data in file1 to be destroyed!
OpenPOWER on IntegriCloud