Commit Graph

75781 Commits

Author SHA1 Message Date
wollman
ddfe2f4871 Fix syntax errors (labels with no statement). 2002-05-30 21:38:58 +00:00
wollman
b2070d45e0 Add used include of <string.h>.
Delete unused include of <strings.h>.
2002-05-30 21:35:39 +00:00
wollman
45d5a82bf1 Add used include of <stdlib.h>, copying style bugs from adjacent lines. 2002-05-30 21:28:58 +00:00
wollman
504321aa46 Fix conflict with <paths.h> by renaming _PATH_LOGIN to _PATH_SLIP_LOGIN,
and likewise LOGOUT for consistency.  Fix a few nearby style bugs.
2002-05-30 21:26:49 +00:00
wollman
42a1641010 Fix preprocessor directive syntax (text after #else).
This program is not likely to compile if DEBUG is ever defined.
2002-05-30 21:21:23 +00:00
wollman
0e6b4b2400 Fix preprocessor directive syntax (text after #endif).
The style of this program is still atrocious (not fixed).
2002-05-30 21:18:01 +00:00
wollman
1116ad074f Fix preprocessor directive syntax (text after #endif). 2002-05-30 21:04:11 +00:00
wollman
ca04af6ca5 Fix syntax errors (labels with no statement following). 2002-05-30 21:03:02 +00:00
wollman
a50f81e50a Use correct printf format specifier to print unsigned longs. 2002-05-30 21:00:42 +00:00
wollman
5f28f6025e Avoid unintentional trigraph. 2002-05-30 20:53:45 +00:00
wollman
ca31b33140 Add missing newline at end of file. 2002-05-30 20:51:53 +00:00
des
da6b7e20d7 Missed one in previous commit.
Pointed out by:	nectar
2002-05-30 20:48:59 +00:00
schweikh
e816ac5daa Do not use man entities for items that have been removed, because they
create a link to man.cgi with a manpath for 5-current. Following this
link gives a "Sorry, no data found for `labpc(4)'". Instead, simply
write labpc(4) without any markup (for which pkg_update(1) is prior art)
Remove some whitespace at EOL while I'm here.

Discussed with an okayed by:	bmah
2002-05-30 20:48:13 +00:00
wollman
1bd96bef8d Add used includes of <stdlib.h>. 2002-05-30 19:49:21 +00:00
peter
99c8ad18e3 Ignore a c++ that is version other than 3.1 if it does not also match
cc's version.  libgcc.a will have been clobbered and will no longer have
the old c++ support.

Submitted by:	jhb
2002-05-30 19:46:34 +00:00
wollman
303c628e35 Add used include of <string.h>. 2002-05-30 19:38:07 +00:00
jmallett
d0bc9fa06e Restructure sanity checks so that -I and -J just override eachother, rather
than triggering a usage().  Allow -R and -I to be specified in any order, and
thus change how -R checks for -I not being given and triggering a usage().

Partially requested by:	gad
2002-05-30 19:34:31 +00:00
jmallett
a2f7c4e9ca Allow the input line to be NULL, and teach strnsubst() that NULL means to use
a nil-string.
2002-05-30 19:24:08 +00:00
obrien
d47e46d879 Add libusb.so.0 from the FreeBSD services 4.5 DVD. libusb is now known as
libusbhid in RELENG_4.

Requested by:	joe
2002-05-30 18:51:03 +00:00
takawata
b4f860ec9b Forget to change lookup function for oldcard side. 2002-05-30 18:48:44 +00:00
obrien
d56d278a05 Add libusb.so.0 from the FreeBSD services 4.5 DVD. libusb is now known as
libusbhid in RELENG_4.

Requested by:	joe
2002-05-30 17:58:49 +00:00
wollman
8a0dd0dbe3 East Timor's alpha-2 code changed. 2002-05-30 17:53:57 +00:00
wollman
86fb4bfffa Note changes to country codes in ISO 3166-1 newsletters V-4 and V-5.
Update URL for ISO 3166/MA.
2002-05-30 17:53:04 +00:00
takawata
d19ac116d6 Make oldcard and newcard kernel module work. 2002-05-30 17:38:00 +00:00
obrien
1993966a91 The revision 1.31 tweak was to _not_ write .o's in src/contrib/gcc.
Not the other way around as the log message stated.
2002-05-30 17:23:26 +00:00
billf
8facface02 indent tdfx line similarly to rest of the file
note that freebsd-ipfw@freebsd.org should be sent patches before making
changes to ipfw.
2002-05-30 16:50:27 +00:00
phk
53143bb2c1 Mistyped and lost a '&' in previous commit. 2002-05-30 16:26:39 +00:00
bmah
7d54a20ec8 New release note: emulators/linux_base libraries update.
Also tweak a filename reference to reflect linux_base changes.
2002-05-30 15:00:00 +00:00
ru
e540238573 mdoc(7) police: kill whitespace at EOL. 2002-05-30 14:52:00 +00:00
ru
8a216468eb mdoc(7) police: polish markup. 2002-05-30 14:49:57 +00:00
ru
0be8bf82ae mdoc(7) police: tidy up the markup. 2002-05-30 14:32:48 +00:00
ru
ad0a0caaf7 mdoc(7) police: Make this look like an average manpage. 2002-05-30 14:26:02 +00:00
ru
e57f94d9c9 mdoc(7) police: kill hard sentence breaks. 2002-05-30 14:10:44 +00:00
ru
9d2bfa757a mdoc(7) police: pedantry. 2002-05-30 14:07:05 +00:00
ru
b9e8cb66c9 mdoc(7) police: tidy up the markup. 2002-05-30 14:02:23 +00:00
ru
4c0a89a17e mdoc(7) police: one minor change that was not probably worth a commit. 2002-05-30 13:57:35 +00:00
ru
2ea5b96e91 mdoc(7) police: fixed typo, minor markup nits. 2002-05-30 13:52:18 +00:00
ru
acd70ef916 mdoc(7) police: markup polishing. 2002-05-30 13:48:06 +00:00
ru
cd4e93f6df mdoc(7) police: tidy up. 2002-05-30 13:39:43 +00:00
ru
a54f2810df mdoc(7) police: minor markup nits. 2002-05-30 13:33:59 +00:00
jmallett
fa946e6b48 Keep people from introducing local changes I do not know about to m4 for the
time being, until OpenBSD's -s support is finished being fixed, so I have a
chance in hell of getting one last clean merge against OpenBSD.
2002-05-30 13:24:59 +00:00
ru
c29678b8e7 mdoc(7) police: added missing markup bits. 2002-05-30 13:16:25 +00:00
ru
c8f6cf0f6f mdoc(7) police: mark up better. 2002-05-30 13:13:05 +00:00
ru
e328d7c9af mdoc(7) police: minor markup fixes. 2002-05-30 12:59:52 +00:00
ru
21f1002bbb mdoc(7) police: fixed markup.
This manpage is still too NetBSD-centric.
2002-05-30 12:39:38 +00:00
ru
934525de9e mdoc(7) police: minor markup nits.
The SYNOPSIS should be fixed to fit the FreeBSD needs.
2002-05-30 12:34:06 +00:00
ru
d3e862e281 Added the missing ``and''. 2002-05-30 12:29:37 +00:00
ru
765a02e091 mdoc(7) police: markup nits. 2002-05-30 12:26:27 +00:00
ru
ab0962a94a mdoc(7) police: GC whitespace at EOL. 2002-05-30 12:23:21 +00:00
ru
c2bdcecceb mdoc(7) police: nits. 2002-05-30 12:20:49 +00:00