summaryrefslogtreecommitdiffstats
path: root/usr.bin/tail
diff options
context:
space:
mode:
authorbentley <bentley@openbsd.org>2015-02-28 21:51:56 +0000
committerbentley <bentley@openbsd.org>2015-02-28 21:51:56 +0000
commit9dbd696514ef94fc24ee622023bb055d94c78640 (patch)
treecc83a924c252f976523f2306273efaa262692a9c /usr.bin/tail
parentMove consinit() out of the bowels of the zs driver to its own file, in (diff)
downloadwireguard-openbsd-9dbd696514ef94fc24ee622023bb055d94c78640.tar.xz
wireguard-openbsd-9dbd696514ef94fc24ee622023bb055d94c78640.zip
Reduce usage of predefined strings in manpages.
Predefined strings are not very portable across troff implementations, and they make the source much harder to read. Usually the intended character can be written directly. No output changes, except for two instances where the incorrect escape was used in the first place. tweaks + ok schwarze@
Diffstat (limited to 'usr.bin/tail')
-rw-r--r--usr.bin/tail/tail.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tail/tail.1 b/usr.bin/tail/tail.1
index 470dc4bf9f6..af3579cde29 100644
--- a/usr.bin/tail/tail.1
+++ b/usr.bin/tail/tail.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tail.1,v 1.20 2014/06/03 19:27:31 guenther Exp $
+.\" $OpenBSD: tail.1,v 1.21 2015/02/28 21:51:57 bentley Exp $
.\" $NetBSD: tail.1,v 1.4 1994/11/23 07:42:13 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)tail.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: June 3 2014 $
+.Dd $Mdocdate: February 28 2015 $
.Dt TAIL 1
.Os
.Sh NAME
@@ -101,7 +101,7 @@ The
option is ignored if there are no
.Fa file
arguments and the standard input is a pipe or a FIFO.
-.It Fl n Ar number \*(Ba Fl Ns Ar number
+.It Fl n Ar number | Fl Ns Ar number
The location is
.Ar number
lines.