From d26afd541df23fb12a7967a6327bd1eafc184a85 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 15 Jan 2005 12:28:01 +0000 Subject: Eliminate macro calls inside literal displays. --- bin/cat/cat.1 | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'bin/cat') diff --git a/bin/cat/cat.1 b/bin/cat/cat.1 index 0ee1cd0..15c0686 100644 --- a/bin/cat/cat.1 +++ b/bin/cat/cat.1 @@ -107,18 +107,16 @@ characters (with the high bit set) are printed as .Ex -std .Sh EXAMPLES The command: -.Bd -literal -offset indent -.Ic cat file1 -.Ed +.Pp +.Dl "cat file1" .Pp will print the contents of .Ar file1 to the standard output. .Pp The command: -.Bd -literal -offset indent -.Ic cat file1 file2 > file3 -.Ed +.Pp +.Dl "cat file1 file2 > file3" .Pp will sequentially print the contents of .Ar file1 @@ -134,9 +132,8 @@ See the manual page for your shell (i.e., for more information on redirection. .Pp The command: -.Bd -literal -offset indent -.Ic cat file1 - file2 - file3 -.Ed +.Pp +.Dl "cat file1 - file2 - file3" .Pp will print the contents of .Ar file1 , -- cgit v1.1