diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-04-25 06:31:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-04-25 06:31:49 +0000 |
commit | dfbdc591815aad9096c3994370e30c4449255b69 (patch) | |
tree | 6fc3c310f8937145960dcc4e9c55a3d81574f6b9 /usr.bin/less/more.1 | |
parent | 65709d35e6b20bf9889faeed2fbe85d66a6e4798 (diff) |
be a bit clearer about what this page is; ok millert schwarze
Diffstat (limited to 'usr.bin/less/more.1')
-rw-r--r-- | usr.bin/less/more.1 | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/usr.bin/less/more.1 b/usr.bin/less/more.1 index 87292a6241c..ea7cc9dfed5 100644 --- a/usr.bin/less/more.1 +++ b/usr.bin/less/more.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: more.1,v 1.14 2014/04/24 19:19:28 jmc Exp $ +.\" $OpenBSD: more.1,v 1.15 2014/04/25 06:31:48 jmc Exp $ .\" .\" Copyright (c) 1988, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)more.1 8.2 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: April 24 2014 $ +.Dd $Mdocdate: April 25 2014 $ .Dt MORE 1 .Os .Sh NAME @@ -56,6 +56,17 @@ is a single dash .Pq Ql - , the standard input is used. .Pp +This version of the +.Nm +utility is actually +.Xr less 1 +in disguise. +As such, it will also accept options documented in +.Xr less 1 . +This manual page describes only features +relevant to a POSIX compliant +.Nm . +.Pp The options are as follows: .Bl -tag -width Ds .It Fl c @@ -117,14 +128,6 @@ backspaces which appear between two identical characters are displayed as emboldened text; and CR-LF sequences are compressed to a single linefeed character. .El -.Pp -This version of the -.Nm -utility is actually -.Xr less 1 -in disguise. -As such, it will also accept options documented in -.Xr less 1 . .Sh COMMANDS Interactive commands for .Nm |