cperciva
731fe330c9
Document that jot(1), rs(1), and lam(1) first appeared in 4.2BSD.
...
MFC after: 1 month
2006-10-20 04:31:01 +00:00
jmallett
8334e41609
Call usage() instead of being insolent.
2005-08-05 01:04:36 +00:00
tjr
cf9aacc17d
Document incorrect handling of multibyte characters.
2004-08-12 11:34:34 +00:00
tjr
a83177cdc3
Avoid passing negative values to tolower() on machines with signed chars.
2004-07-19 12:57:24 +00:00
jmallett
617eb0d7c2
Back out my minorly disputed and possibly not well thought out changes to how
...
arguments are processed, at least temporarily.
2002-07-01 18:03:30 +00:00
obrien
bc61fc95d8
Consistently use FBSDID
2002-06-30 05:25:07 +00:00
jmallett
fd8dc1333d
Increment morefiles, balance braces. This should really be using getopt(3).
2002-06-27 21:11:19 +00:00
jmallett
3e36f9e3d9
Instead of not using argc and doing other great evil, check for no arguments
...
in main() and print usage, or if there are too many arguments, handle that
there, too.
2002-06-27 21:01:32 +00:00
charnier
ad8a79e6a5
Use `The .Nm utility'
2002-04-20 12:18:28 +00:00
markm
ae2558974f
Remove leaf node WARNS?=2 (that mainly I added). This should
...
help the GCC3 transition and CURRENT in general.
2002-02-08 22:31:43 +00:00
wollman
b8acd10c93
Cross-reference between lam(1) and paste(1). Add a STANDARDS section to
...
lam(1) indicating that paste(1) is a standard way to do some of the same
things.
MFC after: 1 week
2001-09-21 02:51:07 +00:00
mike
b0dfeae7a3
Constify, staticize, and set WARNS=2.
...
MFC after: 3 days
2001-08-06 23:20:06 +00:00
dd
911ca14c87
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
ru
b5cd63f616
mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.
2001-02-13 09:56:35 +00:00
mikeh
4ec3558a81
Fix style(9) bugs from previous commit: remove space after function
...
names and revert to char *[].
bde by: bde, imp
2001-02-08 20:15:59 +00:00
mikeh
6510c5af82
De-__P()-ify, convert K&R style declarations to ANSI ones
2001-02-08 05:58:55 +00:00
mikeh
71e073a651
Prevent string overflows by using safer string functions
...
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
2001-02-08 05:33:19 +00:00
ru
8a6f8b5fe4
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:38:02 +00:00
ru
e6cfc0711d
Prepare for mdoc(7)NG.
2000-12-19 16:00:12 +00:00
ru
0d1334ca0c
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 19:21:22 +00:00
ru
a6f5d950d8
Avoid use of direct troff requests in mdoc(7) manual pages.
2000-11-10 17:46:15 +00:00
kris
74a1be3402
Don't call err() with no format string.
2000-07-10 09:14:15 +00:00
peter
3b842d34e8
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
nik
6578739ddb
Add $Id$, to make it simpler for members of the translation teams to
...
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
1999-07-12 20:24:20 +00:00
charnier
7cb730f7e3
Use err(3) instead of local redefintion. Add usage() as a separate
...
function. Rewrote man page in mdoc format.
1997-07-18 06:43:15 +00:00
rgrimes
f9ab90d9d6
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00