freebsd-dev/usr.bin
Ralf S. Engelschall 3181f5556f cleanup code: remove superfluous comma at end of enumeration
declaration, remove useless "break" after exit(3) call, and add a
missing va_end(3) call.
2007-02-04 20:52:57 +00:00
..
alias
apply It's `apply echo *'' that is similar to ls -1'', not `apply echo a*''. 2006-12-13 08:13:14 +00:00
asa
at
atm
awk Fix a bug converting a variable from the numeric type to a string. 2006-10-25 21:23:20 +00:00
banner o Check that -w width is not above maximum. Use DWIDTH instead of 2006-11-22 21:05:17 +00:00
basename Cross-reference basename(3) and dirname(3). 2006-03-16 17:21:52 +00:00
biff Fix markup. 2006-12-28 04:58:38 +00:00
bluetooth Add "server mode" to rfcomm_sppd(1). 2007-01-25 20:54:59 +00:00
brandelf
bsdiff Portability fix for non-POSIX operating systems: Open files in binary mode. 2006-12-05 20:22:14 +00:00
bzip2
bzip2recover
c89
c99
calendar Update birth entry for Warren Zevon with his birthplace, and add an 2007-01-24 21:21:38 +00:00
cap_mkdb
catman
chat
checknr
chkey Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
chpass Fix bug introduced in rev 1.23: 2006-09-25 15:06:24 +00:00
cksum
cmp Refine markup and add the EXIT STATUS section where appropriate. 2006-12-19 10:34:14 +00:00
col The variables i and tot don't need to be static. 2006-07-18 07:16:25 +00:00
colcrt
colldef
colrm
column Fix the fix in rev. 1.15 so that we jump to the next column 2006-12-15 17:47:25 +00:00
comm
compile_et
compress
csplit
csup Update make glue for csup-snap-20060313. 2006-03-14 03:53:50 +00:00
ctags cleanup code: remove unnecessary and useless void cast 2007-02-04 20:07:07 +00:00
cut
dig
dirname
du Markup fixes. 2006-09-29 15:20:48 +00:00
ee Correct insecure temporary file usage in texindex. [06:01] 2006-01-11 08:02:16 +00:00
elf2aout Because optarg and optind are defined in unistd.h, 2006-04-21 09:39:51 +00:00
elfdump s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/ 2006-01-28 17:58:22 +00:00
enigma Markup nits. 2006-12-24 19:55:38 +00:00
env
expand Document that unexpand(1)'s -a and -t options are exclusive. 2006-10-13 16:22:25 +00:00
false
fetch Try to preserve ownership and permissions when replacing an existing file. 2006-11-10 22:05:41 +00:00
file Markup fixes. 2006-09-29 15:20:48 +00:00
file2c
find Fix the description of the -Btime primary. 2006-12-13 17:02:50 +00:00
finger Reduce number of spaces for full name by four, and reduce padding 2006-03-04 16:13:16 +00:00
fmt
fold Mention what underlining is meant here. 2006-12-15 11:23:59 +00:00
from Improve markup. 2006-12-18 15:36:31 +00:00
fstat Add marker vnodes to ensure that all vnodes associated with the mount point are 2006-01-09 20:42:19 +00:00
fsync
ftp Obey MK_INET6_SUPPORT. 2006-07-27 14:20:14 +00:00
gcore Make gcore(1) 64 bit safe. It was trying to parse the /proc/*/map file 2006-03-25 01:14:20 +00:00
gencat
getconf o confstr(3) returns 0 on error. Check the return value accordingly. 2006-12-06 12:00:26 +00:00
getent cleanup code: remove superfluous comma at end of enumeration 2007-02-04 20:52:57 +00:00
getopt
gprof Remove alpha-specific stuff. 2006-08-23 12:12:56 +00:00
gzip Fix typo. 2007-01-31 07:13:25 +00:00
head Fix build on architectures where off_t is signed by casting to uintmax_t 2007-01-11 20:23:01 +00:00
hesinfo
hexdump Document the -d option. 2006-12-24 14:23:35 +00:00
host
id Fix SUSv3 compliance: Use a single comma instead of comma and space to separate 2006-12-29 12:28:34 +00:00
indent initialize variable (WARNS=6) 2006-09-13 05:06:12 +00:00
ipcrm
ipcs o Fix typo in a comment. 2006-05-15 08:20:38 +00:00
join Improve markup and do some minor wordsmithing. 2006-12-21 10:59:48 +00:00
jot Use explicit braces to avoid ambiguous else. 2006-12-09 15:23:20 +00:00
kdump Add various utrace's for use with ktrace to the ELF runtime linker. To 2007-01-09 17:50:05 +00:00
keylogin
keylogout
killall
ktrace Add needed hyphens, note the KTRACE kernel option, bump doc date. 2006-11-06 15:17:50 +00:00
ktrdump Skip format flags, when parsing ktr_desc. 2006-01-12 22:32:07 +00:00
lam Document that jot(1), rs(1), and lam(1) first appeared in 4.2BSD. 2006-10-20 04:31:01 +00:00
last
lastcomm
ldd
leave
less In rev. 1.2 we have introduced a fallback handler for files with unknown 2006-08-30 08:20:34 +00:00
lessecho Hook lessecho(1) to build. 2006-08-20 15:52:17 +00:00
lesskey
lex Convert NO_PROFILE and NO_LIB32 to new style. 2006-03-18 21:37:05 +00:00
limits
locale
locate Markup fixes. 2006-09-29 15:20:48 +00:00
lock
lockf Markup cosmetics. 2006-12-20 16:57:13 +00:00
logger Markup fixes. 2006-09-29 15:20:48 +00:00
login Teach login(1) about the make.conf NO_AUDIT variable. This allows us to 2006-12-13 06:13:32 +00:00
logins
logname Say "utility", not "function". 2006-12-26 10:37:37 +00:00
look Remove break after return. 2006-07-18 10:19:46 +00:00
lorder Document the NM environment variable. 2006-10-25 09:40:07 +00:00
lsvfs
m4
mail Document the TMPDIR environment variable. 2006-01-05 10:19:42 +00:00
make o Grammar: is appears -> appears. 2006-12-31 07:22:55 +00:00
makewhatis
mesg
minigzip
ministat Improve input parsing: 2006-08-28 08:27:02 +00:00
mkdep
mkfifo Fix markup. 2006-12-15 14:14:17 +00:00
mklocale
mkstr
mktemp Markup fixes. 2006-09-29 15:20:48 +00:00
mkuzip Markup fixes. 2006-09-29 15:20:48 +00:00
msgs
mt
nc
ncal
ncplist Fix one minor inaccuracy. 2006-12-15 13:40:53 +00:00
ncplogin Tidy up formatting and some wording. 2007-01-15 15:25:15 +00:00
netstat Don't shadow globals. 2006-11-27 19:50:50 +00:00
newgrp
newkey Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
nfsstat Fix markup. 2006-12-25 20:30:10 +00:00
nice
nl Avoid 'bogus' uninitialized warning by initializing rather than 2006-12-22 05:54:19 +00:00
nohup
nslookup Fix the problem with the nsupdate(8) man page reported 2006-12-15 18:02:20 +00:00
nsupdate Fix the problem with the nsupdate(8) man page reported 2006-12-15 18:02:20 +00:00
objformat Bah. Kris says the default-to-a.out knowledge has migrated into the 2007-01-25 23:12:19 +00:00
opieinfo
opiekey
opiepasswd
pagesize
passwd Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
paste WARNS=6 chocked on unitialized variable. 2006-09-12 05:08:36 +00:00
pathchk
pkill Be more accurate in the description of the -I option: 2006-12-20 11:57:22 +00:00
pr
printenv Simplify. 2006-12-26 12:43:12 +00:00
printf
quota If a user is over both the soft block limit and soft i-node 2007-02-04 14:06:58 +00:00
renice
rev o Kill unneeded assignment. 2006-07-30 07:41:28 +00:00
rlogin
rpcgen In change 1.15, an arbitrary setting of the max RPC record size to 2006-05-17 23:18:17 +00:00
rpcinfo rpcinfo(1) doesn't depend on INET6 explicitly. 2006-07-27 13:47:02 +00:00
rs Document that jot(1), rs(1), and lam(1) first appeared in 4.2BSD. 2006-10-20 04:31:01 +00:00
rsh
rup
ruptime
rusers
rwall
rwho
script
sed Fix using "P" command on empty pattern space. If the "P" command is 2006-05-27 19:32:28 +00:00
setchannel Change formatting to be more compliant with style(9). Doubtless 2006-12-09 02:44:09 +00:00
shar
showmount
smbutil
sockstat In revision 1.14 I broke the -4 and -6 options of sockstat(1). 2006-11-12 19:03:39 +00:00
split Markup fixes. 2006-09-29 15:20:48 +00:00
stat
su Backout previous change (SIGSYS related). The fix has been applied to the 2006-10-24 17:41:28 +00:00
systat Fix definitions of kilobits etc. 2007-01-18 09:24:08 +00:00
tabs
tail Markup revision. 2006-12-24 19:18:52 +00:00
talk
tar Correct the copyright messages: Make this a standard vanilla 2007-01-09 08:12:17 +00:00
tcopy Document some details better, making it easier to translate. 2006-12-20 15:34:01 +00:00
tee
telnet Stop enforcing dependencies between MK_* options at Makefile level. 2006-07-31 13:29:36 +00:00
tftp Set txrx_error to 1 when we reach abort. This makes the program correctly set the exit code. 2006-09-28 21:22:21 +00:00
time Markup fixes. 2006-09-29 15:20:48 +00:00
tip Fixed the -# option to work as documented in a manpage. 2006-09-07 19:48:52 +00:00
top The sigconv.awk script generates a sigdesc.h header file, which 2006-12-01 07:01:19 +00:00
touch Don't set time to current, if set to specific time fails 2006-01-31 02:21:18 +00:00
tput At least one argument is required. 2006-10-12 21:10:55 +00:00
tr o Remove duplicate includes. 2007-01-20 08:24:02 +00:00
true
truncate The -r option can also cause the files to be extended (not 2006-12-19 11:20:34 +00:00
truss Add missing markup bits. 2006-12-11 11:34:44 +00:00
tset
tsort - Remove the ambiguity in the input format description. 2006-12-27 14:56:18 +00:00
tty Fix markup nits, add the EXIT STATUS section. 2006-12-13 20:15:49 +00:00
ul
uname
unexpand Document that unexpand(1)'s -a and -t options are exclusive. 2006-10-13 16:22:25 +00:00
unifdef
uniq Document that uniq(1) limits input line length to LINE_MAX characters. 2007-01-15 23:25:51 +00:00
units
unvis
usbhidaction
usbhidctl Bump document date. 2006-11-23 05:08:06 +00:00
users
uudecode
uuencode
uuidgen
vacation
vgrind Manual page tweaks. 2006-08-29 18:11:20 +00:00
vi
vis Nits. 2006-12-23 19:15:39 +00:00
vmstat - Revert signedness type changes to "struct vmtotal"; by making 2006-11-28 12:46:02 +00:00
w Fix markup. 2006-12-14 19:02:48 +00:00
wall In wall and who, check that the utmp entry isn't stalled, as it is done in w. 2006-02-21 13:01:00 +00:00
wc Prevent a line from being broken on a line boundary. 2006-12-21 22:59:07 +00:00
what Polish markup and wording. 2006-12-14 00:02:44 +00:00
whereis
which Refine the previous revision. 2006-12-13 12:09:41 +00:00
who In wall and who, check that the utmp entry isn't stalled, as it is done in w. 2006-02-21 13:01:00 +00:00
whois Make DK-HOSTMASTER show contact info for .dk domains. 2007-01-19 08:13:17 +00:00
window
write
xargs Markup fixes. 2006-09-29 15:20:48 +00:00
xinstall Markup fixes. 2006-09-29 15:20:48 +00:00
xlint Fix a group of typos: 2006-12-29 13:08:46 +00:00
xstr
yacc
yes
ypcat
ypmatch
ypwhich Fix markup nit. 2006-12-28 10:58:06 +00:00
Makefile Replace the GNU gzip with a slightly modified NetBSD gzip. The 2007-01-26 10:19:08 +00:00
Makefile.inc