Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r302558: | gahr | 2016-07-20 | 1 | -108/+133 |
| | | | | | | | Do not truncate lines longer than 512 chars. PR: 210344 Differential Revision: https://reviews.freebsd.org/D6881 | ||||
* | Fix a signed/unsigned comparison when wchar_t is unsigned by casting the | andrew | 2013-01-06 | 1 | -1/+1 |
| | | | | wchar_t to a wint_t. | ||||
* | Add missing static keywords to ul(1) | ed | 2011-11-06 | 1 | -30/+30 |
| | |||||
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 2 | -8/+0 |
| | | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson | ||||
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 1 | -0/+1 |
| | | | | needed. | ||||
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -1/+0 |
| | | | | Tested with: make universe | ||||
* | Fix markup. | ru | 2007-02-27 | 1 | -3/+5 |
| | |||||
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-05-21 | 2 | -2/+2 |
| | |||||
* | Sort sections. | ru | 2005-01-18 | 1 | -5/+5 |
| | |||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | Add a standard DIAGNOSTICS section. | tjr | 2004-08-04 | 1 | -1/+3 |
| | |||||
* | Check for read errors. | tjr | 2004-07-30 | 1 | -0/+2 |
| | |||||
* | Add support for multibyte characters, based on Bruno Haible's work | tjr | 2004-07-29 | 2 | -56/+81 |
| | | | | in the util-linux package. | ||||
* | Document incorrect handling of multibyte characters. | tjr | 2004-07-16 | 1 | -1/+3 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
| | |||||
* | Add section number to .Xr | charnier | 2003-06-08 | 1 | -1/+1 |
| | |||||
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -23/+17 |
| | | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5 | ||||
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -1/+1 |
| | |||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -2/+3 |
| | |||||
* | remove __P | imp | 2002-03-22 | 1 | -12/+12 |
| | |||||
* | WARNS=2 is going to become the default, so remove it from here. | markm | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | Style improvements recommended by Bruce as a follow up to some | dwmalone | 2001-12-10 | 1 | -1/+1 |
| | | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF. | ||||
* | Warns cleanups. Add FreeBSD ID to Makefile. | dwmalone | 2001-12-03 | 2 | -7/+10 |
| | |||||
* | 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 new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Don't coredump on long input lines. If anyone actually cares, this should | kris | 2000-07-31 | 1 | -1/+1 |
| | | | | | | be fixed to actually process long lines instead of truncating them. Obtained from: OpenBSD | ||||
* | $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 | ||||
* | Main() returns int. | charnier | 1997-08-26 | 1 | -2/+2 |
| | |||||
* | Use err(3), add usage() and prototypes. | charnier | 1997-08-20 | 2 | -26/+54 |
| | | | | Move setmode() to setnewmode() because of a conflict with setmode(2 or 3). | ||||
* | 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. | ||||
* | Sort cross references. | wosch | 1997-01-15 | 1 | -2/+2 |
| | |||||
* | Correct some man page xrefs, and some other minor changes to bring some | mpp | 1996-04-08 | 1 | -3/+4 |
| | | | | | | man pages up to mdoc guidelines and fix some minor formatting glitches. Also fixed a number of man pages to not abuse the .Xr macro to display functions and path names and a lot of other junk. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -1/+1 |
| | |||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+622 |