]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
22 years agoResolve all the ipfilter startup issues in rc.network with one big patch
darrenr [Sat, 24 Nov 2001 13:48:30 +0000 (13:48 +0000)]
Resolve all the ipfilter startup issues in rc.network with one big patch
to get it all right, allowing ipnat to be enabled independantly of ipfilter
in rc.conf (among other things).

PR: multiple
Submitted by: Arjan de Vet <devet@devet.org>
Reviewed by: Giorgos Keramidas <keramida@FreeBSD.org>

22 years agoSubmitted by:David E. O'Brien
groudier [Sat, 24 Nov 2001 12:35:48 +0000 (12:35 +0000)]
Submitted by:David E. O'Brien
MFC after:3 days
- Add memory barrier definition for sparc64.
  Patch sent by David E. O'Brien, approved by maintainer.
- Fix an endianization error of a bus physical address used from SCRIPTS
  that made the driver fail on big endian machines as sparc64.

22 years agoAllow an ``at now'' specification.
brian [Sat, 24 Nov 2001 10:43:53 +0000 (10:43 +0000)]
Allow an ``at now'' specification.

PR: 32242
Submitted by: Alan E <alane@geeksrus.net>
MFC after: 3 weeks

22 years agoSince we used '#ifdef __i386__', don't close with '#endif /* !__alpha__ */'
dfr [Sat, 24 Nov 2001 10:11:14 +0000 (10:11 +0000)]
Since we used '#ifdef __i386__', don't close with '#endif /* !__alpha__ */'

22 years agoPC98 boxes cannot boot from CD-ROM.
nyan [Sat, 24 Nov 2001 05:21:53 +0000 (05:21 +0000)]
PC98 boxes cannot boot from CD-ROM.

22 years agoBe more explicit about the fact that realloc() might return a
keramida [Sat, 24 Nov 2001 03:05:40 +0000 (03:05 +0000)]
Be more explicit about the fact that realloc() might return a
different pointer than the one passed to it.

PR: docs/31925
Submitted by: Andrew <andrew@ugh.net.au>

22 years agoWhitespace change - replace leading spaces with tabs.
luigi [Sat, 24 Nov 2001 01:47:50 +0000 (01:47 +0000)]
Whitespace change - replace leading spaces with tabs.

22 years agoRemove the use of _PATH_DEV in the example.
obrien [Sat, 24 Nov 2001 01:34:12 +0000 (01:34 +0000)]
Remove the use of _PATH_DEV in the example.

The kernel certainly doesn't use _PATH_DEV or even /dev/ to find the device.
It cannot, since "/" has not been mounted.  Maybe the only affect of using
/dev/ is that it gets put in the mounted-from name for "/", so that mount(8),
etc., display an absolute path before "/" has been remounted.  Many have
never bothered typing the full path, and code that constructs a path in
rootdevnames[] never bothered to construct a full path, so the example
shouldn't have it.

Submitted by: bde

22 years agoFix decode table
ache [Fri, 23 Nov 2001 22:27:03 +0000 (22:27 +0000)]
Fix decode table

PR: 32233
Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>

22 years agoRemove the hack that ensures that rt_Update() works on FreeBSD. Now
brian [Fri, 23 Nov 2001 19:20:45 +0000 (19:20 +0000)]
Remove the hack that ensures that rt_Update() works on FreeBSD.  Now
that the ncpaddr code doesn't create default routes with non-zero
masks, everything works as it should.

22 years agoThe Olympus C-1 digital camera uses a non-standard BBB command-status
iedowse [Fri, 23 Nov 2001 17:35:35 +0000 (17:35 +0000)]
The Olympus C-1 digital camera uses a non-standard BBB command-status
signature, but otherwise behaves just like a normal USB mass-storage
device. Add a new quirk to cover this case, and enable it for C-1
cameras. The quirk enables translation from the C-1 signature to
the normal CSWSIGNATURE value.

Reviewed by: n_hibma

22 years agoWhen writing messages to the routing socket, round sockaddr sizes
brian [Fri, 23 Nov 2001 17:19:36 +0000 (17:19 +0000)]
When writing messages to the routing socket, round sockaddr sizes
up in the same way that we expect them to be when we read them.

This is a no-op on i386 and probably on alphas, as we currently
only support AF_INET and AF_INET6.

