diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-12 18:32:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-12 18:32:40 +0000 |
commit | 45c49256c551f079986ed9e840de45a3b9bf23e9 (patch) | |
tree | 2f02e62a92c65cec82f3c810c7ee2625afc25e34 /bin/cat/cat.1 | |
parent | b12b5185e53f9e4e2fb29883e70b58e689a3c7bd (diff) |
use .Li more
Diffstat (limited to 'bin/cat/cat.1')
-rw-r--r-- | bin/cat/cat.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/cat/cat.1 b/bin/cat/cat.1 index 0c9aaddb92e..af1413998d1 100644 --- a/bin/cat/cat.1 +++ b/bin/cat/cat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cat.1,v 1.21 2002/02/11 18:43:50 mpech Exp $ +.\" $OpenBSD: cat.1,v 1.22 2003/03/12 18:32:39 deraadt Exp $ .\" $NetBSD: cat.1,v 1.12 1995/09/27 05:38:55 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -109,13 +109,13 @@ The .Nm utility exits 0 on success or >0 if an error occurred. .Sh EXAMPLES -.Cm $ cat file1 +.Li $ cat file1 .Pp Print the contents of .Ar file1 to the standard output. .Pp -.Cm $ cat file1 file2 > file3 +.Li $ cat file1 file2 > file3 .Pp Sequentially print the contents of .Ar file1 @@ -130,7 +130,7 @@ See the manual page for your shell (i.e., .Xr sh 1 ) for more information on redirection. .Pp -.Cm $ cat file1 - file2 - file3 +.Li $ cat file1 - file2 - file3 .Pp Print the contents of .Ar file1 , |