summaryrefslogtreecommitdiff
path: root/usr.bin/tail
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-10-02 07:56:23 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-10-02 07:56:23 +0000
commitbad475e10e71e4111b32a0ff81b60e73da9071b7 (patch)
tree8d4ad3047d0a496b1d0763794ca4aca8f31b08a1 /usr.bin/tail
parente748409618a6c92c05ca0fe2b06877171561197c (diff)
- simplify a list item
- use .Ex
Diffstat (limited to 'usr.bin/tail')
-rw-r--r--usr.bin/tail/tail.110
1 files changed, 3 insertions, 7 deletions
diff --git a/usr.bin/tail/tail.1 b/usr.bin/tail/tail.1
index a059210432e..a3fc46b6bb6 100644
--- a/usr.bin/tail/tail.1
+++ b/usr.bin/tail/tail.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tail.1,v 1.12 2006/10/02 07:50:25 jmc Exp $
+.\" $OpenBSD: tail.1,v 1.13 2006/10/02 07:56:22 jmc Exp $
.\" $NetBSD: tail.1,v 1.4 1994/11/23 07:42:13 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993
@@ -84,9 +84,7 @@ The location is
The location is
.Ar number
bytes.
-.It Xo Fl n Ar number No |\
-.Fl Ns Ar number
-.Xc
+.It Fl n Ar number \*(Ba Fl Ns Ar number
The location is
.Ar number
lines.
@@ -132,9 +130,7 @@ where
.Dq XXX
is the name of the file.
.Pp
-The
-.Nm
-utility exits 0 on success or >0 if an error occurred.
+.Ex -std tail
.Sh EXAMPLES
To display the last 500 lines of the file
.Ar foo :