]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
25 years agoCommented out k6_mem.c.
kato [Tue, 7 Sep 1999 12:09:26 +0000 (12:09 +0000)]
Commented out k6_mem.c.

25 years agoChange isa_get/set_flags() to device_get/set_flags().
kato [Tue, 7 Sep 1999 11:17:09 +0000 (11:17 +0000)]
Change isa_get/set_flags() to device_get/set_flags().

Submitted by: dfr

25 years agoAdd FreeBSD 3.3 to the Fx and Os macros.
ru [Tue, 7 Sep 1999 10:33:34 +0000 (10:33 +0000)]
Add FreeBSD 3.3 to the Fx and Os macros.

25 years agoAdd more missing files from the reorganisation.
msmith [Tue, 7 Sep 1999 09:08:09 +0000 (09:08 +0000)]
Add more missing files from the reorganisation.

Submitted by: dfr

25 years agoChange isa_get/set_flags() to device_get/set_flags().
dfr [Tue, 7 Sep 1999 08:42:49 +0000 (08:42 +0000)]
Change isa_get/set_flags() to device_get/set_flags().

25 years agoShow how to prioritize UDP packets
brian [Tue, 7 Sep 1999 07:58:17 +0000 (07:58 +0000)]
Show how to prioritize UDP packets

25 years agoalias -> nat
brian [Tue, 7 Sep 1999 07:56:54 +0000 (07:56 +0000)]
alias -> nat

25 years agoIntroduce a forth IP packet queue. Urgent packets with
brian [Tue, 7 Sep 1999 07:51:11 +0000 (07:51 +0000)]
Introduce a forth IP packet queue.  Urgent packets with
ip_tos == IPTOS_LOWDELAY now get precidence over urgent
packets with ip_tos != IPTOS_LOWDELAY and non-urgent packets
with ip_tos == IPTOS_LOWDELAY.

Enhance the ``set urgent'' syntax to allow for urgent UDP
packets as well as urgent TCP packets.

25 years agoAvoid ambigious if() if() else().
billf [Tue, 7 Sep 1999 06:00:03 +0000 (06:00 +0000)]
Avoid ambigious if() if() else().

25 years agoSpelling fixes.
billf [Tue, 7 Sep 1999 05:28:22 +0000 (05:28 +0000)]
Spelling fixes.

PR: bin/12727
Submitted by: Stephen J. Roznowski <sjr@home.com>
Obtained from: NetBSD && NetBSD PR system

25 years agoAdd mii_load entry to the network drivers section. Also add entries for
wpaul [Tue, 7 Sep 1999 05:03:06 +0000 (05:03 +0000)]
Add mii_load entry to the network drivers section. Also add entries for
a few additional drivers that have recently been module-ized.

25 years agoUpdate the author's address and Global's home page.
simokawa [Tue, 7 Sep 1999 02:46:08 +0000 (02:46 +0000)]
Update the author's address and Global's home page.

PR: misc/13589
Submitted by: Shigio Yamaguchi <shigio@tamacom.com>

25 years agoFix an instance of FOO_RX_LIST_CNT that should have been FOO_TX_LIST_CNT.
wpaul [Mon, 6 Sep 1999 23:29:50 +0000 (23:29 +0000)]
Fix an instance of FOO_RX_LIST_CNT that should have been FOO_TX_LIST_CNT.

25 years agoIndicate that we now control quota checking via an rc.conf variable,
mph [Mon, 6 Sep 1999 20:55:28 +0000 (20:55 +0000)]
Indicate that we now control quota checking via an rc.conf variable,
instead of putting it in rc.local.

Submitted by: Alex Perel <veers@disturbed.net>

25 years agoUpdate for newpcm.
dfr [Mon, 6 Sep 1999 20:37:07 +0000 (20:37 +0000)]
Update for newpcm.

25 years agoFix Common Error brokenness.
markm [Mon, 6 Sep 1999 20:22:47 +0000 (20:22 +0000)]
Fix Common Error brokenness.

25 years agoset check_quotas="YES" as the default.
cpiazza [Mon, 6 Sep 1999 20:22:40 +0000 (20:22 +0000)]
set check_quotas="YES" as the default.

PR: 13603
Submitted by: Alex Perel <veers@distributed.net>
Reviewed by: billf

25 years ago-Wall: remove unused variable, initialize variable to avoid gcc stupidity.
billf [Mon, 6 Sep 1999 20:21:19 +0000 (20:21 +0000)]
-Wall: remove unused variable, initialize variable to avoid gcc stupidity.

