diff options
author | 2003-06-23 21:00:48 +0000 | |
---|---|---|
committer | 2003-06-23 21:00:48 +0000 | |
commit | 6458214ee7f55c7b24205a13ca2a3a47189b2b27 (patch) | |
tree | ecd9676db494a75bef350b0359542dc9bdaa796f | |
parent | - further document differences between compress and gzip (diff) | |
download | wireguard-openbsd-6458214ee7f55c7b24205a13ca2a3a47189b2b27.tar.xz wireguard-openbsd-6458214ee7f55c7b24205a13ca2a3a47189b2b27.zip |
some cleanups
-rw-r--r-- | usr.bin/compress/zmore.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/compress/zmore.1 b/usr.bin/compress/zmore.1 index fb85269fd9e..bcf63f34a2b 100644 --- a/usr.bin/compress/zmore.1 +++ b/usr.bin/compress/zmore.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zmore.1,v 1.2 2003/06/23 20:43:33 jmc Exp $ +.\" $OpenBSD: zmore.1,v 1.3 2003/06/23 21:00:48 deraadt Exp $ .\" .\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -45,7 +45,8 @@ Any .Ar flags that are specified are passed to the user's preferred .Ev PAGER -.No ( Ns Pa /usr/bin/more +(which is +.Pa /usr/bin/more by default). .Pp When multiple files are specified, @@ -62,10 +63,10 @@ is the file that was just displayed and is the next file to be displayed. The following keys are recognized at the prompt: .Bl -tag -width "e or q" -offset indent -.It e or q +.It Ic e No or Ic q quit .Nm zmore . -.It s +.It Ic s skip the next file (or exit if the next file is the last). .El .Pp |