Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | Remove duplicate __FBSDID() - spotted by trying to build with a non-GNU | jmallett | 2002-07-23 | 1 | -3/+0 |
| | | | | compiler. | ||||
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -0/+2 |
| | |||||
* | Note that this appeared at least as early as PWB UNIX. | jmallett | 2002-06-10 | 1 | -2/+1 |
| | | | | Use the literal string 'PWB UNIX', as we still have no .At macro for it. | ||||
* | Fix VCS tags; ANSIfy functions | markm | 2002-04-28 | 1 | -14/+8 |
| | |||||
* | 1) Staticise. | dwmalone | 2002-03-30 | 1 | -13/+13 |
| | | | | | 2) Remove registers. 3) Change some ints to size_t which are used with fread/fwrite. | ||||
* | remove __P | imp | 2002-03-22 | 1 | -4/+4 |
| | |||||
* | mdoc(7) police: pedantry. | ru | 2002-03-15 | 1 | -4/+1 |
| | |||||
* | Make usage message and man page synopsis reflect the fact that -n | dwmalone | 2002-01-24 | 2 | -3/+5 |
| | | | | | | | | and -c are mutually exclusive. PR: 34233 Submitted by: Gary W. Swearingen <swear@blarg.net> MFC after: 3 days | ||||
* | In order to perform faster when doing "head -n", use a pair of | alfred | 2001-11-02 | 1 | -7/+8 |
| | | | | | fgetln/fwrite instead of getc/putchar, this seems about five times faster. | ||||
* | change a global into a local, misc style fixes | alfred | 2001-11-02 | 1 | -7/+5 |
| | |||||
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -4/+2 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. | ru | 2001-02-13 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -3/+3 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | fread() returns 0 on eof or error, not EOF. This fixes the following | des | 1998-10-09 | 1 | -2/+2 |
| | | | | | | | | | | bug: "head -c <n>" never exit and loops forever (until it is killed), if the input stream has fewer bytes than specified (n). PR: bin/8225 Submitted-by: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp> | ||||
* | Setting eval to 1 after calling warn was the original behaviour. | charnier | 1997-07-11 | 1 | -1/+2 |
| | |||||
* | Use err(3) instead of local redefinition. | charnier | 1997-07-10 | 1 | -42/+14 |
| | |||||
* | Support for -c, byte count. | alex | 1997-04-06 | 2 | -8/+49 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Merge from Lite2 | peter | 1997-03-11 | 1 | -3/+5 |
| | |||||
* | first check the count and then get | wosch | 1996-02-26 | 1 | -1/+1 |
| | | | | | | | the next line of characters and not cause it to first get the characters even if the count (cnt) has become 0. Submitted by: R Bezuidenhout <rbezuide@mikom.csir.co.za> | ||||
* | head(1) ignored EOFs (in certain cases). | joerg | 1995-08-15 | 1 | -3/+2 |
| | | | | | | Closes PR # bin/678: head(1) ignore EOF Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider) | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+254 |