25 years agoFix more Common Error brokenness.
markm [Mon, 6 Sep 1999 20:18:44 +0000 (20:18 +0000)]
Fix more Common Error brokenness.

25 years agoDon't depend on the fact that variables default to int.
billf [Mon, 6 Sep 1999 20:15:56 +0000 (20:15 +0000)]
Don't depend on the fact that variables default to int.

25 years ago1) s/mod(un)?load/kld$1load/
n_hibma [Mon, 6 Sep 1999 20:11:59 +0000 (20:11 +0000)]
1) s/mod(un)?load/kld$1load/

2) s/MODLOAD/KMODLOAD/ to be consistent with the rest of the variables
(KMOD, KMODOWN, KMODGRP, etc) and definition of MODLOAD/UNLOAD in the
Makefile of the ATAPI module

3) textual fixups

25 years agoMove /var/cron/log to /var/log/cron
n_hibma [Mon, 6 Sep 1999 20:10:27 +0000 (20:10 +0000)]
Move /var/cron/log to /var/log/cron

25 years agoCast pw_change and pw_expire to long and fix the format specifier accordingly.
billf [Mon, 6 Sep 1999 20:07:12 +0000 (20:07 +0000)]
Cast pw_change and pw_expire to long and fix the format specifier accordingly.

25 years agoRemember to re-arm the timeout for the tick routine.
wpaul [Mon, 6 Sep 1999 19:42:02 +0000 (19:42 +0000)]
Remember to re-arm the timeout for the tick routine.

25 years agoFix definitions for RID and RES if we're not using IOSPACE. I copied the
wpaul [Mon, 6 Sep 1999 18:42:27 +0000 (18:42 +0000)]
Fix definitions for RID and RES if we're not using IOSPACE. I copied the
two lines and forgot to change them for the !IOSPACE case. Not a big deal
since PCI memory mapped mode is off by default, but I still feel silly.

25 years agoChange NetBSD/Alpha to FreeBSD/alpha.
dfr [Mon, 6 Sep 1999 18:32:40 +0000 (18:32 +0000)]
Change NetBSD/Alpha to FreeBSD/alpha.

25 years agoAdd entry for NDC Ethernet Instant-Link Credit Card Adapter, a NE2000 clone.
obrien [Mon, 6 Sep 1999 18:29:09 +0000 (18:29 +0000)]
Add entry for NDC Ethernet Instant-Link Credit Card Adapter, a NE2000 clone.
This was tested on a ND5100 rev.A2 card.

25 years agoMake the ``Problem with IP header length'' error a bit more verbose
brian [Mon, 6 Sep 1999 18:20:26 +0000 (18:20 +0000)]
Make the ``Problem with IP header length'' error a bit more verbose

25 years ago$FreeBSD$ -> __DATE__
brian [Mon, 6 Sep 1999 18:11:50 +0000 (18:11 +0000)]
$FreeBSD$ -> __DATE__

This is probably more appropriate that $Date$ anyway

25 years agoUnifdef -DPASSWD_IGNORE_COMMENTS. This wasn't really optional and
peter [Mon, 6 Sep 1999 17:30:03 +0000 (17:30 +0000)]
Unifdef -DPASSWD_IGNORE_COMMENTS.  This wasn't really optional and
we have enough pseudo-options already.

25 years ago- add reference to siginterrupt(3)
ru [Mon, 6 Sep 1999 15:15:51 +0000 (15:15 +0000)]
- add reference to siginterrupt(3)
- mdoc(7) fixes

25 years agoAdd device_set_desc_copy(9).
dfr [Mon, 6 Sep 1999 15:13:09 +0000 (15:13 +0000)]
Add device_set_desc_copy(9).

25 years agoVERY preliminary versions of these documents for the Alpha. I've
jkh [Mon, 6 Sep 1999 15:10:54 +0000 (15:10 +0000)]
VERY preliminary versions of these documents for the Alpha.  I've
made only the most superficial changes so far to HARDWARE.TXT and
eliminated the stuff I absolutely knew didn't work.  That still leaves
a lot of work to do and this is mostly just a place-holder for now.

25 years agoOnly do dhclient once; it has its own internal retry which is more than
jkh [Mon, 6 Sep 1999 15:06:17 +0000 (15:06 +0000)]
Only do dhclient once; it has its own internal retry which is more than
long enough (and doing it multiple times results in a dialog which waits
AGES to complete).

