diff options
author | 2020-07-20 14:52:12 +0000 | |
---|---|---|
committer | 2020-07-20 14:52:12 +0000 | |
commit | e886970e55ca3bc63c529b8878180b1e10d2d6f3 (patch) | |
tree | b77bdf3dd5197c4b30244fcba374e68469a81a44 | |
parent | Move remaining scsi bus initialization info from "prototype scsi link" (diff) | |
download | wireguard-openbsd-e886970e55ca3bc63c529b8878180b1e10d2d6f3.tar.xz wireguard-openbsd-e886970e55ca3bc63c529b8878180b1e10d2d6f3.zip |
as jmc@ points out, i missed a few instances of .Xr more 1
-rw-r--r-- | usr.bin/mandoc/apropos.1 | 5 | ||||
-rw-r--r-- | usr.bin/mandoc/man.1 | 5 | ||||
-rw-r--r-- | usr.bin/mandoc/mandoc.1 | 7 |
3 files changed, 7 insertions, 10 deletions
diff --git a/usr.bin/mandoc/apropos.1 b/usr.bin/mandoc/apropos.1 index 00cffb4fb3f..c81add156e6 100644 --- a/usr.bin/mandoc/apropos.1 +++ b/usr.bin/mandoc/apropos.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apropos.1,v 1.42 2020/07/20 14:25:22 schwarze Exp $ +.\" $OpenBSD: apropos.1,v 1.43 2020/07/20 14:52:12 schwarze Exp $ .\" .\" Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2011,2012,2014,2017,2018 Ingo Schwarze <schwarze@openbsd.org> @@ -73,7 +73,7 @@ would. If the standard output is a terminal device and .Fl c is not specified, use -.Xr more 1 +.Xr less 1 to paginate them. In .Fl a @@ -364,7 +364,6 @@ Specifies the pagination program to use when is not defined. If neither PAGER nor MANPAGER is defined, .Xr less 1 -.Fl s is used. Only used if .Fl a diff --git a/usr.bin/mandoc/man.1 b/usr.bin/mandoc/man.1 index 7299c14c393..eb0fae7a9d3 100644 --- a/usr.bin/mandoc/man.1 +++ b/usr.bin/mandoc/man.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.1,v 1.38 2020/07/20 14:25:22 schwarze Exp $ +.\" $OpenBSD: man.1,v 1.39 2020/07/20 14:52:12 schwarze Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -74,7 +74,7 @@ See for a description of the contents of this file. .It Fl c Copy the manual page to the standard output instead of using -.Xr more 1 +.Xr less 1 to paginate it. This is done by default if the standard output is not a terminal device. .Pp @@ -330,7 +330,6 @@ Specifies the pagination program to use when is not defined. If neither PAGER nor MANPAGER is defined, .Xr less 1 -.Fl s is used. .El .Sh FILES diff --git a/usr.bin/mandoc/mandoc.1 b/usr.bin/mandoc/mandoc.1 index 64e005ed175..7df6962e1f5 100644 --- a/usr.bin/mandoc/mandoc.1 +++ b/usr.bin/mandoc/mandoc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mandoc.1,v 1.169 2020/07/20 14:25:22 schwarze Exp $ +.\" $OpenBSD: mandoc.1,v 1.170 2020/07/20 14:52:12 schwarze Exp $ .\" .\" Copyright (c) 2012, 2014-2020 Ingo Schwarze <schwarze@openbsd.org> .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> @@ -52,13 +52,13 @@ The options are as follows: If the standard output is a terminal device and .Fl c is not specified, use -.Xr more 1 +.Xr less 1 to paginate the output, just like .Xr man 1 would. .It Fl c Copy the formatted manual pages to the standard output without using -.Xr more 1 +.Xr less 1 to paginate them. This is the default. It can be specified to override @@ -665,7 +665,6 @@ Specifies the pagination program to use when is not defined. If neither PAGER nor MANPAGER is defined, .Xr less 1 -.Fl s is used. Only used if .Fl a |