diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/awk/awk.1 | 7 | ||||
-rw-r--r-- | usr.bin/less/less.1 | 12 | ||||
-rw-r--r-- | usr.bin/mandoc/mandoc.1 | 7 |
3 files changed, 16 insertions, 10 deletions
diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1 index ef736709f26..0bf3231907a 100644 --- a/usr.bin/awk/awk.1 +++ b/usr.bin/awk/awk.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: awk.1,v 1.44 2015/09/14 20:06:58 schwarze Exp $ +.\" $OpenBSD: awk.1,v 1.45 2019/05/26 01:16:09 naddy Exp $ .\" .\" Copyright (C) Lucent Technologies 1997 .\" All Rights Reserved @@ -22,7 +22,7 @@ .\" ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF .\" THIS SOFTWARE. .\" -.Dd $Mdocdate: September 14 2015 $ +.Dd $Mdocdate: May 26 2019 $ .Dt AWK 1 .Os .Sh NAME @@ -731,7 +731,8 @@ Print all lines between start/stop pairs: .Pp .Dl /start/, /stop/ .Pp -Simulate echo(1): +Simulate +.Xr echo 1 : .Bd -literal -offset indent BEGIN { # Simulate echo(1) for (i = 1; i < ARGC; i++) printf "%s ", ARGV[i] diff --git a/usr.bin/less/less.1 b/usr.bin/less/less.1 index 61406302d00..52d2049562e 100644 --- a/usr.bin/less/less.1 +++ b/usr.bin/less/less.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: less.1,v 1.53 2019/05/07 23:05:12 schwarze Exp $ +.\" $OpenBSD: less.1,v 1.54 2019/05/26 01:16:09 naddy Exp $ .\" .\" Copyright (C) 1984-2012 Mark Nudelman .\" @@ -23,7 +23,7 @@ .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 7 2019 $ +.Dd $Mdocdate: May 26 2019 $ .Dt LESS 1 .Os .Sh NAME @@ -1859,9 +1859,13 @@ The default is "-". The maximum number of commands to save in the history file. The default is 100. .It Ev LESSKEY -Name of the default lesskey(1) file. +Name of the default +.Xr lesskey 1 +file. .It Ev LESSKEY_SYSTEM -Name of the default system-wide lesskey(1) file. +Name of the default system-wide +.Xr lesskey 1 +file. .It Ev LESSMETACHARS List of characters which are considered "metacharacters" by the shell. .It Ev LESSMETAESCAPE diff --git a/usr.bin/mandoc/mandoc.1 b/usr.bin/mandoc/mandoc.1 index 1277e1ec086..ef4169477a9 100644 --- a/usr.bin/mandoc/mandoc.1 +++ b/usr.bin/mandoc/mandoc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mandoc.1,v 1.162 2019/04/30 11:48:03 schwarze Exp $ +.\" $OpenBSD: mandoc.1,v 1.163 2019/05/26 01:16:09 naddy Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2012, 2014-2018 Ingo Schwarze <schwarze@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 30 2019 $ +.Dd $Mdocdate: May 26 2019 $ .Dt MANDOC 1 .Os .Sh NAME @@ -222,7 +222,8 @@ reads from standard input. .Pp The options .Fl fhklw -are also supported and are documented in man(1). +are also supported and are documented in +.Xr man 1 . In .Fl f and |