diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-23 23:08:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-23 23:08:48 +0000 |
commit | 4611deddfe84c32a29dc209ac73fe6d285ecb766 (patch) | |
tree | 475980cae589e4cabc0b4cec98416476d7cd7e14 /usr.bin/less | |
parent | 4e76df5b9bcb457022337d952d20ff0e485612e1 (diff) |
`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))
discussed with todd@
Diffstat (limited to 'usr.bin/less')
-rw-r--r-- | usr.bin/less/less.1 | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/usr.bin/less/less.1 b/usr.bin/less/less.1 index 89da0fbe2ed..8570836ceec 100644 --- a/usr.bin/less/less.1 +++ b/usr.bin/less/less.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: less.1,v 1.7 2003/11/30 14:27:52 jmc Exp $ +.\" $OpenBSD: less.1,v 1.8 2004/01/23 23:08:47 jmc Exp $ .\" .\" Copyright (C) 2002 Mark Nudelman .\" @@ -528,7 +528,7 @@ By default, searches start at the second line on the screen (or after the last found line; see the -j option). .It Xo .Fl b Ns Ar n | -.Fl -buffers Ns No = Ns Ar n +.Fl -buffers Ns = Ns Ar n .Xc Specifies the amount of buffer space .Nm @@ -617,7 +617,7 @@ to run somewhat faster than the default. The -G option suppresses all highlighting of strings found by search commands. .It Xo .Fl h Ns Ar n | -.Fl -max-back-scroll Ns No = Ns Ar n +.Fl -max-back-scroll Ns = Ns Ar n .Xc Specifies a maximum number of lines to scroll backward. If it is necessary to scroll backward more than n lines, @@ -634,7 +634,7 @@ Like -i, but searches ignore case even if the pattern contains uppercase letters. .It Xo .Fl j Ns Ar n | -.Fl -jump-target Ns No = Ns Ar n +.Fl -jump-target Ns = Ns Ar n .Xc Specifies a line on the screen where the "target" line is to be positioned. A target line is the object of a text search, @@ -655,7 +655,7 @@ The status column shows the lines that matched the current search. The status column is also used if the -w or -W option is in effect. .It Xo .Fl k Ns Ar filename | -.Fl -lesskey-file Ns No = Ns Ar filename +.Fl -lesskey-file Ns = Ns Ar filename .Xc Causes .Nm @@ -714,7 +714,7 @@ Causes a line number to be displayed at the beginning of each line in the display. .It Xo .Fl o Ns Ar filename | -.Fl -log-file Ns No = Ns Ar filename +.Fl -log-file Ns = Ns Ar filename .Xc Causes .Nm @@ -725,7 +725,7 @@ If the file already exists, will ask for confirmation before overwriting it. .It Xo .Fl O Ns Ar filename | -.Fl -LOG-FILE Ns No = Ns Ar filename +.Fl -LOG-FILE Ns = Ns Ar filename .Xc The -O option is like -o, but it will overwrite an existing file without asking for confirmation. @@ -739,7 +739,7 @@ The "s" command is equivalent to specifying -o from within .Nm less . .It Xo .Fl p Ns Ar pattern | -.Fl -pattern Ns No = Ns Ar pattern +.Fl -pattern Ns = Ns Ar pattern .Xc The -p option on the command line is equivalent to specifying +/pattern; that is, it tells @@ -747,7 +747,7 @@ that is, it tells to start at the first occurrence of pattern in the file. .It Xo .Fl P Ns Ar prompt | -.Fl -prompt Ns No = Ns Ar prompt +.Fl -prompt Ns = Ns Ar prompt .Xc Provides a way to tailor the three prompt styles to your own preference. This option would normally be put in the @@ -820,7 +820,7 @@ The default is to fold long lines; that is, display the remainder on the next line. .It Xo .Fl t Ns Ar tag | -.Fl -tag Ns No = Ns Ar tag +.Fl -tag Ns = Ns Ar tag .Xc The -t option, followed immediately by a TAG, will edit the file containing that tag. @@ -842,7 +842,7 @@ The command ":t" is equivalent to specifying -t from within .Nm less . .It Xo .Fl T Ns Ar tagsfile | -.Fl -tag-file Ns No = Ns Ar tagsfile +.Fl -tag-file Ns = Ns Ar tagsfile .Xc Specifies a tags file to be used instead of "tags". .It Fl u | -underline-special @@ -883,7 +883,7 @@ Like -w, but temporarily highlights the first new line after any forward movement command larger than one line. .It Xo .Fl x Ns Ar n,... | -.Fl -tabs Ns No = Ns Ar n,... +.Fl -tabs Ns = Ns Ar n,... .Xc Sets tab stops. If only one n is specified, tab stops are set at multiples of n. @@ -903,7 +903,7 @@ This is sometimes useful if the keypad strings make the numeric keypad behave in an undesirable manner. .It Xo .Fl y Ns Ar n | -.Fl -max-forw-scroll Ns No = Ns Ar n +.Fl -max-forw-scroll Ns = Ns Ar n .Xc Specifies a maximum number of lines to scroll forward. If it is necessary to scroll forward more than n lines, @@ -913,7 +913,7 @@ the screen if desired. By default, any forward movement causes scrolling. .It Xo .Fl Oo Cm z Oc Ns Ar n | -.Fl -window Ns No = Ns Ar n +.Fl -window Ns = Ns Ar n .Xc Changes the default scrolling window size to n lines. The default is one screenful. @@ -931,7 +931,7 @@ If the screen is resized to 40 lines, the scrolling window automatically changes to 36 lines. .It Xo .Ar -cc | -.Fl -quotes Ns No = Ns Ar cc +.Fl -quotes Ns = Ns Ar cc .Xc Changes the filename quoting character. This may be necessary if you are trying to name a file |