22 years agoBe paranoid about non-zero netmasks being associated with INET addresses
brian [Fri, 23 Nov 2001 17:19:27 +0000 (17:19 +0000)]
Be paranoid about non-zero netmasks being associated with INET addresses
of 0.0.0.0.

The OpenBSD PF_ROUTE/NET_RT_DUMP sysctl is sending back routes with
RTAX_NETMASK set, but the corresponding sockaddr being 4 zero bytes
(with an address family of zero).  ppp was getting confused by this
and ending up interpreting it as a 0.0.0.0/32 routing table
destination and subsequently failing to do anything with the route.

Specifically, after this fix, ppp under OpenBSD can successfully
change and delete the default route again !

22 years agoRegen.
iedowse [Fri, 23 Nov 2001 16:36:28 +0000 (16:36 +0000)]
Regen.

22 years agoAdd Olympus C-1.
iedowse [Fri, 23 Nov 2001 16:35:40 +0000 (16:35 +0000)]
Add Olympus C-1.

22 years agoRemove an unused variable (oops)
brian [Fri, 23 Nov 2001 15:47:04 +0000 (15:47 +0000)]
Remove an unused variable (oops)

22 years agoThe RETURN VALUES section is not appropriate for section 1 manual
dd [Fri, 23 Nov 2001 14:40:35 +0000 (14:40 +0000)]
The RETURN VALUES section is not appropriate for section 1 manual
pages; rename it to DIAGNOSTICS.  Also use the .Ex macro while I'm
here.

22 years agoFix grammar in AUTHORS section.
dd [Fri, 23 Nov 2001 14:37:27 +0000 (14:37 +0000)]
Fix grammar in AUTHORS section.

22 years agoAdd suspend/resume code mostly merged from fxp driver.
iwasaki [Fri, 23 Nov 2001 14:27:33 +0000 (14:27 +0000)]
Add suspend/resume code mostly merged from fxp driver.

22 years agoSearch ${MACHINE}/drivers.conf instead of ${MACHINE_ARCH}/drivers.conf.
nyan [Fri, 23 Nov 2001 14:08:25 +0000 (14:08 +0000)]
Search ${MACHINE}/drivers.conf instead of ${MACHINE_ARCH}/drivers.conf.
The previous commit is not completely.

22 years agoDon't adjust_linklocal() when pulling a sockaddr out of an ncpaddr or
brian [Fri, 23 Nov 2001 12:39:20 +0000 (12:39 +0000)]
Don't adjust_linklocal() when pulling a sockaddr out of an ncpaddr or
ncprange structure.

Don't write() the netmask for IPv6 sockaddrs to the routing socket if
the prefixlen is 128.

It seems that messages written to the routing socket with the scopeid
set for link local addresses are not understood.  Instead, we have to
put the scopeid in the 5th and 6th bytes of the address (see
adjust_linklocal() in ncpaddr.c).  I think this may be a bug in the
KAME implementation - it should really understand both forms.

22 years agoFixed a buffer overrun. In my kernel configuration, tcp_syncache happens
bde [Fri, 23 Nov 2001 12:31:27 +0000 (12:31 +0000)]
Fixed a buffer overrun.  In my kernel configuration, tcp_syncache happens
to be followed by nfsnodehashtbl, so bzeroing callouts beyond the end of
tcp_syncache soon caused a null pointer panic when nfsnodehashtbl was
accessed.

22 years agoRegen.
sheldonh [Fri, 23 Nov 2001 12:03:50 +0000 (12:03 +0000)]
Regen.

This file is now generated using src/tools/tools/pciid/mk_pci_vendors.pl,
which merges the Boemler and Heckenbach lists used for rev 1.2.

For now, mk_pci_vendors.pl is called with the -l option, which uses
the entry with the longer description where the same device or vendor
is found in both lists.

If it turns out that this causes to much "back-and-forth" in future
deltas, we can drop the use of the -l option.

22 years agoRemove a bogus log_Id() decl
brian [Fri, 23 Nov 2001 11:15:35 +0000 (11:15 +0000)]
Remove a bogus log_Id() decl

22 years agoAdd us-ascii_to_cp437 screenmap
ache [Fri, 23 Nov 2001 11:15:21 +0000 (11:15 +0000)]
Add us-ascii_to_cp437 screenmap

22 years agoFix usage for the log command
brian [Fri, 23 Nov 2001 11:07:43 +0000 (11:07 +0000)]
Fix usage for the log command

22 years agoWhitespace tweak
brian [Fri, 23 Nov 2001 10:46:28 +0000 (10:46 +0000)]
Whitespace tweak

