.. |
apply
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
apropos
|
the ellipsis is not an optional argument; while here, sync the usage
|
2007-08-06 19:16:05 +00:00 |
ar
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
arch
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
asa
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
asn1_compile
|
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
|
2007-09-02 15:19:07 +00:00 |
at
|
missing word; from Jason Filley
|
2008-01-03 07:52:24 +00:00 |
aucat
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
audioctl
|
if no arguments given, assume a nice default; ok miod jakemsr deanna
|
2007-11-26 13:36:33 +00:00 |
awk
|
fail nicely instead of crashing for format strings containing '*',
|
2008-02-27 17:19:34 +00:00 |
banner
|
the ellipsis is not an optional argument; while here, sync the usage
|
2007-08-06 19:16:05 +00:00 |
basename
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
bc
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
bdes
|
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
|
2007-09-02 15:19:07 +00:00 |
bgplg
|
Limit the allowed characters in a request to [a-zA-Z0-9-_.:/= ] everything
|
2007-10-10 13:23:40 +00:00 |
biff
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
cal
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
calendar
|
fix typo, spotted by James J. Lippard
|
2007-12-01 15:49:35 +00:00 |
cap_mkdb
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
cdio
|
make TOC greppable;
|
2007-11-12 20:37:42 +00:00 |
checknr
|
From Tobias Stoeckmann:
|
2007-06-27 03:29:31 +00:00 |
chpass
|
Use mtimespec instead of mtime when comparing the timestamp of the edited
|
2007-11-17 16:47:21 +00:00 |
cmp
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
col
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
colcrt
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
colrm
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
column
|
EXAMPLES:
|
2008-03-11 16:50:05 +00:00 |
comm
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
compile_et
|
delete ugly $Header stuff; pr 5595
|
2007-10-07 15:46:17 +00:00 |
compress
|
For the -l flag, set testmode to 1 instead of incrementing it. Fixes
|
2008-02-25 16:53:55 +00:00 |
cpp
|
|
|
crontab
|
|
|
csplit
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
ctags
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
cut
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
cvs
|
when a file was locally removed and a diff was done against
|
2008-03-13 19:54:34 +00:00 |
dc
|
more malloc(n * m) -> calloc(n, m); from Igor Zinovik
|
2007-09-02 23:50:03 +00:00 |
deroff
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
diff
|
use strcspn to properly overwrite '\n' in fgets returned buffer
|
2007-09-11 15:47:17 +00:00 |
diff3
|
Properly check if temporary files have been successfully opened. If not,
|
2008-02-27 18:10:05 +00:00 |
dirname
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
du
|
move xpg4 notes into STANDARDS; ok otto
|
2007-11-13 13:49:50 +00:00 |
elf2aout
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
elf2ecoff
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
elf2olf
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
encrypt
|
Don't trim whitespace from stdin. Encrypt it the same as other
|
2007-07-14 21:26:38 +00:00 |
env
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
expand
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
false
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
fgen
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
file
|
typos; ok jmc@
|
2007-11-26 09:28:33 +00:00 |
file2c
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
find
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
finger
|
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
|
2007-09-02 15:19:07 +00:00 |
fmt
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
fold
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
from
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
fsplit
|
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
|
2007-09-02 15:19:07 +00:00 |
fstat
|
sort the fields in manual page in the same order as in fstat output;
|
2007-10-01 22:06:02 +00:00 |
ftp
|
turn on keepalive by default (one byte every 60 seconds)
|
2008-03-10 22:56:43 +00:00 |
gencat
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
getcap
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
getconf
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
getent
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
getopt
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
gprof
|
remove makefile hacks to build links. Instead, change the files that
|
2007-12-09 19:51:30 +00:00 |
grep
|
Process patterns containing $ end ^ (but not as last or first char)
|
2007-10-02 17:59:18 +00:00 |
gzsig
|
use __progname where needed
|
2007-10-12 19:52:06 +00:00 |
head
|
sync usage() w/ synopsis; from Pierre Riteau
|
2007-10-31 16:29:50 +00:00 |
hexdump
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
id
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
indent
|
typos; ok jmc@
|
2007-11-27 16:22:12 +00:00 |
infocmp
|
safer snprintf construct with more paranoid length calculation
|
2007-06-02 01:29:11 +00:00 |
ipcrm
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
ipcs
|
more malloc(n * m) -> calloc(n, m); from Igor Zinovik
|
2007-09-02 23:50:03 +00:00 |
join
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
jot
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
kdump
|
knock out FIBMAP (which we got rid of)
|
2007-06-02 15:14:36 +00:00 |
keynote
|
|
|
ktrace
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
lam
|
Fix buffer overflow reported by Tobias Stoeckmann by increasing the
|
2007-06-26 05:14:52 +00:00 |
last
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
lastcomm
|
oops, missed a bit from tobias' diff - add "usage: " to usage();
|
2007-07-16 18:43:05 +00:00 |
learn
|
use strcspn to properly overwrite '\n' in fgets returned buffer
|
2007-10-05 14:19:05 +00:00 |
leave
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
less
|
some spelling fixes from Martynas Venckus
|
2007-11-24 12:59:28 +00:00 |
lex
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
lndir
|
providing MLINKS for shell builtins makes little sense: what we had was out
|
2008-01-11 20:16:02 +00:00 |
locate
|
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
|
2007-09-02 15:19:07 +00:00 |
lock
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
logger
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
login
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
logname
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
look
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
lorder
|
the ellipsis is not an optional argument; while here, sync the usage
|
2007-08-06 19:16:05 +00:00 |
m4
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
mail
|
- Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by
|
2007-10-17 20:02:30 +00:00 |
make
|
tweak previous;
|
2008-03-03 23:04:33 +00:00 |
man
|
add a note about shell built-ins;
|
2008-01-11 20:32:52 +00:00 |
mesg
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
mg
|
prevent the "ttflush write failed" panic when resizing using a window
|
2008-02-05 12:53:38 +00:00 |
midiplay
|
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
|
2007-09-02 15:19:07 +00:00 |
mixerctl
|
the mixer_devinfo structure contains next and prev pointers; they are used
|
2008-01-13 21:26:01 +00:00 |
mkdep
|
the ellipsis is not an optional argument; while here, sync the usage
|
2007-08-06 19:16:05 +00:00 |
mklocale
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
mkstr
|
Proper use of fseek/fseeko macros.
|
2007-09-10 14:29:53 +00:00 |
mktemp
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
modstat
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
msgs
|
Avoid setting a global pointer variable from signal handlers
|
2007-09-11 18:22:42 +00:00 |
nc
|
Synced atomicio implementation in nc and sendbug with ssh.
|
2007-09-07 14:50:44 +00:00 |
netstat
|
Change the method of identifying server connections to hide from
|
2008-02-05 16:14:31 +00:00 |
newsyslog
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
nfsstat
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
nice
|
getpriority() and setpriority() are documented in the same page, so only
|
2007-07-27 13:27:46 +00:00 |
nm
|
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
|
2007-09-02 15:19:07 +00:00 |
nohup
|
sync the synopsis and usage of commands
|
2007-10-16 20:19:26 +00:00 |
oldrdist
|
remove "unused variable" warnings
|
2007-10-17 20:10:44 +00:00 |
pagesize
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
passwd
|
remove unused file
|
2008-01-02 13:46:27 +00:00 |
paste
|
the ellipsis is not an optional argument; while here, sync the usage
|
2007-08-06 19:16:05 +00:00 |
patch
|
providing MLINKS for shell builtins makes little sense: what we had was out
|
2008-01-11 20:16:02 +00:00 |
pcc
|
Work-in-progress for sparc64, by David Crawshaw.
|
2008-01-24 18:47:06 +00:00 |
pctr
|
bump Mdocdate for pages committed in "febuary", necessary because
|
2008-02-11 07:58:28 +00:00 |
pkg-config
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
pkill
|
bump Mdocdate for pages committed in "febuary", necessary because
|
2008-02-11 07:58:28 +00:00 |
pmdb
|
missing newline at EOF
|
2008-02-09 20:59:09 +00:00 |
pr
|
last commit broke the tree because of missing parentheses.
|
2007-09-03 12:36:09 +00:00 |
printenv
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
printf
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
quota
|
lowercase "usage:"; align synopses
|
2007-12-30 13:32:19 +00:00 |
radioctl
|
style(9) fixes, optional flags without arguments come first;
|
2007-09-27 21:55:54 +00:00 |
ranlib
|
revert 1.4, a.out toolchain needs this not-so-unused-after-all function.
|
2008-01-13 20:31:19 +00:00 |
rcs
|
fix segfault when trying to lock and unlock rcs files that
|
2008-03-04 16:43:51 +00:00 |
rdist
|
bump Mdocdate for pages committed in "febuary", necessary because
|
2008-02-11 07:58:28 +00:00 |
rdistd
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
readlink
|
optional flags must be sorted and enclosed in single brackets,
|
2007-09-10 07:42:26 +00:00 |
renice
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
rev
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
rpcgen
|
.IP -> .Pp
|
2007-11-17 11:50:00 +00:00 |
rpcinfo
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
rs
|
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
|
2007-09-02 15:19:07 +00:00 |
rsh
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
rup
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
ruptime
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
rusers
|
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
|
2007-09-02 15:19:07 +00:00 |
rwall
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
rwho
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
script
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
sdiff
|
- Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by
|
2007-10-17 20:02:30 +00:00 |
sectok
|
new sentence, new line;
|
2007-12-30 19:23:53 +00:00 |
sed
|
sync the synopsis and usage of commands
|
2007-10-16 20:19:26 +00:00 |
sendbug
|
Eliminate false positives from <> comments, avoiding mangling
|
2008-01-04 00:50:09 +00:00 |
shar
|
the ellipsis is not an optional argument; while here, sync the usage
|
2007-08-06 19:16:05 +00:00 |
showmount
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
skey
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
skeyaudit
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
skeyinfo
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
skeyinit
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
soelim
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
sort
|
Fix the processing of numbers containing zeroes in -n (numeric)
|
2008-02-22 01:24:58 +00:00 |
spell
|
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
|
2007-09-02 15:19:07 +00:00 |
split
|
saying that -b and -l create smaller files can be misleading - the author
|
2008-01-05 09:30:36 +00:00 |
ssh
|
Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
|
2008-03-13 01:49:52 +00:00 |
stat
|
relate fields to stat(2).
|
2007-11-05 16:58:34 +00:00 |
strings
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
strip
|
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
|
2007-09-02 15:19:07 +00:00 |
su
|
do setegid() before seteuid(); see pr 5605 for more info; ok millert
|
2007-10-19 21:03:51 +00:00 |
sudo
|
update to sudo 1.6.9p12
|
2008-01-21 19:44:29 +00:00 |
sup
|
remove almost empty EXAMPLE section
|
2008-01-03 08:13:09 +00:00 |
systat
|
-DNOKVM will compile iostat.c without kvm support, which it does not need
|
2007-12-15 17:46:23 +00:00 |
tail
|
sync usage() w/ synopsis; from Pierre Riteau
|
2007-10-31 16:29:50 +00:00 |
talk
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
tcopy
|
mt_count is just an int
|
2007-06-25 16:59:54 +00:00 |
tee
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
telnet
|
remove "unused variable" warnings
|
2007-10-17 20:10:44 +00:00 |
tftp
|
Proper use of fseek/fseeko macros.
|
2007-09-10 14:29:53 +00:00 |
tic
|
Compile with -O1 on sh for now.
|
2007-02-27 21:07:40 +00:00 |
time
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
tip
|
typos; ok jmc@
|
2007-11-26 09:28:33 +00:00 |
tn3270
|
remove "unused variable" warnings
|
2007-10-17 20:10:44 +00:00 |
top
|
Simplify process header display logic a bit. From Mark Lumsden
|
2007-11-30 10:39:01 +00:00 |
touch
|
the ellipsis is not an optional argument; while here, sync the usage
|
2007-08-06 19:16:05 +00:00 |
tput
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
tr
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
true
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
tset
|
specifying int instead of just unsigned is better style
|
2007-10-15 02:16:35 +00:00 |
tsort
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
tty
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
ul
|
sync the synopsis and usage of commands
|
2007-10-16 20:19:26 +00:00 |
uname
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
unexpand
|
|
|
unifdef
|
kill "is is"; from Charles Longeau
|
2007-06-25 15:57:28 +00:00 |
uniq
|
Mention that -cd and -cu are possible, and that it's an extension to POSIX.
|
2007-11-11 17:50:29 +00:00 |
units
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
unvis
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
usbhidaction
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
usbhidctl
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
users
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
uudecode
|
|
|
uuencode
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
vacation
|
use strcspn to properly overwrite '\n' in fgets returned buffer
|
2007-09-11 15:47:17 +00:00 |
vgrind
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
vi
|
avoid inifite recursion on certain error conditions; from netbsd;
|
2008-03-08 18:11:42 +00:00 |
vis
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
vmstat
|
minor improvement on the diff to r1.106
|
2007-12-30 13:29:52 +00:00 |
w
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
wall
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
wc
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
what
|
the ellipsis is not an optional argument; while here, sync the usage
|
2007-08-06 19:16:05 +00:00 |
whatis
|
the ellipsis is not an optional argument; while here, sync the usage
|
2007-08-06 19:16:05 +00:00 |
which
|
the ellipsis is not an optional argument; document the "-a" flag in whereis(1)
|
2007-08-14 17:41:10 +00:00 |
who
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
whois
|
add lacnic and afrinic to the list in the -a descr
|
2007-08-29 10:23:20 +00:00 |
window
|
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
|
2007-09-02 15:19:07 +00:00 |
write
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
x99token
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
xargs
|
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
|
2007-09-02 15:19:07 +00:00 |
xinstall
|
Missing colon in optsring for 'B'
|
2007-09-05 08:58:34 +00:00 |
xlint
|
typos; ok jmc@
|
2007-11-27 16:22:12 +00:00 |
xstr
|
Proper use of fseek/fseeko macros.
|
2007-09-10 14:29:53 +00:00 |
yacc
|
move back to using malloc() instead of calloc(), because the yacc
|
2007-09-03 21:14:58 +00:00 |
yes
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
ypcat
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
ypmatch
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
ypwhich
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
Makefile
|
ugh got bitten by the path
|
2008-02-27 10:19:21 +00:00 |
Makefile.inc
|
|
|