..
apply
.Nm does not need a dummy argument ("") before punctuation or
2003-02-25 10:34:36 +00:00
apropos
asa
at
.Nm does not need a dummy argument ("") before punctuation or
2003-02-25 10:34:36 +00:00
audio
fix a now-wrong comment.
2003-07-21 00:55:59 +00:00
awk
.Nm does not need a dummy argument ("") before punctuation or
2003-02-25 10:34:36 +00:00
banner
Make this compile again. Cast char variable to int before comparing
2003-03-13 20:49:11 +00:00
basename
bdes
.Nm does not need a dummy argument ("") before punctuation or
2003-02-25 10:34:36 +00:00
biff
.Nm does not need a dummy argument ("") before punctuation or
2003-02-25 10:34:36 +00:00
bzip2
bzip2recover
cal
Reform the Gregorian Reform. This means that the previously hard
2003-07-24 01:19:45 +00:00
calendar
Correct some Japanese entries.
2003-05-30 05:11:25 +00:00
cap_mkdb
Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),
2003-05-18 07:57:31 +00:00
cdplay
use bounded string op
2003-07-14 11:54:06 +00:00
checknr
Only fclose file if it is open. From Tim Robbins (tjr@freebsd).
2003-05-09 08:44:57 +00:00
chflags
add xref to init where security levels are discussed, more should probably
2002-10-24 18:51:19 +00:00
chpass
use CPPFLAGS.getpwent.c=... to set file-specific cpp flags
2003-07-22 12:25:57 +00:00
cksum
End sentence with a dot.
2003-06-26 17:00:55 +00:00
cmp
col
colcrt
colrm
column
comm
compile_et
Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),
2003-05-18 07:57:31 +00:00
compress
Use
2003-04-16 13:34:34 +00:00
crontab
crunch
NOxxx= variables should appear first
2003-07-10 11:21:51 +00:00
ctags
use bounded string op
2003-07-14 09:40:26 +00:00
cut
Add missing section header EXIT STATUS.
2003-07-07 12:20:04 +00:00
db
Add another Ns to avoid a space.
2003-06-26 17:14:13 +00:00
dirname
du
Pass a NULL to getbsize() for any arguments that aren't needed, and
2003-05-30 00:17:25 +00:00
eject
file system, not filesystem.
2002-10-02 15:53:47 +00:00
elf2aout
.Nm does not need a dummy argument ("") before punctuation or
2003-02-25 10:34:36 +00:00
elf2ecoff
Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),
2003-05-18 07:57:31 +00:00
env
New sentence, new line.
2002-09-30 11:08:56 +00:00
error
get rid of strsave(), use strdup directly
2003-07-14 11:09:19 +00:00
expand
Bump date for last.
2003-04-08 11:56:07 +00:00
false
fdformat
Add NetBSD RCS Ids.
2003-06-23 13:05:47 +00:00
fgen
protect __RCSID() as this is a host tool. noted in PR 22074 by Julian C. Dunn
2003-07-20 01:09:07 +00:00
file
Rename a large chunk of the make(1) variables which refer to a
2003-07-10 10:33:58 +00:00
find
strlcpy
2003-07-12 13:57:49 +00:00
finger
strlcpy
2003-07-12 13:23:55 +00:00
fmt
fold
.Nm does not need a dummy argument ("") before punctuation or
2003-02-25 10:34:36 +00:00
fpr
Use single quotes for a single character.
2002-10-12 22:57:49 +00:00
from
fsplit
use bounded string op
2003-07-14 11:54:06 +00:00
fstat
use bounded string op
2003-07-15 05:56:55 +00:00
ftp
tweak copyright; the stuff jason did in util.c wasn't migrated to this file.
2003-07-17 12:06:18 +00:00
gcore
Switch two macros so that both work as intended.
2003-06-26 17:53:33 +00:00
gencat
Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),
2003-05-18 07:57:31 +00:00
getconf
Add sysconf(3) knobs for recent additions.
2003-02-02 20:33:05 +00:00
getopt
Use -ne' to compare numbers instead of
!=' in the example.
2003-05-10 17:02:04 +00:00
gprof
Rename a large chunk of the make(1) variables which refer to a
2003-07-10 10:33:58 +00:00
head
clear errno before strto(u)l() if we're going to test it for ERANGE afterwards
2003-04-18 03:21:00 +00:00
hesinfo
Undo last two, I will handle this differently.
2003-06-27 08:50:50 +00:00
hexdump
Fixes to make these man page look nice with groff-1.19.
2003-06-30 19:12:31 +00:00
iconv
Be more verbose in error message if iconv_open fails.
2003-07-23 13:18:59 +00:00
id
.Nm does not need a dummy argument ("") before punctuation or
2003-02-25 10:34:36 +00:00
indent
use bounded string op
2003-07-14 09:44:00 +00:00
innetgr
ipcrm
New sentence, new line.
2002-09-30 11:08:56 +00:00
ipcs
strlcpy
2003-07-12 13:23:55 +00:00
join
Remove duplicate unistd.h inclusion. Igor Sobrado, PR 21300.
2003-04-24 08:22:05 +00:00
jot
.Nm does not need a dummy argument ("") before punctuation or
2003-02-25 10:34:36 +00:00
kdestroy
split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.se
2003-07-23 08:01:24 +00:00
kdump
Grok KTR_EXEC_ENV and KTR_EXEC_ARG.
2003-07-17 09:05:11 +00:00
kinit
split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.se
2003-07-23 08:01:24 +00:00
klist
split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.se
2003-07-23 08:01:24 +00:00
ktrace
Grok KTR_EXEC_ENV and KTR_EXEC_ARG.
2003-07-17 09:05:11 +00:00
ktruss
we really don't need to print random stack garbage on the end of dump
2003-03-16 09:59:09 +00:00
lam
last
use bounded string op/asprintf
2003-07-14 12:02:00 +00:00
lastcomm
ldd
Look at mode of program being run, not of ldd when deciding whether to
2003-05-28 20:45:39 +00:00
leave
- don't do write(2) hacks. use stdio and check for errors.
2003-04-02 19:43:02 +00:00
less
fix build errors
2003-04-14 03:02:28 +00:00
lex
need this line to remove doublequote
2003-07-16 14:57:29 +00:00
locale
Use the proper type for the return value from getopt(3). Allows this
2003-07-04 12:33:08 +00:00
locate
remove -g accidentally committed
2003-04-07 04:01:32 +00:00
lock
error handling on strdup failure
2002-11-16 15:59:26 +00:00
logger
login
include des.h, not kerberosIV/des.h
2003-07-23 20:31:18 +00:00
logname
look
lorder
m4
Rename a large chunk of the make(1) variables which refer to a
2003-07-10 10:33:58 +00:00
machine
End sentence with a dot.
2003-05-24 23:37:00 +00:00
mail
PR/21896: Jun-ichiro itojun Hagino: Fix botch with passing -1 as the stdin
2003-07-14 20:49:14 +00:00
make
Fix merge problem with ts modifier and const correctness.
2003-07-23 18:06:46 +00:00
man
.Nm does not need a dummy argument ("") before punctuation or
2003-02-25 10:34:36 +00:00
menuc
style
2003-07-23 04:12:33 +00:00
mesg
midiplay
Add NetBSD RCS Ids.
2003-06-23 13:05:47 +00:00
mixerctl
asprintf is safer. add error trap for malloc failure
2003-07-14 09:38:14 +00:00
mk_cmds
add DPADD.
2002-10-23 01:25:35 +00:00
mkcsmapper
separate "nonidentical conversion" and "ilseq" under csmapper.
2003-07-12 15:39:19 +00:00
mkdep
Remove old, unused and unsafe shell scripts as suggested by Jeremy C. Reed
2003-06-11 16:22:10 +00:00
mkesdb
Citrus iconv support(3)
2003-06-26 06:30:07 +00:00
mkfifo
mklocale
strdup is easier
2003-07-14 09:22:17 +00:00
mkstr
use bounded string op
2003-07-14 09:33:08 +00:00
mktemp
Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),
2003-05-18 07:57:31 +00:00
modstat
The correct capitalisation of 'NetBSD.org' is (you
2003-02-14 15:59:16 +00:00
msgc
only use __RCSID() if it is #defined
2003-07-17 08:33:03 +00:00
msgs
.Nm does not need a dummy argument ("") before punctuation or
2003-02-25 10:34:36 +00:00
netgroup
New sentence, new line.
2002-09-30 11:08:56 +00:00
netstat
support hmac-sha2.
2003-07-22 03:41:28 +00:00
newsyslog
Restrict ".Sm off" to the parts where it is wanted.
2003-06-27 22:25:08 +00:00
nfsstat
nice
New sentence, new line.
2002-09-30 11:08:56 +00:00
nl
.Nm does not need a dummy argument ("") before punctuation or
2003-02-25 10:34:36 +00:00
nohup
use bounded string op
2003-07-14 09:31:16 +00:00
openssl
pagesize
passwd
upgrade openssl to 0.9.7b. (AES is now supported)
2003-07-24 14:16:30 +00:00
paste
patch
pedantic check around unsafe strncpy.
2003-07-12 13:53:08 +00:00
pathchk
Dd month argument should not be abbreviated.
2003-04-15 20:40:28 +00:00
pkill
The correct capitalisation of 'NetBSD.org' is (you
2003-02-14 15:59:16 +00:00
pmap
Though I cannot reproduce the failure (which I suspect is rather
2003-07-24 00:43:50 +00:00
pmc
Add NetBSD RCS Ids.
2003-06-23 13:05:47 +00:00
pr
.Nm does not need a dummy argument ("") before punctuation or
2003-02-25 10:34:36 +00:00
printenv
New sentence, new line.
2002-09-30 11:08:56 +00:00
printf
Revert previous. 'None' means that the "Utility Syntax Guidlines" apply.
2003-06-25 12:56:59 +00:00
progress
The correct capitalisation of 'NetBSD.org' is (you
2003-02-14 15:59:16 +00:00
pwhash
use bounded string op
2003-07-14 09:33:08 +00:00
qsubst
Add NetBSD RCS Ids.
2003-06-23 13:05:47 +00:00
quota
.Nm does not need a dummy argument ("") before punctuation or
2003-02-25 10:34:36 +00:00
radioctl
Add NetBSD RCS Ids.
2003-06-23 13:05:47 +00:00
rdist
use bounded string op
2003-07-23 04:11:12 +00:00
renice
clear errno before strto(u)l() if we're going to test it for ERANGE afterwards
2003-04-18 03:21:00 +00:00
rev
rlogin
include des.h, not kerberosIV/des.h
2003-07-23 20:31:18 +00:00
rpcgen
use bounded string op - some remains
2003-07-14 11:52:24 +00:00
rpcinfo
Pull in <sys/param.h> explicitly.
2003-04-29 17:55:00 +00:00
rs
rsh
include des.h, not kerberosIV/des.h
2003-07-23 20:31:18 +00:00
rup
New sentence, new line.
2002-09-30 11:08:56 +00:00
ruptime
rusers
New sentence, new line.
2002-09-30 11:08:56 +00:00
rwall
New sentence, new line.
2002-09-30 11:08:56 +00:00
rwho
New sentence, new line.
2002-09-30 11:08:56 +00:00
script
.Nm does not need a dummy argument ("") before punctuation or
2003-02-25 10:34:36 +00:00
sed
Quote bang.
2003-06-27 09:06:23 +00:00
shar
shlock
Add NetBSD RCS Ids.
2003-06-23 13:05:47 +00:00
showmount
shuffle
clear errno before strto(u)l() if we're going to test it for ERANGE afterwards
2003-04-18 03:21:00 +00:00
skey
setup -> set up.
2003-05-14 12:22:56 +00:00
skeyinfo
use bounded string op
2003-07-23 04:11:12 +00:00
skeyinit
Add NetBSD RCS Ids.
2003-06-23 13:05:47 +00:00
soelim
sort
Pa Ar -> Ar.
2003-06-27 09:15:55 +00:00
split
Remove the NAME_MAX check. While well-intentioned (and required by POSIX),
2003-07-10 21:30:16 +00:00
ssh
forgot to remove -lkafs. from rafal
2003-07-23 08:00:52 +00:00
stat
* don't compile in support for st_birth #ifdef HOSTPROG
2003-07-23 07:23:23 +00:00
string2key
add DPADD.
2002-10-23 01:25:35 +00:00
su
split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.se
2003-07-23 08:01:24 +00:00
systat
No need to resizeterm() if size not changed.
2003-07-05 08:05:51 +00:00
tail
minor KNF
2003-07-14 09:30:52 +00:00
talk
interrupt with two rs.
2003-01-06 13:04:54 +00:00
tcopy
New sentence, new line.
2002-09-30 11:08:56 +00:00
tee
telnet
split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.se
2003-07-23 08:01:24 +00:00
tftp
strlcpy
2003-07-12 13:38:10 +00:00
time
Remove superfluous "".
2003-06-27 09:40:17 +00:00
tip
.Nm does not need a dummy argument ("") before punctuation or
2003-02-25 10:34:36 +00:00
tn3270
scanf overrun
2003-05-17 14:58:53 +00:00
top
bound string operations
2003-07-12 14:08:37 +00:00
touch
.Nm does not need a dummy argument ("") before punctuation or
2003-02-25 10:34:36 +00:00
tput
tr
Add the EXIT STATUS section header.
2003-07-20 14:20:34 +00:00
true
tset
"Utilize" has exactly the same meaning as "use," but it is more
2003-02-04 23:07:28 +00:00
tsort
Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),
2003-05-18 07:57:31 +00:00
tty
ul
uname
unexpand
use bounded string op
2003-07-14 09:24:00 +00:00
unifdef
another fix against unreadable indentation
2003-07-04 04:26:47 +00:00
uniq
asprintf is easier and safer
2003-07-14 09:29:21 +00:00
units
use strl*
2003-05-17 21:05:10 +00:00
unvis
usbhidaction
Add NetBSD RCS Ids.
2003-06-23 13:05:47 +00:00
usbhidctl
Cm So . Sc -> Sq Cm \&. (and similar for :).
2003-07-01 10:26:27 +00:00
users
one <unistd.h> is enough
2003-04-27 10:38:42 +00:00
uudecode
Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),
2003-05-18 07:57:31 +00:00
uuencode
New sentence, new line.
2002-09-30 11:08:56 +00:00
vacation
use bounded string op
2003-07-14 09:24:00 +00:00
vgrind
use bounded string op as much as possible
2003-07-14 09:25:37 +00:00
vi
Rename a large chunk of the make(1) variables which refer to a
2003-07-10 10:33:58 +00:00
vis
Implement '-e extra', as per svis(3)'s "extra" argument.
2002-12-23 01:45:54 +00:00
vmstat
snprintf
2003-07-15 05:52:48 +00:00
w
strlcpy
2003-07-12 13:57:49 +00:00
wall
PR/7713: David Holland: warn if we have mesg n.
2003-04-21 00:05:30 +00:00
wc
what
Fix two typos.
2002-10-02 10:07:05 +00:00
whatis
whereis
Return non-zero exit status if the listed programs aren't found.
2003-04-03 18:16:45 +00:00
which
who
Quote question mark.
2003-06-27 09:42:24 +00:00
whois
use bounded string op
2003-07-14 09:21:03 +00:00
window
Quote question mark, to get it marked up. Whitespace nit.
2003-06-30 19:17:01 +00:00
write
PR/21568: Martin Husemann: Shutdown gets permission denied error from wall
2003-05-13 23:05:34 +00:00
xargs
The Double-Semi-Colon Police.
2003-01-20 05:29:53 +00:00
xinstall
strlcat
2003-07-12 14:30:53 +00:00
xlint
Back out debugging Makefile.
2003-05-30 13:38:09 +00:00
xstr
New sentence, new line.
2002-09-30 11:08:56 +00:00
yacc
use bounded string op, simplify by asprintf/strdup
2003-07-14 11:45:18 +00:00
yes
ypcat
.Nm does not need a dummy argument ("") before punctuation or
2003-02-25 10:34:36 +00:00
ypmatch
PR/9513: Graywolf: ypmatch fails on mail.aliases, mail.byaddr from Solaris
2003-04-12 09:13:28 +00:00
ypwhich
strlcpy
2003-07-12 13:57:49 +00:00
Makefile
add locale(1) utility.
2003-07-04 05:41:49 +00:00
Makefile.inc