Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC: r281209: | allanjude | 2015-04-16 | 1 | -1/+3 |
| | | | | | | | Fix missing AUTHOR section for jot(1), rs(1), and lam(1) Approved by: eadler (mentor, implicit) Sponsored by: ScaleEngine Inc. | ||||
* | Mark global functions and/or variables in lam(1) static where possible. | ed | 2011-11-06 | 1 | -5/+5 |
| | | | | This allows compilers and static analyzers to more thorough analysis. | ||||
* | 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 | ||||
* | ANSIfy various tools in usr.bin/. | ed | 2010-01-02 | 1 | -1/+1 |
| | | | | | Most of these tools properly build at WARNS=6, except for their K&R function declarations. Fix this, so we can bump WARNS as well. | ||||
* | Document that jot(1), rs(1), and lam(1) first appeared in 4.2BSD. | cperciva | 2006-10-20 | 1 | -0/+5 |
| | | | | MFC after: 1 month | ||||
* | Call usage() instead of being insolent. | jmallett | 2005-08-05 | 1 | -5/+4 |
| | |||||
* | Document incorrect handling of multibyte characters. | tjr | 2004-08-12 | 1 | -1/+5 |
| | |||||
* | Avoid passing negative values to tolower() on machines with signed chars. | tjr | 2004-07-19 | 1 | -1/+1 |
| | |||||
* | Back out my minorly disputed and possibly not well thought out changes to how | jmallett | 2002-07-01 | 1 | -7/+7 |
| | | | | arguments are processed, at least temporarily. | ||||
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
| | |||||
* | Increment morefiles, balance braces. This should really be using getopt(3). | jmallett | 2002-06-27 | 1 | -2/+3 |
| | |||||
* | Instead of not using argc and doing other great evil, check for no arguments | jmallett | 2002-06-27 | 1 | -5/+6 |
| | | | | | in main() and print usage, or if there are too many arguments, handle that there, too. | ||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -3/+4 |
| | |||||
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
| | | | | help the GCC3 transition and CURRENT in general. | ||||
* | Cross-reference between lam(1) and paste(1). Add a STANDARDS section to | wollman | 2001-09-21 | 1 | -1/+9 |
| | | | | | | | lam(1) indicating that paste(1) is a standard way to do some of the same things. MFC after: 1 week | ||||
* | Constify, staticize, and set WARNS=2. | mike | 2001-08-06 | 2 | -9/+11 |
| | | | | MFC after: 3 days | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. | ru | 2001-02-13 | 1 | -2/+2 |
| | |||||
* | Fix style(9) bugs from previous commit: remove space after function | mikeh | 2001-02-08 | 1 | -6/+6 |
| | | | | | | names and revert to char *[]. bde by: bde, imp | ||||
* | De-__P()-ify, convert K&R style declarations to ANSI ones | mikeh | 2001-02-08 | 1 | -13/+8 |
| | |||||
* | Prevent string overflows by using safer string functions | mikeh | 2001-02-08 | 1 | -21/+27 |
| | | | | | | | | | Use tolower() rather than bit or-ing Sanity check user specified printf() format Exit when too many input files are given Remove register from variables Reviewed by: markm, imp | ||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -5/+5 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -3/+3 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -1/+0 |
| | |||||
* | Don't call err() with no format string. | kris | 2000-07-10 | 1 | -1/+1 |
| | |||||
* | $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 | ||||
* | Use err(3) instead of local redefintion. Add usage() as a separate | charnier | 1997-07-18 | 2 | -79/+75 |
| | | | | function. Rewrote man page in mdoc format. | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+365 |