NetBSD/bin
cgd 84d782a52f __CONCAT does token pasting, not string concatnation. if something like:
__CONCAT("PATH=",_PATH_STDPATH);
actually works to concantate strings, it's because the preprocessor expands
it into "PATH=""whatever _PATH_STDPATH is" as separate strings, and then
ANSI string concatenation is performed on that.  It's more straightforward
to just use ANSI string concatenation directly, and newer GCCs complain
(rightly) about mis-use of token pasting.
2000-12-20 00:15:10 +00:00
..
cat For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
chio Don't generate html yet. doc2html needs a fix. 2000-09-26 16:49:22 +00:00
chmod The "X" permission _is_ specified by POSIX.2. 2000-10-14 18:45:03 +00:00
cp For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
csh Need alvec global variable now. 2000-12-14 00:13:07 +00:00
date Document /etc/localtime, per PR 8099 by Charles Hannum. 2000-12-18 07:57:02 +00:00
dd KNF nit in previous. 2000-10-25 10:57:20 +00:00
df Support the 1003.2-92 -P flag for a `portable output format'; based on 2000-10-15 17:50:10 +00:00
domainname More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
echo For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
ed be consistent with man page xrefs (this is a pre mandoc man page) 2000-11-07 01:45:49 +00:00
expr list parenthesis usage similar way as other operators 2000-10-30 16:20:12 +00:00
hostname More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
kill s/exit_status/signal_number/ 2000-05-13 17:04:04 +00:00
ksh PR/11361:Matthias Buelow: Apply patch1 from pdksh site. 2000-11-02 01:10:08 +00:00
ln Document POSIX.2 conformance. 2000-10-14 18:31:57 +00:00
ls For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
mkdir - The type of return value of setmode is a void * and getmode takes it, 2000-10-10 14:30:40 +00:00
mt For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
mv For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
pax LC_TIME holds a locale name, which isn't a strftime() format string. 2000-10-22 15:41:31 +00:00
ps Add a K flag to the state information - K is for kernel thread or system 2000-10-23 05:54:06 +00:00
pwd For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
rcmd More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
rcp Add MK... variables to enable/disable various aspects of building 2000-06-23 06:01:10 +00:00
rm For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
rmdir For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
sh __CONCAT does token pasting, not string concatnation. if something like: 2000-12-20 00:15:10 +00:00
sleep For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
stty For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
sync kill references to update(8), it doesn't exist any more 2000-10-06 18:53:28 +00:00
test For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
Makefile move rcorder to sbin. 1999-11-23 05:28:15 +00:00
Makefile.inc pull bsd.own.mk in before LDSTATIC?=-static, so that LDSTATIC can be 1998-03-02 22:03:11 +00:00