diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-06-27 18:22:13 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-06-27 18:22:13 +0000 |
| commit | 5091080e15d98cd1a2cd21ad7811dec86664b5a2 (patch) | |
| tree | e1b01175bda41c878ad94f2fc5ce616ccc486aa6 | |
| parent | a67bcabd14e27c99ebd6593701be7aeca4459441 (diff) | |
Notes
| -rw-r--r-- | bin/cat/cat.1 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/cat/cat.1 b/bin/cat/cat.1 index 740734ab763e..f0e6b09832e1 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! |
