freebsd-nq/usr.bin
Daniel Gerzo 9ea29562d9 - add the -m option to the example commands because they would fail w/o it
as the ``man'' user does not have a valid shell by default.

PR:		docs/121713
Approved by:	trhodes
MFC after:	3 days
2008-07-01 20:56:23 +00:00
..
alias
apply
ar GNU ar did NOT implment option -q as a synonym of -r as the manual 2008-03-11 18:35:51 +00:00
asa
at
atm
awk Allow awk (the one true one!) to handle 64 files instead of just 20. 2008-03-27 01:33:26 +00:00
banner
basename
biff
bluetooth Make -t <tty> optional in server mode. If not specified use stdin/stdout. 2008-05-14 16:47:30 +00:00
brandelf
bsdiff
bzip2
bzip2recover
c89
c99
calendar Add myself. Better late then never. 2008-06-19 17:10:05 +00:00
cap_mkdb
catman
chat Merge revisions 1.10 and 1.11 from DragonFly: 2008-03-07 00:01:19 +00:00
checknr Fix some "in in" typos in comments. 2008-03-26 07:32:08 +00:00
chkey
chpass
cksum Change a use of u_int32_t to uint32_t. 2008-05-15 20:04:36 +00:00
cmp
col
colcrt
colldef follow style(9) more closely and list sys/types.h first after sys/defs.h. 2008-01-01 10:04:10 +00:00
colrm
column
comm Similar to changes previously made to src/usr.bin/uniq/uniq.c, 2008-05-28 14:13:35 +00:00
compile_et
compress
cpio Don't try to hardlink directories. While I'm here, expand some 2008-07-01 05:45:03 +00:00
cpuset - Add support for interrupt bindig to cpuset(1). Interrupts are bound 2008-04-11 03:27:42 +00:00
csplit
csup
ctags
cut
dig
dirname
du Implement from scratch a -l option for du(1), to match the same option 2008-02-25 19:06:43 +00:00
ee
elf2aout
elfdump
enigma
env Update the date on the man-page to reflect the date that the '-u name' 2008-05-06 16:06:02 +00:00
expand
false
fetch List all environment variables supported by libfetch, along with a reference 2007-12-28 19:47:37 +00:00
file Christos decided to keep the manpages in mdoc(7) format, 2008-01-30 12:56:59 +00:00
file2c
find Fix SYNOPSIS and usage(). 2008-03-03 08:32:58 +00:00
finger
fmt
fold
from
fstat Struct cdev is always the member of the struct cdev_priv. When devfs 2008-06-16 17:34:59 +00:00
fsync
ftp
gcore
gencat
getconf
getent
getopt getopt.c is public domain. Add a comment to that effect. 2008-05-15 19:27:52 +00:00
gprof Add mips support. 2008-04-04 21:33:41 +00:00
gzip Reflect the fact that we actually have NetBSD revision 1.3. 2008-06-30 23:53:15 +00:00
head
hesinfo
hexdump
host
id
indent
ipcrm Add the ability to clean up all shared memory segments which are 2007-12-25 00:52:24 +00:00
ipcs Add the ability to clean up all shared memory segments which are 2007-12-25 00:52:24 +00:00
join
jot
kdump Remove netatm from HEAD as it is not MPSAFE and relies on the now removed 2008-05-25 22:11:40 +00:00
keylogin
keylogout
killall
ktrace Spell -t option's argument by name. 2008-04-02 09:41:29 +00:00
ktrdump
lam
last
lastcomm
ldd Typo 2008-05-15 10:51:30 +00:00
leave
less
lessecho
lesskey
lex I missed some "register"s in non-dot-C files. 2008-06-08 19:59:15 +00:00
limits
locale
locate
lock
lockf
logger Minor style(9) nit. 2008-02-05 17:34:44 +00:00
login Add a cross-reference to newgrp(1). 2007-11-30 11:02:36 +00:00
logins
logname
look
lorder
lsvfs
m4
mail
make Note that the .POSIX special target disables the "Remaking Makefiles" feature. 2008-06-27 14:35:33 +00:00
makewhatis
mesg
minigzip
ministat Fix apparent typo. The permitted confidence values include 95%, not 85%. 2008-03-12 00:13:49 +00:00
mkdep
mkfifo
mklocale Understand newly introduced "ASCII" encoding 2008-01-22 00:04:50 +00:00
mkstr
mktemp
mkuzip
msgs
mt Note what options are only for DDS drives. 2008-01-21 22:08:05 +00:00
nc
ncal
ncplist
ncplogin getopt(3) returns -1, not EOF. 2008-02-19 07:09:19 +00:00
netstat Update the kernel to count the number of mbufs and clusters 2008-05-15 20:18:44 +00:00
newgrp
newkey
nfsstat
nice
nl
nohup
nslookup
nsupdate
objformat
opieinfo
opiekey
opiepasswd
pagesize
passwd
paste
pathchk
pkill
pr
printenv
printf
procstat Rework the lifetime management of the kernel implementation of POSIX 2008-06-27 05:39:04 +00:00
quota Make the human readable numbers printed with the -h option a bit 2008-02-18 01:36:40 +00:00
renice
rev Make usage() 'static'. 2008-06-08 12:43:02 +00:00
rlogin
rpcgen Generate code that doesn't fail gcc 4.2's strict aliasing test. 2007-11-20 01:46:12 +00:00
rpcinfo
rs
rsh
rup
ruptime Initialize variable "now" before using it (it is used by the LEFTEARTH 2008-03-17 18:31:43 +00:00
rusers
rwall
rwho
script
sed WARNS fixes: 2008-02-09 09:12:02 +00:00
setchannel
shar Remove superfluous eofmarker. 2008-06-17 18:56:04 +00:00
showmount
smbutil
sockstat Add -L to usage(). 2008-05-19 11:35:11 +00:00
split Add a -n option to split(1) to split files into N chunks rather than 2008-03-16 15:15:32 +00:00
stat The referenced section name is 'Formats', not 'FORMATS'. 2008-04-29 07:35:31 +00:00
su - add the -m option to the example commands because they would fail w/o it 2008-07-01 20:56:23 +00:00
systat ANSIfy and remove register. 2008-01-16 19:27:43 +00:00
tabs
tail Nuking the temporary pointer once it is properly tracked in local storage. 2007-11-22 01:51:46 +00:00
talk ANSIfy function prototypes. While I am there, constify some parameters and 2008-04-28 21:08:42 +00:00
tar Pass the entry down into the core write loop, so we 2008-06-25 05:01:02 +00:00
tcopy
tee
telnet Fix conflicts after heimdal-1.1 import and add build infrastructure. Import 2008-05-07 13:53:12 +00:00
tftp
time
tip Relinquish exclusive TTY access when tip(1) or cu(1) exit. 2008-05-03 02:29:02 +00:00
top system_info.cpustates isn't sparse, so a bitmask of available CPU states 2008-04-11 11:39:26 +00:00
touch
tput
tr
true
truncate
truss Retire some stale alpha references. 2008-05-16 20:09:29 +00:00
tset
tsort
tty
ul
uname
unexpand
unifdef Add AUTHORS section[*] and fix HISTORY section. 2008-05-02 16:23:47 +00:00
uniq Fix truncation of lines at LINE_MAX characters by dynamically 2008-02-08 23:04:13 +00:00
units
unvis
unzip Update man page for -t. 2008-06-30 17:16:05 +00:00
usbhidaction
usbhidctl usbhidctl appears to not report features and write size correctly 2007-12-21 03:40:36 +00:00
users
uudecode
uuencode
vacation
vgrind
vi
vis
vmstat Add forgotten -H, -h, and -P to usage(). 2008-04-10 09:56:57 +00:00
w
wall Fix some bugs in wall(1): 2008-01-15 07:40:30 +00:00
wc
what
whereis Make the search for sources in PATH_PORTS more accurate. I only 2008-06-20 08:39:42 +00:00
which
who
whois
window
write
xargs Revive '-opt' flags which I accidentally removed. 2008-01-27 16:20:36 +00:00
xinstall Give a better description when a install of multiple files fails 2007-12-14 08:46:57 +00:00
xlint MFp4(mips2-jnpr): 2008-04-04 21:35:13 +00:00
xstr Improve temporary file handling 2008-05-13 09:42:03 +00:00
yacc
yes
ypcat
ypmatch
ypwhich
Makefile 1. Make the BSD version of cpio the default [1] 2008-06-16 05:48:15 +00:00
Makefile.inc