CVS commit: src/usr.bin/tail

2020-06-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Jun 20 10:53:28 UTC 2020 Modified Files: src/usr.bin/tail: tac.1 Log Message: Remove double 'each of' Reported by Weitian LI liweitianux (DragonFly). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/ta

CVS commit: src/usr.bin/tail

2018-03-05 Thread Eitan Adler
Module Name:src Committed By: eadler Date: Tue Mar 6 03:33:26 UTC 2018 Modified Files: src/usr.bin/tail: tail.c Log Message: [tail] Fix type of 'len' ok pgoyette To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/tail/tail.c Please note that dif

CVS commit: src/usr.bin/tail

2017-10-14 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Oct 15 03:57:47 UTC 2017 Modified Files: src/usr.bin/tail: tail.1 Log Message: Nit-picking: avoid split infinitive To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/tail/tail.1 Please note that dif

CVS commit: src/usr.bin/tail

2017-10-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 2 08:23:23 UTC 2017 Modified Files: src/usr.bin/tail: tail.1 tail.c Log Message: Sort options. -qv are not specific to -r, so separate them. Add -q and -v descriptions to the general option table. To generate a diff of th

CVS commit: src/usr.bin/tail

2017-10-01 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Oct 1 22:35:23 UTC 2017 Modified Files: src/usr.bin/tail: tac.1 Log Message: Remove some unnecessary words. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/tail/tac.1 Please note that diffs are not pub

CVS commit: src/usr.bin/tail

2017-07-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jul 4 07:04:51 UTC 2017 Modified Files: src/usr.bin/tail: tail.1 Log Message: Add EXIT STATUS section. Use Ex. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/tail/tail.1 Please note that diffs are n

CVS commit: src/usr.bin/tail

2015-10-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 9 17:51:27 UTC 2015 Modified Files: src/usr.bin/tail: forward.c Log Message: PR/50322: Timo Buhrmester: tail -F misbehaves with stdin closed Compare fp with stdin not fileno(fp) with STDIN_FILENO, because if tail is ca

CVS commit: src/usr.bin/tail

2014-06-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jun 15 11:37:56 UTC 2014 Modified Files: src/usr.bin/tail: tail.1 Log Message: Fix -f description: it is also ignored if stdin is a FIFO. >From Philip Guenther via jmc@openbsd. Bump date. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/tail

2013-01-31 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jan 31 23:09:06 UTC 2013 Modified Files: src/usr.bin/tail: tail.1 tail.c Log Message: Add comma after i.e. >From Bug Hunting. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/tail/tail.1 cvs rdiff -u -r

CVS commit: src/usr.bin/tail

2011-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 10:59:11 UTC 2011 Modified Files: src/usr.bin/tail: forward.c read.c reverse.c tail.c Log Message: minor knf, no functional change. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/usr.bin/tail/forw

CVS commit: src/usr.bin/tail

2011-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 10:35:13 UTC 2011 Modified Files: src/usr.bin/tail: reverse.c Log Message: leave the original errno as it was. don't report EFBIG on all mmap failures. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 s

CVS commit: src/usr.bin/tail

2011-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 09:02:20 UTC 2011 Modified Files: src/usr.bin/tail: extern.h forward.c misc.c read.c reverse.c tail.c Log Message: Instead of declaring our own err() which is different than the standard one, and using it incorrectly