Go to file
phil e285bfacc1 Add a new example to SYNOPSIS, change the example. This is in response
to the fact that the /bin/sh set command always sets the exit status to
0, so testing $? will not help discover if getopt found an error if
getopt is used via "set -- `getopt ....`".  (POSIX 1003.2 D11 draft says
that the sh set command must return 0 as the exit status.)

I think that POSIX is wrong or that is is not well enough specified to
allow the result of the set to be the exit status of the getopt.  But
considering the sequential nature of execution, the set is done last
and is the "last command" and therefore must be the one to set the exit
status.  At least there is a work-around for shell scripts.
1997-07-18 00:18:26 +00:00
bin PR/3866: bayer@informatik.uni-leipzig.de: core dump using xon script. 1997-07-15 17:49:15 +00:00
distrib Note changes in the machine header files. Added pic versions of the 1997-07-17 00:01:45 +00:00
etc Add /usr/share/sendmail/cf that got missed in original addition of 1997-07-17 20:45:01 +00:00
games don't xref obsolete regcmp(3) 1997-07-16 06:59:59 +00:00
gnu * Fix setting of 'Originator' field, so that it matches whole login field 1997-07-17 04:50:35 +00:00
include some minor KNF 1997-07-14 00:30:28 +00:00
lib Get the length right in _kvm_sun3x_kvatop(). 1997-07-17 22:42:00 +00:00
libexec Add the necessary -I flag to pick up the libc/include/extern.h 1997-07-14 02:56:54 +00:00
regress Use proginstall:: to disable installing PROG. 1997-05-07 15:59:08 +00:00
sbin convert to host byte order when printing stats of received ICMP 1997-07-17 06:39:46 +00:00
share Remove extraneous trailing space from ``ANSI C'' invented in lite2 import. 1997-07-17 19:42:45 +00:00
sys * Deal with servers that don't give complete FSINFO (like NT) 1997-07-17 23:54:27 +00:00
usr.bin Add a new example to SYNOPSIS, change the example. This is in response 1997-07-18 00:18:26 +00:00
usr.sbin use <sys/cdefs.h> __COPYRIGHT and __RCSID macros 1997-07-17 05:51:18 +00:00
Makefile Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00