Commit Graph

4319 Commits

Author SHA1 Message Date
hubertf 73b5eae08e sync with reality: add section 9 2001-06-30 01:00:40 +00:00
hubertf 6fb770a42a * Format "intro" page first (location from "intros" file)
* If the manpage requires running tbl (-> .TS), do so
2001-06-30 00:19:25 +00:00
eeh 3fa4c5f64b Tell the assembler to accept UltraSPARC extensions on sparc64. 2001-06-29 23:50:01 +00:00
jdolecek c2f5416992 Add #include <sys/proc.h> to SYNOPSIS, note tsleep() is a macro.
Fixes kern/10770.
2001-06-29 10:54:20 +00:00
itojun 2cb84fbf40 wording - refer to [off, off + len] by "the contiguous region", it should
be more clear
2001-06-28 23:15:24 +00:00
itojun 21f1825482 add m_pulldown.9 to MLINKS. 2001-06-28 23:04:38 +00:00
itojun 540d501b6f document m_pulldown (grammar check anyone?).
document m_pullup length restriction (len <= MHLEN).
2001-06-28 23:02:47 +00:00
bjh21 2e5c4c01e5 Mark all the IFM_* constants with .Dv. 2001-06-28 22:51:17 +00:00
bjh21 3c3182e510 Sort Ethernet media by speed. 2001-06-28 22:46:06 +00:00
fredette 22508f5ab6 Document the `sc' SCSI driver. 2001-06-28 21:12:01 +00:00
fredette 82e1a5fda3 Document that the sun2 uses the same config
syntax as the sun4 for the `si'.
2001-06-28 21:11:34 +00:00
bjh21 77d715b4a1 Remove a spurious "in". 2001-06-28 19:51:46 +00:00
bjh21 91c9d3c734 Sync Ethernet portion with ifmedia.h. 2001-06-28 19:50:32 +00:00
itojun a6fe9aa8cb sync with freebsd bsd-family-tree 1.47.
reminded to me by Petri Koistinen <pkoistin@cs.stadia.fi>
2001-06-28 15:16:37 +00:00
eeh 5d3b545fcc Add documentation for COMPAT_SVR4_32. 2001-06-27 16:41:00 +00:00
itojun 669cdc0b4f clarify issues with AH with encapsulation, and inbound "require" policy.
we now have racoon(8).  sync with kame.
2001-06-27 15:27:00 +00:00
darcy 5f43adf46b Added entries for system values related to System V semaphores. Note that
the entries refer to the GENERIC config file for each port for defaults
but I still have to do that.  It was suggested to me that the man page
should be updated first and I didn't want to be changing it twice.  I
will work on the GENERIC files over the next few days.  If anyone wants
to jump in with an update for their favorite port please feel free.  I
will do the i386 port immediately if you want to use it as a template.
2001-06-27 13:25:25 +00:00
zuntum 4a5fefeba1 Mention REPLACE_PERL
Takes a list of files and replaces each occurence of "/usr/bin/perl", "/usr/local/bin/perl"
and "/usr/pkg/bin/perl" in the named files with the value of ${PERL5}.
This can be used to point perl scripts to the proper interpreter that pkgsrc installs.
Note: it looks for the listed files in ${WRKSRC}.
2001-06-27 12:57:47 +00:00
bjh21 25d9d85b42 seeq8005-based drivers (ea and eb) now support full-sized frames. 2001-06-26 22:01:45 +00:00
hubertf 2e9a29abf2 regen for MAKEDEV2manpage.pl change 2001-06-26 02:28:47 +00:00
hubertf d50569f713 Use \&foo instead of f\&oo for better readability.
By uwe@netbsd.org.
2001-06-26 02:28:21 +00:00
hubertf 3dcda53fea "make man man.ps" for some 5000 page book.
Needs more work (intro page, sorting, ...), but better than before.
2001-06-26 02:26:06 +00:00
hubertf 505430a429 Regen for foo -> f\&oo on .Xr 2001-06-26 02:11:54 +00:00
hubertf b569c48c16 Try cross-referencing our VAX and/or hp300 port's ct(4) manpage:
.Xr ct 4