25 years agoRepo copy isa/sio* to dev/sio/sio* in preperation for extra bus methods
peter [Mon, 6 Sep 1999 14:06:23 +0000 (14:06 +0000)]
Repo copy isa/sio* to dev/sio/sio* in preperation for extra bus methods
including pci.
Also, eliminate NSIOTOT and do it dynamically where it matters.

25 years agoMove the #if 0 to catch the card.h include and make sure it's zero.
peter [Mon, 6 Sep 1999 13:30:36 +0000 (13:30 +0000)]
Move the #if 0 to catch the card.h include and make sure it's zero.

25 years agoAdd xrefs to the {f,net,sock}stat.1 manpages. While I'm in there, fix
sheldonh [Mon, 6 Sep 1999 13:14:24 +0000 (13:14 +0000)]
Add xrefs to the {f,net,sock}stat.1 manpages.  While I'm in there, fix
the sockstat.1 document title, which still remembers when sockstat was
called lsock.

Reviewed by: mpp

25 years agoAdd id_iosize as used by pccard.
peter [Mon, 6 Sep 1999 11:37:23 +0000 (11:37 +0000)]
Add id_iosize as used by pccard.

25 years agoadd pccard/pccard_nbk.c
peter [Mon, 6 Sep 1999 11:36:25 +0000 (11:36 +0000)]
add pccard/pccard_nbk.c

25 years agoZap $Locker$
peter [Mon, 6 Sep 1999 11:25:35 +0000 (11:25 +0000)]
Zap $Locker$

25 years agoTidy $Log$ debris
peter [Mon, 6 Sep 1999 11:24:52 +0000 (11:24 +0000)]
Tidy $Log$ debris

25 years ago$Id$ -> $FreeBSD$
peter [Mon, 6 Sep 1999 11:23:05 +0000 (11:23 +0000)]
$Id$ -> $FreeBSD$

25 years agoFreeBSD kernel doesn't allow any process to decrease securelevel. So,
kato [Mon, 6 Sep 1999 08:41:32 +0000 (08:41 +0000)]
FreeBSD kernel doesn't allow any process to decrease securelevel. So,
init(8) cannot decrease securelevel.  The manual page explains this
and single_user() doesn't try to downgrade kernel to insecure mode.

Reviewed by: bde (manual page)

25 years agoCommon Alpha loader Makefile, omitted accidentally from the previous set
msmith [Mon, 6 Sep 1999 08:38:10 +0000 (08:38 +0000)]
Common Alpha loader Makefile, omitted accidentally from the previous set
of commits.

25 years agoShow that the -n option is optional
n_hibma [Mon, 6 Sep 1999 08:30:25 +0000 (08:30 +0000)]
Show that the -n option is optional

Suggested by: Bruce Evans <bde@zeta.org.au>
Reviewed by: dfr

25 years agoWhen logging warning messages, there are now three scenarios:
brian [Mon, 6 Sep 1999 08:16:33 +0000 (08:16 +0000)]
When logging warning messages, there are now three scenarios:
o If a prompt is executing the command, only display the warning to
  that prompt
o If a prompt is executing a ``load'' command, display the warning
  to all prompts *and* syslog
o Otherwise, display the warning to all prompts *and* syslog.

25 years agoDon't forget to reset _pw_stepping_yp to 0 before returning. Fixes a bug
des [Mon, 6 Sep 1999 08:04:43 +0000 (08:04 +0000)]
Don't forget to reset _pw_stepping_yp to 0 before returning. Fixes a bug
where getpwent() would ignore wildcard entries that followed a netgroup
entry.

PR: misc/12999
Submitted by: David Hedley <david@inty.net>

25 years agoZap $Source$
peter [Mon, 6 Sep 1999 07:41:34 +0000 (07:41 +0000)]
Zap $Source$

25 years agoZap $Locker$
peter [Mon, 6 Sep 1999 07:40:41 +0000 (07:40 +0000)]
Zap $Locker$

25 years agoTidy up $Log$ debris
peter [Mon, 6 Sep 1999 07:39:30 +0000 (07:39 +0000)]
Tidy up $Log$ debris

25 years ago$Date$ -> $FreeBSD$
peter [Mon, 6 Sep 1999 07:36:44 +0000 (07:36 +0000)]
$Date$ -> $FreeBSD$

25 years agoZap $Source$
peter [Mon, 6 Sep 1999 07:34:27 +0000 (07:34 +0000)]
Zap $Source$