22 years agoAdd fonts,screenmaps,console types
ache [Fri, 23 Nov 2001 07:40:54 +0000 (07:40 +0000)]
Add fonts,screenmaps,console types

22 years agoAdd support for the `restrict' type qualifier, new in C99.
mike [Fri, 23 Nov 2001 06:55:41 +0000 (06:55 +0000)]
Add support for the `restrict' type qualifier, new in C99.

Reviewed by: wollman

22 years agoValidate requested sleep state in acpi_SetSleepState() to avoid reentry
iwasaki [Fri, 23 Nov 2001 05:57:03 +0000 (05:57 +0000)]
Validate requested sleep state in acpi_SetSleepState() to avoid reentry
during wakeup procedure.

22 years agoAdd table for iso-8859-4 vga9 fonts
ache [Fri, 23 Nov 2001 01:39:42 +0000 (01:39 +0000)]
Add table for iso-8859-4 vga9 fonts

22 years ago1) Map all unused characters into 'space'.
ache [Fri, 23 Nov 2001 01:25:56 +0000 (01:25 +0000)]
1) Map all unused characters into 'space'.
2) iso-8859-4_to_cp437 not do what its name tells at all, remove it

22 years agoStandard conformance cleanup
ache [Fri, 23 Nov 2001 00:10:17 +0000 (00:10 +0000)]
Standard conformance cleanup

22 years agoExpand the comment on the layout of softc, arpcom and ifnet structures,
luigi [Thu, 22 Nov 2001 23:59:56 +0000 (23:59 +0000)]
Expand the comment on the layout of softc, arpcom and ifnet structures,
and list the places where the assumption is used.

22 years agoStandards conformance cleanup
ache [Thu, 22 Nov 2001 23:39:06 +0000 (23:39 +0000)]
Standards conformance cleanup

22 years agoFix typo introduced with last commit.
orion [Thu, 22 Nov 2001 23:38:26 +0000 (23:38 +0000)]
Fix typo introduced with last commit.

22 years agoSync with main
ache [Thu, 22 Nov 2001 21:43:43 +0000 (21:43 +0000)]
Sync with main

22 years agoBack out part of prev. commit for CP437 case, there are lower controls
ache [Thu, 22 Nov 2001 21:41:43 +0000 (21:41 +0000)]
Back out part of prev. commit for CP437 case, there are lower controls
graphics defined in codepage

22 years agoCopy from main termcap
ache [Thu, 22 Nov 2001 21:05:57 +0000 (21:05 +0000)]
Copy from main termcap

22 years agoDon't use lower controls for console ACS. It makes screen or cut copy charset
ache [Thu, 22 Nov 2001 21:04:44 +0000 (21:04 +0000)]
Don't use lower controls for console ACS. It makes screen or cut copy charset
adequate.

22 years agoMerge with main variant
ache [Thu, 22 Nov 2001 19:39:36 +0000 (19:39 +0000)]
Merge with main variant

22 years agoAdd Greek console family (PR)
ache [Thu, 22 Nov 2001 19:28:24 +0000 (19:28 +0000)]
Add Greek console family (PR)
Add more ACS chars to l1/l2

PR: 32193
Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>

22 years agoFix Latin1/Latin2 ac= to not use non-standard 8bit characters
ache [Thu, 22 Nov 2001 19:06:00 +0000 (19:06 +0000)]
Fix Latin1/Latin2 ac= to not use non-standard 8bit characters

22 years agoAdd disabling code via the debug.acpi.disable environment variable.
iwasaki [Thu, 22 Nov 2001 17:43:15 +0000 (17:43 +0000)]
Add disabling code via the debug.acpi.disable environment variable.

22 years agoAdd #include <net/route.h> in order to get this to compile.
jlemon [Thu, 22 Nov 2001 17:19:52 +0000 (17:19 +0000)]
Add #include <net/route.h> in order to get this to compile.

Spotted by: David Wolfskill
Forgotten by: me

22 years agomdoc(7) police: minor spelling, markup and style fixes.
ru [Thu, 22 Nov 2001 16:08:45 +0000 (16:08 +0000)]
mdoc(7) police: minor spelling, markup and style fixes.

22 years agoWhen mkdir()-ing, the parent dir gets is linkcount increased.
guido [Thu, 22 Nov 2001 15:33:12 +0000 (15:33 +0000)]
When mkdir()-ing, the parent dir gets is linkcount increased.
Fix VN_KNOTE to reflect that.