^- This does not work, as "ct" is some *roff command. Work around
it by adding a non-printing char:

	.Xr c\&t 4

(for all manpages, just in case and out of laziness)
2001-06-26 02:03:08 +00:00
hubertf 941ea41c4a Add argument to -Bl -width - groff complains while nroff doesn't 2001-06-26 01:46:26 +00:00
hubertf 04eb606c4b .El a .Bl 2001-06-26 00:14:32 +00:00
itojun 8c8d2fe9a8 update reference to sys/netinet6/IMPLEMENTATION 2001-06-24 19:43:13 +00:00
bjh21 5061291694 Tidy up the spellings of Ethernet media:
10BASE-T, 10BASE2, 10BASE5, 100BASE-TX, 100BASE-FX, 100BASE-T4,
100BASE-T2, and 10BASE-FL are spelt thusly in IEEE Std 802.3-2000.

10BASE-STP and 1000BASE-FX are by analogy.

100VG-AnyLAN seems to be HP's preferred spelling, and I believe they
invented it.
2001-06-24 14:22:43 +00:00
hubertf e35e2e9573 man? files are noe generated by mkman 2001-06-24 02:39:13 +00:00
hubertf 007346c0bd Add some scripts to automatically generate the man? files 2001-06-24 02:34:49 +00:00
hubertf 258c6cfe69 Add comment about where to find ptx 2001-06-24 02:33:06 +00:00
wiz 17306b8fd0 Drop unnecessary .Pp. 2001-06-24 01:33:24 +00:00
wiz 26f252121f Typo/whitespace fix. 2001-06-24 01:32:29 +00:00
wiz 0ecf568257 One typo, and one slight formatting improvement. 2001-06-24 01:25:49 +00:00
wiz d22f9e6c6d At the appropriate places, mention which servers should be running for
particular services (on the server).
We're not providing fstab.nfs (on all platforms), so don't assume it exists.
Some formatting improvements.
Sort SEE ALSO according to mdoc.samples(7).
filesystem -> file system
2001-06-24 01:04:49 +00:00
itojun c53f18f961 when two .%A are present, print them as "ONE and TWO, ..."
not "ONE, and TWO, ..." (no comma after ONE).  PR 13286.  checked by wiz.

comment by "Brian J. Kifiak" <bk@rt.fm> on openbsd mailing list.
2001-06-23 13:09:47 +00:00
bouyer c38d9f6655 Update documentation about the Compaq Deskpro 4000. kern/13244 from Andrew Gillham. 2001-06-21 16:35:47 +00:00
jdolecek 27f92d9a03 s/by published/published by/ 2001-06-21 15:22:38 +00:00
hubertf 7478797a50 undo previous (test) 2001-06-21 13:36:27 +00:00
hubertf e65828f665 whitespace-change
[log_accom test for committing to >1 module]
2001-06-21 13:33:02 +00:00
wiz 0d3d11a65b xref uvm_vs{,un}lock instead of vs{,un}lock 2001-06-21 12:13:36 +00:00
wiz db3f9a692b disk_detach.9, not disk_detatch.9 2001-06-21 12:10:57 +00:00
wiz 3fdb4cb67a Whitespace and formatting fixes. 2001-06-21 12:03:29 +00:00
wiz 6539335131 Fix typos, punctuation and whitespace. 2001-06-21 11:59:00 +00:00
wiz ad3ce1d8c4 Improve grammar and formatting, fix some typos. 2001-06-21 11:51:32 +00:00
wiz c242c84057 Remove unnecessary .Pp, and a punctuation fix. 2001-06-21 10:03:49 +00:00
thorpej 5f8c4dc064 Manual page for the ste(4) driver. 2001-06-19 23:58:16 +00:00
msaitoh fc1483157b s/monotomically/monotonically/g 2001-06-19 19:26:01 +00:00
wiz 3f9984fc90 `existent', not `existant' 2001-06-19 13:42:07 +00:00
wiz 342de5ede2 Fix typo and whitespaces. 2001-06-19 13:20:53 +00:00