diff options
author | 2006-10-02 07:56:22 +0000 | |
---|---|---|
committer | 2006-10-02 07:56:22 +0000 | |
commit | b23815d965503f29332ec5dea5abb6076b4d78fd (patch) | |
tree | 966fa31910bea6ec9ccf8fc0028fa34cab67a8d3 | |
parent | reword a clunky sentence; (diff) | |
download | wireguard-openbsd-b23815d965503f29332ec5dea5abb6076b4d78fd.tar.xz wireguard-openbsd-b23815d965503f29332ec5dea5abb6076b4d78fd.zip |
- simplify a list item
- use .Ex
-rw-r--r-- | usr.bin/tail/tail.1 | 10 |
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 : |