Found by: tobez@freebsd.org
MFC after: 2 days

22 years agoAdd the script that will be used to maintain src/share/misc/pci_vendors.
sheldonh [Thu, 22 Nov 2001 14:26:30 +0000 (14:26 +0000)]
Add the script that will be used to maintain src/share/misc/pci_vendors.
The script written and used originally by msmith has been lost.

This version takes the Boemler and Heckenbach lists and produces merged
output.  It defaults to ignoring any entries from Heckenbach already
found in Boemler but the -l option causes it to take the entry with the
longest description where an entry appears in both lists.

If this script is replaced, care should be taken to

1) Always use upper-case hexidecimal tokens in device ids.

2) Always keep device lists sorted within vendor lists, which must also
   be sorted.

3) Do not try to include input from the previous pci_vendors file, since
   bogus ids seem to be removed from both the Boemler and Heckenbach
   lists from time to time.

22 years agoInstall pnpbios(4) manpage.
ru [Thu, 22 Nov 2001 13:05:54 +0000 (13:05 +0000)]
Install pnpbios(4) manpage.

Submitted by: Alexander Leidinger <Alexander@leidinger.net>

22 years agomdoc(7) police: oops, didn't catch this one without ispell(1).
ru [Thu, 22 Nov 2001 12:08:35 +0000 (12:08 +0000)]
mdoc(7) police: oops, didn't catch this one without ispell(1).

22 years agomdoc(7) police: tiny markup fixes.
ru [Thu, 22 Nov 2001 12:03:31 +0000 (12:03 +0000)]
mdoc(7) police: tiny markup fixes.

22 years agomdoc(7) police: general cleanup.
ru [Thu, 22 Nov 2001 11:56:54 +0000 (11:56 +0000)]
mdoc(7) police: general cleanup.

22 years agomdoc(7) police: minor markup and misc fixes.
ru [Thu, 22 Nov 2001 11:36:29 +0000 (11:36 +0000)]
mdoc(7) police: minor markup and misc fixes.

22 years agomdoc(7) police: minor markup and spelling fixes.
ru [Thu, 22 Nov 2001 11:32:27 +0000 (11:32 +0000)]
mdoc(7) police: minor markup and spelling fixes.

22 years agomdoc(7) police: minor markup and misc fixes.
ru [Thu, 22 Nov 2001 11:25:02 +0000 (11:25 +0000)]
mdoc(7) police: minor markup and misc fixes.

22 years agomdoc(7) police: markup cleanup.
ru [Thu, 22 Nov 2001 11:17:58 +0000 (11:17 +0000)]
mdoc(7) police: markup cleanup.

22 years agoBe pedantic; we don't know of any shell that provides
ru [Thu, 22 Nov 2001 11:05:31 +0000 (11:05 +0000)]
Be pedantic; we don't know of any shell that provides
"similar but not identical" built-in replacements for
false(1) and/or true(1).

22 years agoUse a separate drivers.conf between i386 and pc98.
nyan [Thu, 22 Nov 2001 11:04:12 +0000 (11:04 +0000)]
Use a separate drivers.conf between i386 and pc98.

22 years agomdoc(7) police: add missing comma.
ru [Thu, 22 Nov 2001 09:48:54 +0000 (09:48 +0000)]
mdoc(7) police: add missing comma.

22 years agoChange the failure mode in option parsing to silently bailing out of option
benno [Thu, 22 Nov 2001 05:08:35 +0000 (05:08 +0000)]
Change the failure mode in option parsing to silently bailing out of option
negotiation rather than rejecting the request.

Apple OpenFirmware 3.0f3 (the version in my iMac) adds trailing garbage to the
end of an otherwise valid request.  Without this change, the requests were
rejected which prevented me from booting.

Reviewed by: obrien

22 years agoIntroduce a syncache, which enables FreeBSD to withstand a SYN flood
jlemon [Thu, 22 Nov 2001 04:50:44 +0000 (04:50 +0000)]
Introduce a syncache, which enables FreeBSD to withstand a SYN flood
DoS in an improved fashion over the existing code.

Reviewed by: silby  (in a previous iteration)
Sponsored by: DARPA, NAI Labs

22 years agoAdd syncache statistics to netstat.
jlemon [Thu, 22 Nov 2001 04:48:52 +0000 (04:48 +0000)]
Add syncache statistics to netstat.