25 years ago$Revision$ -> $FreeBSD$
peter [Mon, 6 Sep 1999 07:33:51 +0000 (07:33 +0000)]
$Revision$ -> $FreeBSD$

25 years agoZap $Revision$
peter [Mon, 6 Sep 1999 07:33:18 +0000 (07:33 +0000)]
Zap $Revision$

25 years agoTidy up $Log$ debris
peter [Mon, 6 Sep 1999 07:32:15 +0000 (07:32 +0000)]
Tidy up $Log$ debris

25 years agoClean $Log$ debris.
peter [Mon, 6 Sep 1999 07:26:52 +0000 (07:26 +0000)]
Clean $Log$ debris.

25 years agoStart to disentangle the isa attachments from other buses. Partially
imp [Mon, 6 Sep 1999 06:45:20 +0000 (06:45 +0000)]
Start to disentangle the isa attachments from other buses.  Partially
rewrite the pccard attachment case.  This is a work in progress, but
doesn't break the isa case.

I left the #if 0...#endif around the pccard stuff, at Peter's request,
so that normal users don't shoot themselves in the foot.

While I was here:
o Indent a comment to the right location
o Spell Unknown with a final 'n'.

Reviewed by: peter

25 years agoAdd pccard child to nexus. A better version would take care of this
imp [Mon, 6 Sep 1999 06:39:17 +0000 (06:39 +0000)]
Add pccard child to nexus.  A better version would take care of this
with an identify method, but that has not been implemented.

Forgotten by: imp

25 years agoKludge together support for the old pccard system with newbus. This
imp [Mon, 6 Sep 1999 06:34:44 +0000 (06:34 +0000)]
Kludge together support for the old pccard system with newbus.  This
will allow newbus based drivers to have pccard attachments.  Also
start printing out probe messages for pccards stating the resources
used and regularize many of the pccard printfs.

Reviewed by: Peter Wemm.

25 years agoAdd common error lib for the Kerberos case.
markm [Mon, 6 Sep 1999 06:32:02 +0000 (06:32 +0000)]
Add common error lib for the Kerberos case.

25 years agoAdd ftpd to the build.
markm [Mon, 6 Sep 1999 06:30:48 +0000 (06:30 +0000)]
Add ftpd to the build.

25 years agoWhups, forgot one $Id$ -> $FreeBSD$ conversion.
wpaul [Mon, 6 Sep 1999 06:19:29 +0000 (06:19 +0000)]
Whups, forgot one $Id$ -> $FreeBSD$ conversion.

25 years agoRecognise the new 82559 chip id as used on the InBusiness 10/100 adapter.
peter [Mon, 6 Sep 1999 06:15:18 +0000 (06:15 +0000)]
Recognise the new 82559 chip id as used on the InBusiness 10/100 adapter.
I have an 82559 card with the same id as the other 8255[78] chips, but
that was made with a date code of 0699 (June 99).  The submitter shows
this working with the probe etc, but doesn't actually say it works as
on the ethernet. :-) Assuming it does, this is a RELENG_3 merge candidate.
Submitted by: Steven E Lumos <slumos@sam.ISRI.UNLV.EDU>

25 years agoThis commit adds driver support for PCI fast ethernet NICs based on
wpaul [Mon, 6 Sep 1999 06:14:30 +0000 (06:14 +0000)]
This commit adds driver support for PCI fast ethernet NICs based on
the Davicom DM9100 and DM9102 chipsets, including the Jaton Corporation
XPressNet. Datasheet is available from www.davicom8.com.

The DM910x chips are still more tulip clones. The API is reproduced
pretty faithfully, unfortunately the performance is pretty bad. The
transmitter seems to have a lot of problems DMAing multi-fragment
packets. The only way to make it work reliably is to coalesce transmitted
packets into a single contiguous buffer. The Linux driver (written by
Davicom) actually does something similar to this. I can't recomment this
NIC as anything more than a "connectivity solution."

This driver uses newbus and miibus and is supported on both i386
and alpha platforms.

25 years agoFix problem with manpages which contain ``-'' (dash) symbol in
phantom [Mon, 6 Sep 1999 05:38:47 +0000 (05:38 +0000)]
Fix problem with manpages which contain ``-'' (dash) symbol in
Name Description (.Nm) field.

PR: bin/13456
Reviewed by: mpp, jkh

