| History log of /src/usr.bin/tail/tail.1 |
| Revision | | Date | Author | Comments |
| 1.21 |
| 28-Aug-2022 |
hgutch | Change back various occurrences of \*[Le], \*[Ge] (less/greater equal) and \*(ua (upwards arrow) to literal "<=", ">=" and "^" whenever appropriate (e.g., in code examples).
|
| 1.20 |
| 15-Oct-2017 |
pgoyette | Nit-picking: avoid split infinitive
|
| 1.19 |
| 02-Oct-2017 |
wiz | Sort options.
-qv are not specific to -r, so separate them. Add -q and -v descriptions to the general option table.
|
| 1.18 |
| 01-Oct-2017 |
maya | Add arguments to tail: -q: suppress filename headers when multiple files are used -v: print filename headers even when only one file is used
head already supports the same arguments, which originated in GNU head. GNU tail also has the same flags.
Add tac, a hard link to 'tail -rq'. Prints a file in reverse line order.
Similar to GNU tac, but lacking any options.
Add accompanying documentation.
|
| 1.17 |
| 04-Jul-2017 |
wiz | Add EXIT STATUS section. Use Ex.
|
| 1.16 |
| 03-Jul-2017 |
wiz | Remove workaround for ancient HTML generation code.
|
| 1.15 |
| 15-Jun-2014 |
wiz | Fix -f description: it is also ignored if stdin is a FIFO. From Philip Guenther via jmc@openbsd. Bump date.
|
| 1.14 |
| 31-Jan-2013 |
wiz | branches: 1.14.6; Add comma after i.e. From Bug Hunting.
|
| 1.13 |
| 07-Aug-2003 |
agc | branches: 1.13.56; 1.13.62; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
| 1.12 |
| 25-Feb-2003 |
wiz | .Nm does not need a dummy argument ("") before punctuation or for correct formatting of the SYNOPSIS any longer.
|
| 1.11 |
| 08-Feb-2002 |
ross | Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
|
| 1.10 |
| 08-Dec-2001 |
wiz | Sort sections.
|
| 1.9 |
| 01-Dec-2001 |
wiz | Whitespace cleanup.
|
| 1.8 |
| 22-Mar-1999 |
garbled | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, so we shouldn't override it with versions in the manpages. Many more to come.
|
| 1.7 |
| 18-Sep-1998 |
cjs | Add bugs section noting that, with -F, tail can fail to detect a file truncation. Also note that -F option is an extension.
|
| 1.6 |
| 09-Feb-1998 |
cjs | Add -F option to follow files though rotations and truncations.
|
| 1.5 |
| 19-Oct-1997 |
lukem | WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOF
|
| 1.4 |
| 23-Nov-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
| 1.3 |
| 30-Nov-1993 |
jtc | Use ".St -p1003.2-92" macro instead of spelling it out.
|
| 1.2 |
| 01-Aug-1993 |
mycroft | Add RCS indentifiers.
|
| 1.1 |
| 30-Apr-1993 |
glass | branches: 1.1.1; tail from ftp.uu.net:bsd-sources integrated
|
| 1.1.1.1 |
| 23-Nov-1994 |
jtc | imported from 4.4lite
|
| 1.13.62.2 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.13.62.1 |
| 25-Feb-2013 |
tls | resync with head
|
| 1.13.56.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.14.6.1 |
| 10-Aug-2014 |
tls | Rebase.
|