22 years agoDon't leave dodgy looking spaces in HISMACADDR
brian [Thu, 22 Nov 2001 04:38:02 +0000 (04:38 +0000)]
Don't leave dodgy looking spaces in  HISMACADDR

22 years agoExpand the first argument of the ``log'' command if it's a variable.
brian [Thu, 22 Nov 2001 04:23:49 +0000 (04:23 +0000)]
Expand the first argument of the ``log'' command if it's a variable.

22 years agoSwitch to using a standard /boot directory including the GENERIC kernel
jhb [Thu, 22 Nov 2001 04:02:09 +0000 (04:02 +0000)]
Switch to using a standard /boot directory including the GENERIC kernel
on CD's 1 and 2.  Create a simple /boot/loader.conf on each CD that loads
/boot/mfsroot.gz as a mfs_root image.  The mfsroot moved from /mfsroot.gz
to /boot/mfsroot.gz so that all of the boot stuff is in /boot.  This allows
a full kernel to be used when installing from CD on all architectures
that support CD booting.  Note that on x86, this requires using
/boot/cdboot as a no-emulation boot image instead of /floppies/boot.flp.

22 years agoThe DEC kn300 has special code for console handling hardcoded here, so add
jlemon [Thu, 22 Nov 2001 02:41:34 +0000 (02:41 +0000)]
The DEC kn300 has special code for console handling hardcoded here, so add
a call to promcndetach() to explicitly turn off the prom console.

Tested by: Jeff Roberson

22 years agoChoose more paranoid modes for the temporary directory so the user can't
jkh [Thu, 22 Nov 2001 01:54:33 +0000 (01:54 +0000)]
Choose more paranoid modes for the temporary directory so the user can't
easily browse its contents.

Noted by: Antoine

22 years agoMention that HISMACADDR is set in the environment of child processes
brian [Thu, 22 Nov 2001 01:49:41 +0000 (01:49 +0000)]
Mention that HISMACADDR is set in the environment of child processes

22 years agoDocument that an UPTIME variable is now available
brian [Thu, 22 Nov 2001 01:44:23 +0000 (01:44 +0000)]
Document that an UPTIME variable is now available

22 years agoBump the CD boot loader up to 1.1 so that the FICL upgrade a while back
jhb [Wed, 21 Nov 2001 23:16:26 +0000 (23:16 +0000)]
Bump the CD boot loader up to 1.1 so that the FICL upgrade a while back
will not fail thinking that the loader version is stale.  This lets us
use the Forth code on the CD now.

22 years agoAdd driver for Granch SBNI12-xx ISA and PCI network adapters.
fjoe [Wed, 21 Nov 2001 22:29:35 +0000 (22:29 +0000)]
Add driver for Granch SBNI12-xx ISA and PCI network adapters.

MFC after: 1 week

22 years agoAdd St. Cecilia's Day.
grog [Wed, 21 Nov 2001 21:55:46 +0000 (21:55 +0000)]
Add St. Cecilia's Day.

22 years agofix compilation (include -> #include)
fjoe [Wed, 21 Nov 2001 20:40:21 +0000 (20:40 +0000)]
fix compilation (include -> #include)

22 years ago- Utilize the great M_ZERO flag rather than allocating memory then do
arr [Wed, 21 Nov 2001 20:29:08 +0000 (20:29 +0000)]
- Utilize the great M_ZERO flag rather than allocating memory then do
  a call to memset.

22 years agoNew release note: lomac(4).
bmah [Wed, 21 Nov 2001 20:05:05 +0000 (20:05 +0000)]
New release note:  lomac(4).

22 years agoNew release notes: debugging info in modules built with debugging
bmah [Wed, 21 Nov 2001 20:04:18 +0000 (20:04 +0000)]
New release notes: debugging info in modules built with debugging
kernel (based on info from gad), timed(8) works on alpha.

22 years agoMove initialization of snd_recover into tcp_sendseqinit().
jlemon [Wed, 21 Nov 2001 18:45:51 +0000 (18:45 +0000)]
Move initialization of snd_recover into tcp_sendseqinit().

22 years agomdoc(7) police: cleanup.
ru [Wed, 21 Nov 2001 17:29:00 +0000 (17:29 +0000)]
mdoc(7) police: cleanup.

22 years agomdoc(7) police: cleanup the markup a bit.
ru [Wed, 21 Nov 2001 17:14:56 +0000 (17:14 +0000)]
mdoc(7) police: cleanup the markup a bit.

22 years agomdoc(7) police: minor markup and content fixes.
ru [Wed, 21 Nov 2001 17:12:31 +0000 (17:12 +0000)]
mdoc(7) police: minor markup and content fixes.

22 years agomdoc(7) police: general cleanup.
ru [Wed, 21 Nov 2001 16:56:35 +0000 (16:56 +0000)]
mdoc(7) police: general cleanup.

22 years agomdoc(7) police: minor markup and misc fixes.
ru [Wed, 21 Nov 2001 16:29:57 +0000 (16:29 +0000)]
mdoc(7) police: minor markup and misc fixes.

22 years agomdoc(7) police: fixed typos and minor markup nits.
ru [Wed, 21 Nov 2001 16:19:50 +0000 (16:19 +0000)]
mdoc(7) police: fixed typos and minor markup nits.

22 years agomdoc(7) police: markup nit in the actual rev. 1.13 changes.
ru [Wed, 21 Nov 2001 15:56:45 +0000 (15:56 +0000)]
mdoc(7) police: markup nit in the actual rev. 1.13 changes.

22 years agomdoc(7) police: restore all FreeBSD fixes to this file that got
ru [Wed, 21 Nov 2001 15:50:57 +0000 (15:50 +0000)]
mdoc(7) police: restore all FreeBSD fixes to this file that got
clobbered by previous commit.

22 years agomdoc(7) police: general cleanup.
ru [Wed, 21 Nov 2001 15:41:49 +0000 (15:41 +0000)]
mdoc(7) police: general cleanup.

22 years agoShould also include namespace.h
green [Wed, 21 Nov 2001 15:33:40 +0000 (15:33 +0000)]
Should also include namespace.h

Submitted by: ru

22 years agoChange certain syscalls from x to _x.
green [Wed, 21 Nov 2001 14:44:52 +0000 (14:44 +0000)]
Change certain syscalls from x to _x.

Prodded by: bde

22 years agomdoc(7) police: mark errno as a variable.
ru [Wed, 21 Nov 2001 13:38:17 +0000 (13:38 +0000)]
mdoc(7) police: mark errno as a variable.

22 years agomdoc(7) police: markup nits.
ru [Wed, 21 Nov 2001 13:33:30 +0000 (13:33 +0000)]
mdoc(7) police: markup nits.

22 years agomdoc(7) police: fix markup + generic cleanup.
ru [Wed, 21 Nov 2001 13:28:50 +0000 (13:28 +0000)]
mdoc(7) police: fix markup + generic cleanup.

22 years agoUpdate device list for Compaq Computer Corp. (vendor ID 0E11):
sheldonh [Wed, 21 Nov 2001 13:20:42 +0000 (13:20 +0000)]
Update device list for Compaq Computer Corp. (vendor ID 0E11):

2 updated entries
7 new entries

22 years agoUpdate devices for Intel Corporation (vendor ID 8086):
sheldonh [Wed, 21 Nov 2001 13:12:13 +0000 (13:12 +0000)]
Update devices for Intel Corporation (vendor ID 8086):

16 updated entries
61 new entries

22 years agomdoc(7) police: cosmetique.
ru [Wed, 21 Nov 2001 12:07:24 +0000 (12:07 +0000)]
mdoc(7) police: cosmetique.

22 years agomdoc(7) police: general cleanup.
ru [Wed, 21 Nov 2001 12:02:28 +0000 (12:02 +0000)]
mdoc(7) police: general cleanup.

22 years agomdoc(7) police: WITNESS is a #define, mark it as such.
ru [Wed, 21 Nov 2001 11:47:55 +0000 (11:47 +0000)]
mdoc(7) police: WITNESS is a #define, mark it as such.

22 years agomdoc(7) police: cosmetique.
ru [Wed, 21 Nov 2001 11:44:36 +0000 (11:44 +0000)]
mdoc(7) police: cosmetique.

22 years agomdoc(7) police: bump document date, fix markup.
ru [Wed, 21 Nov 2001 11:36:23 +0000 (11:36 +0000)]
mdoc(7) police: bump document date, fix markup.

22 years agoPut missing space.
ru [Wed, 21 Nov 2001 10:42:18 +0000 (10:42 +0000)]
Put missing space.

22 years agoGrammar nit.
ru [Wed, 21 Nov 2001 10:39:12 +0000 (10:39 +0000)]
Grammar nit.