25 years agoAdd a driver for the AMD AM79c873 10/100 PHY. By some strange coincidence,
wpaul [Mon, 6 Sep 1999 05:27:55 +0000 (05:27 +0000)]
Add a driver for the AMD AM79c873 10/100 PHY. By some strange coincidence,
this PHY and the Davicom DM9101 have exactly the same register definitions.
One of them is probably a clone of the other. I'm not sure which.

This is needed for the Davicom DM9102 10/100 PCI ethernet driver which
will be committed shortly.

25 years agoFix an old reference to the old docs directories. Looks like
jkh [Mon, 6 Sep 1999 03:30:38 +0000 (03:30 +0000)]
Fix an old reference to the old docs directories.  Looks like
this one went completely uncaught for months!

Caught by: jack <jack@germanium.xtalwind.net>

25 years agoRemove unused variables.
chris [Sun, 5 Sep 1999 23:27:53 +0000 (23:27 +0000)]
Remove unused variables.

25 years agoUpdate to add the July 22, 1999 addendum.
obrien [Sun, 5 Sep 1999 21:33:47 +0000 (21:33 +0000)]
Update to add the July 22, 1999 addendum.
(ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change)

25 years agoMake jdk-1.1.8 work again. It turns out that some code inside
jdp [Sun, 5 Sep 1999 21:12:53 +0000 (21:12 +0000)]
Make jdk-1.1.8 work again.  It turns out that some code inside
libjava peeks into the dynamic linker's private Obj_Entry structures.
My recent changes introduced some new members near the front of
the structures, causing libjava to get the wrong fields.  This commit
moves the new members toward the end of the structure so that the
layout of the portion that is relevant to JDK remains the same as
before.

I will work with the JDK porting team to see if we can come up with
a less fragile way for them to do what they need to do.  I understand
the current approach was necessary in order to work around some
limitations of the dynamic linker.  Maybe it's not necessary any
more.

25 years agoThis commit adds driver support for the Silicon Integrated Systems
wpaul [Sun, 5 Sep 1999 21:01:03 +0000 (21:01 +0000)]
This commit adds driver support for the Silicon Integrated Systems
SiS 900 and SiS 7016 PCI fast ethernet chipsets. Full manuals for the
SiS chips can be found at www.sis.com.tw.

This is a fairly simple chipset. The receiver uses a 128-bit multicast
hash table and single perfect entry for the station address. Transmit and
receive DMA and FIFO thresholds are easily tuneable. Documentation is
pretty decent and performance is not bad, even on my crufty 486. This
driver uses newbus and miibus and is supported on both the i386 and
alpha architectures.

25 years agoSet up FPU state on the AP.
peter [Sun, 5 Sep 1999 20:17:40 +0000 (20:17 +0000)]
Set up FPU state on the AP.

Tested by: phk

25 years ago$Id$ -> $FreeBSD$
peter [Sun, 5 Sep 1999 19:13:04 +0000 (19:13 +0000)]
$Id$ -> $FreeBSD$

25 years ago$Revision$,$Date$ -> $FreeBSD$
peter [Sun, 5 Sep 1999 19:11:41 +0000 (19:11 +0000)]
$Revision$,$Date$ -> $FreeBSD$

25 years ago$Revision$ -> $FreeBSD$ (more cleanup needed here)
peter [Sun, 5 Sep 1999 17:49:11 +0000 (17:49 +0000)]
$Revision$ -> $FreeBSD$  (more cleanup needed here)

25 years agoZap $Revision$
peter [Sun, 5 Sep 1999 17:43:31 +0000 (17:43 +0000)]
Zap $Revision$

25 years agoTidy up $Log$ debris.
peter [Sun, 5 Sep 1999 17:42:45 +0000 (17:42 +0000)]
Tidy up $Log$ debris.

25 years ago$Source$,$Revision$ -> $FreeBSD$
peter [Sun, 5 Sep 1999 17:35:31 +0000 (17:35 +0000)]
$Source$,$Revision$ -> $FreeBSD$

25 years agoClean up some $Log$ debris, including some real messes.
peter [Sun, 5 Sep 1999 17:31:55 +0000 (17:31 +0000)]
Clean up some $Log$ debris, including some real messes.

25 years ago$Id$ -> $FreeBSD$
peter [Sun, 5 Sep 1999 17:27:05 +0000 (17:27 +0000)]
$Id$ -> $FreeBSD$

