summaryrefslogtreecommitdiffstats
path: root/usr.bin/chkey
Commit message (Collapse)AuthorAgeFilesLines
* Use strchr() instead of index(). Use getopt(). Use err().charnier2002-08-271-68/+41
|
* ANSIify function definitions to avoid some warnings.dwmalone2002-07-281-11/+5
| | | | Include stdlib.h for exit.
* Use `The .Nm utility'charnier2002-04-191-2/+3
|
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-5/+6
| | | | | | | | 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=2 fixes. Also, use __FBSDID(), and sort includes.markm2001-12-022-7/+21
|
* Fixed bitrot in DPADD in previous commit.bde2001-07-301-5/+3
| | | | Fixed some style bugs (mainly disorder).
* Enable the new libmp in the build, and disable libgmp and itsdd2001-07-291-1/+1
| | | | henchmen.
* mdoc(7) police: added missing .Os call.ru2000-12-141-0/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-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
* Fixed missing DPADD.bde1997-12-161-7/+6
| | | | | Fixed some style bugs while I'm here (don't override the (correct) default for MAN1).
* Mdoc'ify man page.charnier1997-11-031-14/+15
|
* This commit was generated by cvs2svn to compensate for changes in r26240,wpaul1997-05-283-0/+323
which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud