=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/compress/zmore.1,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/compress/zmore.1 2007/01/24 10:53:43 1.6 +++ src/usr.bin/compress/zmore.1 2007/05/20 00:27:27 1.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zmore.1,v 1.6 2007/01/24 10:53:43 jmc Exp $ +.\" $OpenBSD: zmore.1,v 1.7 2007/05/20 00:27:27 jsg Exp $ .\" .\" Copyright (c) 2003 Todd C. Miller .\" @@ -22,12 +22,16 @@ .Dt ZMORE 1 .Os .Sh NAME -.Nm zmore +.Nm zmore , +.Nm zless .Nd view compressed files .Sh SYNOPSIS .Nm zmore .Op Ar flags .Op Ar file ... +.Nm zless +.Op Ar flags +.Op Ar file ... .Sh DESCRIPTION .Nm is a filter that allows the viewing of files compressed with Lempel-Ziv @@ -49,6 +53,14 @@ .Pa /usr/bin/more by default). .Pp +.Nm zless +is equivalent to +.Nm zmore +but uses +.Xr less 1 +as a pager instead of +.Xr more 1 . +.Pp When multiple files are specified, .Nm will pause at the end of each file and present the following prompt to the user: @@ -84,7 +96,11 @@ Program used to display files. If unset, .Pa /usr/bin/more -is used. +is used +.Pq Nm zmore +or +.Pa /usr/bin/less +.Pq Nm zless . .El .Sh SEE ALSO .Xr compress 1 ,