25 years agoTemporarily disable k6_mem (k6 write combining) at Brian's request since
peter [Sun, 5 Sep 1999 16:55:44 +0000 (16:55 +0000)]
Temporarily disable k6_mem (k6 write combining) at Brian's request since
it appears to be causing problems under XFree3.9.16.

25 years agoM_WAITOK->M_NOWAIT
green [Sun, 5 Sep 1999 15:45:57 +0000 (15:45 +0000)]
M_WAITOK->M_NOWAIT

25 years agonullclose, not noclose of course.
phk [Sun, 5 Sep 1999 15:41:09 +0000 (15:41 +0000)]
nullclose, not noclose of course.

25 years ago$Id$ -> $FreeBSD$
peter [Sun, 5 Sep 1999 15:21:05 +0000 (15:21 +0000)]
$Id$ -> $FreeBSD$

25 years ago$Revision$ -> $FreeBSD$
peter [Sun, 5 Sep 1999 15:15:07 +0000 (15:15 +0000)]
$Revision$ -> $FreeBSD$

25 years ago$Header$ cookies
peter [Sun, 5 Sep 1999 15:12:48 +0000 (15:12 +0000)]
$Header$ cookies

25 years agoadd missing :
phk [Sun, 5 Sep 1999 14:57:24 +0000 (14:57 +0000)]
add missing :

25 years agoFix for new Common Error system.
markm [Sun, 5 Sep 1999 14:07:40 +0000 (14:07 +0000)]
Fix for new Common Error system.

25 years agoOnly install backwards compat symlink for <machine/soundcard.h> if using
peter [Sun, 5 Sep 1999 07:58:28 +0000 (07:58 +0000)]
Only install backwards compat symlink for <machine/soundcard.h> if using
the default SHARED=copies, otherwise the kernel source tree gets modified
if /usr/include/machine is a symlink to the source tree (which is not the
case by default).  Nothing in our src tree uses <machine/soundcard.h>.

Pointed out by: bde

25 years agoConnect libform/libpanel/libmenu.
peter [Sun, 5 Sep 1999 07:55:37 +0000 (07:55 +0000)]
Connect libform/libpanel/libmenu.

25 years agoSome style and "look" fixes
phantom [Sun, 5 Sep 1999 07:02:22 +0000 (07:02 +0000)]
Some style and "look" fixes

Reviewed by: mpp

25 years agoName Description (.Nd macro) added.
phantom [Sun, 5 Sep 1999 06:59:34 +0000 (06:59 +0000)]
Name Description (.Nd macro) added.
Style and punctuation errors fixes.
ERRORS section included to RETURN VALUES because it's
describing return values instead of errors and their handling.

Reviewed by: mpp

25 years agomdoc(7) style fix.
phantom [Sun, 5 Sep 1999 06:50:49 +0000 (06:50 +0000)]
mdoc(7) style fix.
Correct RB_* values list bounds.

Reviewed by: mpp

25 years agomdoc(7) style fix: FreeBSD -> .Fx
phantom [Sun, 5 Sep 1999 06:47:01 +0000 (06:47 +0000)]
mdoc(7) style fix:  FreeBSD -> .Fx

Reviewed by: mpp

25 years agoRemove useless .Fn macro suffix
phantom [Sun, 5 Sep 1999 06:41:49 +0000 (06:41 +0000)]
Remove useless .Fn macro suffix

Reviewed by: mpp

25 years agomdoc style fix.
phantom [Sun, 5 Sep 1999 06:39:22 +0000 (06:39 +0000)]
mdoc style fix.

Reviewed by: mpp

25 years agomdoc(7) style fixes
phantom [Sun, 5 Sep 1999 06:37:01 +0000 (06:37 +0000)]
mdoc(7) style fixes

Reviewed by: mpp

25 years agostruct rqgroup: put 0-length array at the end. Make mental note not
grog [Sun, 5 Sep 1999 06:32:20 +0000 (06:32 +0000)]
struct rqgroup:  put 0-length array at the end.  Make mental note not
to write such crap again.

Spotted-by: Parag Patel <parag@cgt.com>

25 years agomdoc(7) style fixes.
phantom [Sun, 5 Sep 1999 06:02:03 +0000 (06:02 +0000)]
mdoc(7) style fixes.

PR: docs/13408
Reviewed by: mpp

25 years agomdoc(7) style fixes
phantom [Sun, 5 Sep 1999 05:50:38 +0000 (05:50 +0000)]
mdoc(7) style fixes

PR: docs/13409
Reviewed by: mpp