diff options
author | 2003-03-12 18:32:39 +0000 | |
---|---|---|
committer | 2003-03-12 18:32:39 +0000 | |
commit | 0d13b6526de53c99c2ddd450ed2cb38d7dd0b095 (patch) | |
tree | 8fd2c66e73333bb1efc6c1eba56f60c4ce1ae70a | |
parent | Move range sanity check out of get_number() and into get_range() since (diff) | |
download | wireguard-openbsd-0d13b6526de53c99c2ddd450ed2cb38d7dd0b095.tar.xz wireguard-openbsd-0d13b6526de53c99c2ddd450ed2cb38d7dd0b095.zip |
use .Li more
-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 , |