Commit Graph

4634 Commits

Author SHA1 Message Date
wiz 512822911b Remove references to oldscsibus. 2001-08-26 14:23:26 +00:00
wiz d54e4f76b5 Regen (for MI SCSI change) 2001-08-26 13:30:29 +00:00
eeh 500082fdef Build lint on sparc64. 2001-08-26 06:00:30 +00:00
chs 7cffe4c898 switch cesfic to ELF. 2001-08-25 18:39:24 +00:00
thorpej 6b1f7b723b Note that the Am79c874 is compatible with the AC101. 2001-08-25 05:59:39 +00:00
thorpej 4d0a4a139e Typo in a revious reg. 2001-08-25 04:11:48 +00:00
thorpej 0dc99295fb Xref amhphy(4). 2001-08-25 04:11:17 +00:00
thorpej f5d8848984 Manual page for the amhphy driver. 2001-08-25 04:11:05 +00:00
thorpej 222d7da881 Note that the dmphy(4) driver also supports the AMD 79c873 10/100 PHY
(it appears as if AMD OEM'd the core from Davicom).
2001-08-25 03:43:57 +00:00
thorpej b489dbb876 Add a few missing PHYs to the synopsis. 2001-08-25 03:34:07 +00:00
thorpej 9c0d5524c0 Xref pnaphy(4). 2001-08-25 03:30:10 +00:00
thorpej 9ee795ae1d Manual page for the pnaphy HomePNA PHY driver. 2001-08-25 03:29:58 +00:00
thorpej f9317297db Xref acphy(4). 2001-08-24 17:55:53 +00:00
thorpej fcdbabcb21 Add manual page for the Altima AC101 PHY driver. 2001-08-24 17:55:06 +00:00
hubertf 837bdd67dd * When applying patches, also look in $LOCALPATCHES/$PKGPATH for
any local patches that the user wants to maintain outside of
   pkgsrc.
 * print-PLIST: ignore Linux procfs entries
2001-08-24 00:54:45 +00:00
manu f63829f8b0 COMPAT_LINUX on the PowerPC is no more experimental. 2001-08-23 19:59:44 +00:00
manu ff9962905c Added info about non i386 ports 2001-08-23 19:58:03 +00:00
tsutsui 2b566d5530 Remove note about 80P cable detection for Acard ATP860 from BUGS section. 2001-08-23 10:05:51 +00:00
wiz d75b059d14 Add man8.netwinder (for MAKEDEV.8), and descend into it. 2001-08-23 01:36:32 +00:00
wiz cec306e0cb regen 2001-08-23 01:32:34 +00:00
jdolecek 40cc9bc4e6 fix typo (.DV -> .Dv)
break line so that .Dv has only one arg
2001-08-21 17:56:41 +00:00
wiz 1e378c4c12 precede, not preceed. 2001-08-20 12:00:46 +00:00
mrg 665a4002a3 enable profile libraries on sparc64 2001-08-19 14:24:44 +00:00
ad e74599e179 Make newsyslog at boot optional, as it should have been. 2001-08-18 19:50:19 +00:00
wiz adc671e992 Mention that this driver hasn't been ported from 4.4BSD yet.
Ok'd by ragge.
2001-08-18 14:37:41 +00:00
enami 483cd61819 Sort SEE ALSO list. 2001-08-18 12:25:25 +00:00
wiz ca7803e9b8 Note that this manual page is not relevant. Ok'd by ragge. 2001-08-18 12:05:25 +00:00
wiz 438098d01d Add ofwboot man page.
Written by Makoto Fujiwara, and improved upon by Michael Wolfson and myself.
2001-08-18 00:00:34 +00:00
thorpej 5128897588 Manual page for the bridge driver. 2001-08-17 22:20:34 +00:00
chs e7ef2240d0 put back a sentence that was accidentally removed. 2001-08-17 17:11:51 +00:00
wiz 5a0fc457d0 Descend into man4.sun2 2001-08-17 07:16:18 +00:00
wiz c1fc5b529d Whitespace nits. 2001-08-17 07:11:01 +00:00
wiz 5f4c51f83c Add autoconf.4, and sort. 2001-08-17 07:10:46 +00:00
cjs 978a78662a Indicate what the config_found_sm submatch param is set to using config_found. 2001-08-17 06:22:46 +00:00
fredette a6e8f6814c Added sun2 pages to section 4 of the manual. 2001-08-17 01:11:10 +00:00
tv 64263ab596 Revert previous temporarily to deal with PR bin/13722; will revisit this
(and close the PR) after I've located all of the uses of PRINTOBJDIR and
fixed them up not to bork themselves recursively.
2001-08-15 17:50:15 +00:00
tv 937e77aec5 Speed up PRINTOBJDIR a little by changing it to "${MAKE} -V .OBJDIR" (it
will recurse, but won't need to spawn a shell and run commands now).
2001-08-14 23:33:43 +00:00
tv f059974dc2 Add a HOST_CXX and HOST_CXXFLAGS (currently needed for compiling groff on
a cross host).
2001-08-14 11:55:04 +00:00
tv 7726e8acaf XXX - Temporarily disable building locale files on USE_NEW_TOOLCHAIN. - XXX
The /usr/bin/mklocale program is very tied to NetBSD-current and is useless
for cross builds (as is one of the main purposes of the new toolchain).
Disable building the ctype files until mklocale is in a cross-usable state.
2001-08-14 11:40:40 +00:00
tv 58290cfc5d Change ROFF?= to be more like other utility macros; make this "groff -Tps"
by default.
2001-08-14 10:38:27 +00:00
tv 55e586472d Simplify some MACHINE_ARCH transforms, and redefine MACHINE_GNU_PLATFORM
as the full GNU triplet name.
2001-08-14 09:31:42 +00:00
tv 8bd89a86e7 Protect against multiple inclusion, and evaluate ${.CURDIR} early (to assist
the top-level toolchain bootstrap).
2001-08-14 09:30:48 +00:00
tv 73774cf454 On recursion, don't recurse "clean" if making "cleandir". (Related to
bsd.own.mk change that defined clean as a dependency of cleandir.)
2001-08-14 09:02:26 +00:00
tv dba7b8b6de Use GENCAT as a variable to determine the location of "gencat". 2001-08-14 08:28:24 +00:00
tv d0f9e45413 Rather than explicitly saying "clean cleandir:" all the time, make clean
a dependency of cleandir (so that "make cleandir" implies "make clean").
2001-08-14 07:02:13 +00:00
tv b2e42252e1 Simplify PRESERVE and INSTPRIV by using ${...:D...}. 2001-08-14 06:47:24 +00:00
agc 1c5d72b6ae Explain that PKGSRCDIR is an internal definition and should not be set
by the user.
2001-08-14 06:00:15 +00:00
tv c7dda8f2a7 Make MAKECONF defined always by setting MAKECONF?=/etc/mk.conf and using
that variable only for including make(1) variables.  Much more consistent
and less prone to ambiguity this way (and now, ${MAKECONF} can be used in
messages indicating a missing option needed for a build).
2001-08-14 05:55:27 +00:00
wennmach b09d0c7157 Add WOMBAT 2001-08-11 11:57:35 +00:00
matt baa8d41395 In the summary, fix pmap_steal_memory return type from void to vaddr_t. 2001-08-11 05:05:13 +00:00
mrg 7995f031ae avoid unnecessarily using /tmp during "make install" 2001-08-07 10:24:46 +00:00
kei 5f59dcf516 typo. 2001-08-06 06:24:52 +00:00
ad 6d6da41477 Beef this up a little. 2001-08-04 17:06:22 +00:00
bjh21 a80e0948e1 Update for relocatable-module version of boot26. 2001-08-04 14:31:10 +00:00
tsutsui 845203d519 Clarify some description about AHA-2920 support in the HARDWARE section:
- AHA-2920C has the Adaptec AIC-7850 and is supported by ahc(4)
- AHA-2920/A use the Future Domain 36C70 chips and they are
  not supported by ahc(4)
2001-08-04 07:59:03 +00:00
cjones 44eb8824ed Added TBD. 2001-08-03 19:16:55 +00:00
ad e3b498298d We don't print the device name for events yet. 2001-08-03 14:11:41 +00:00
enami 086d34c97e Now that the makeinfo is quiet by default, don't suppress commmand line echo. 2001-08-02 05:42:56 +00:00
garbled ea5b17a729 Add help data for sshd.conf 2001-08-02 05:42:32 +00:00
garbled 7221a04eea Add the capabilty to sushi to edit the /etc/sshd.conf file. The defaults
are taken from the manpage.
2001-08-02 05:41:18 +00:00
ad aaf3c7c88b Hook in the mly control interface on i386. 2001-08-01 20:54:16 +00:00
garbled 7b1d53fb84 Clean up the output a bit, and break the inet and inet6 commands into two
separate commands on the now and both settings.  Otherwise ifconfig thinks
you are setting up a point2point link.
2001-08-01 09:10:57 +00:00
garbled 832c182f1b Add logic to automatically restart inetd after processing changes. 2001-08-01 08:11:33 +00:00
garbled 0e3bab31f8 Modify sushi to use the -l option to ypinit. Now sushi can actually set
up YP for the user.
2001-08-01 08:04:26 +00:00
garbled 6aceac6af3 bring this up to date w/ v 1.19 of rc.conf 2001-08-01 04:06:06 +00:00
garbled 9192572bc7 Oops.. forgot some of my own syntax. how silly. 2001-08-01 01:33:32 +00:00
garbled a0bf5e0512 sync this with the latest security.conf v1.6 2001-08-01 01:31:23 +00:00
ad ffbc54797a Sync some diagnostic strings with reality. 2001-07-30 23:47:46 +00:00
ad 17e6f300f9 Xr scsictl 8 2001-07-30 20:08:36 +00:00
ad 87da05b00f Note mly(4). 2001-07-30 20:02:58 +00:00
ad 3b1828355b Add a driver for Mylex AcceleRAID and eXtremeRAID controllers with v6
firmware. Based off the FreeBSD driver, and re-worked by tls, erh and I.
2001-07-30 19:59:04 +00:00
minoura f0359ecc19 Note recording is broken. 2001-07-30 15:31:49 +00:00
scw 643e9fd833 Add the memc(4) driver. 2001-07-28 18:26:51 +00:00
scw 0fcd8c0e65 Document the memc(4) driver. 2001-07-28 18:25:51 +00:00
chs f544ed60f2 vm_page_t -> struct vm_page *. 2001-07-28 16:24:13 +00:00
itojun 5145bbe967 document behavior of M_{LEADING,TRAILING}SPACE when mbuf data portion is shared.
(NOTE: this is a netbsd-only behavior)
2001-07-28 16:19:12 +00:00
chs 6bc3e72dcd update uvm_pagealloc() and uvmspace_exec() arguments.
add "void" to functions which take no arguments.
untabify flags lists.
2001-07-28 15:55:14 +00:00
bjh21 9529e15832 Remove unnecessary uses of Xo. 2001-07-28 15:45:45 +00:00
chs 72580e632a update uvm.9 links. 2001-07-28 15:35:10 +00:00
chs 54ada2fc86 vm_map_t -> struct vm_map *.
add UBC interfaces.
2001-07-28 15:31:29 +00:00
bjh21 3d27c85b1e Add a manual page for boot26, based on the one for BBBB. 2001-07-28 14:40:01 +00:00
bjh21 b241da76ac Correct minor *roff error. 2001-07-28 14:37:52 +00:00
tsutsui 4c7bed81e3 Note the Acard UIDE controllers. 2001-07-28 12:18:19 +00:00
itojun 1c55d17e7b slip can support IPv4 only. 2001-07-27 19:49:45 +00:00
thorpej a0c15d3cb3 Document that some 3c905B internal PHYs are Mini-Thetas. 2001-07-27 17:56:43 +00:00
thorpej 31cd64b605 Note that the 3c515 is now, at long last, supported. 2001-07-27 03:01:41 +00:00
lukem d31da81bc3 update "struct fs" description to reflect reality 2001-07-27 01:18:33 +00:00
wiz 035b63a542 auxilliary -> auxiliary 2001-07-26 22:53:13 +00:00
bjh21 047d7307f1 Another thing I found lying around: Mention every ioctl tag I could find in
the tree.  Maybe this will stop people picking duplicates so often.
2001-07-26 14:29:09 +00:00
thorpej c972395d4f Manual page for the makphy driver. 2001-07-25 22:33:30 +00:00
thorpej ac126df3ec Add a manual page for the dmphy driver. 2001-07-25 22:29:52 +00:00
thorpej 28774cb3fa Add a manual page for the bmtphy driver. 2001-07-25 22:27:35 +00:00
thorpej 20148ca3a9 Note that the 80225 is supported by sqphy. 2001-07-25 22:23:14 +00:00
thorpej f5b290a4bf Bring up to date. 2001-07-25 22:21:46 +00:00
thorpej 33c513cce5 Add a manual page for the glxtphy driver. 2001-07-25 22:11:28 +00:00
thorpej 1feff9f699 Add a manual page for the gentbi driver. 2001-07-25 22:07:12 +00:00
thorpej 331dda0966 Yet more info. 2001-07-25 01:34:05 +00:00
thorpej a4d9cdfc9f Flesh this out a little more. 2001-07-25 00:28:06 +00:00
thorpej 583da27774 Oops, omission in last. 2001-07-25 00:20:12 +00:00
thorpej e63c495c95 xref stge(4) 2001-07-25 00:17:56 +00:00
thorpej 55e03e1941 Manual page for the Sundance/Tamarack TC9021 Gigabit Ethernet driver. 2001-07-25 00:17:19 +00:00
wiz 0aa5d1cdfb s/accellerate/accelerate/ 2001-07-24 16:50:41 +00:00
matt c944f94d86 MACHINE_ARCH=arm changes 2001-07-23 17:13:44 +00:00
matt a161d61e18 Make arm use -O2 2001-07-23 17:08:17 +00:00
wiz a9356936b4 seperate -> separate 2001-07-22 13:33:58 +00:00
bjh21 6c71fcb79a Since arm26 and arm32 are heading towards shared binaries, don't distinguish
them for the GNU tools.
2001-07-21 16:56:07 +00:00
bjh21 0d2f9028de arm26 uses ELF. 2001-07-21 16:48:49 +00:00
gmcgarry 7b2064c2a5 Bring up to date. pool_create() doesn't exist any longer. Include
missing description of pool_destroy().  Fix some minor nits.

It isn't clear from the source whether pool_reclaim() and pool_drain()
should belong to the exported API.  At least it seems they aren't used.
No descriptions for these functions exist in this manpage.
2001-07-19 21:35:53 +00:00
thorpej 18bf360868 Document BUS_DMA_READ and BUS_DMA_WRITE. 2001-07-19 15:32:06 +00:00
bouyer d548bb4062 Document scsipi_thread_call_callback() and scsipi_target_detach() 2001-07-18 20:35:36 +00:00
augustss 6c944b598e Update adapter list. 2001-07-16 13:53:52 +00:00
augustss b833cc181d Update adapter list. 2001-07-16 13:50:21 +00:00
jdolecek 8f278f8b6e Add Belgian AZERTY-based keymap, provided by Atanas Argirov in misc/13464. 2001-07-15 14:46:02 +00:00
garbled 45e0b1feb1 Forgot to include nwid.sed in the makefile for installation 2001-07-14 06:51:27 +00:00
fredette 340af7db82 Added support for the m68000 MACHINE_ARCH, as an incomplete
ELF port with a MACHINE_CPU of m68k.
2001-07-13 12:44:22 +00:00
garbled d8cc4a66d8 Allways quote the nwid when passing to ifconfig or building the ifconfig.xx0
script
2001-07-12 19:11:43 +00:00
garbled 9a91eaf49a Modify the handling of the nwid string. 2 problems:
1)  Noted by Brett Lymn, the nwkey string, when run as non-root, reads *****,
which causes the shell to go wonky and read in lists of files.

2) The sed pattern was all wrong.  It couldn't handle quoted network
ID's, and would grab the rest of the line.  Add a sed script to handle this.
2001-07-12 19:08:05 +00:00
wiz 07a7c0df20 Grammar, whitespace and typo fixes. 2001-07-12 15:03:08 +00:00
itojun 373d09ca3c typo fixes, sync with openbsd tree 2001-07-12 12:43:21 +00:00
itojun 6d6ebe430c add altq(9). 2001-07-12 12:35:16 +00:00
itojun f05de38f35 sync with freebsd tree. 1.5.1 is listed, couple of updates to URL. 2001-07-12 00:01:15 +00:00
ad f4d89567e8 Nobody loves me. *sob* 2001-07-09 15:16:53 +00:00
wiz d90a970c63 Since ncr(4) isn't in-tree anymore, dump its man page too. 2001-07-09 15:15:02 +00:00
wiz cc0b68092e Correct various misspellings of 'transfer' and inflected forms. 2001-07-08 18:06:42 +00:00
tv d5886144e3 Fix gross errors in state abbreviations, add missing state abbreviations,
remove stray whitespace at end of some lines.
2001-07-08 17:31:12 +00:00
wiz c15642d724 Typos and whitespace fixes. 2001-07-08 17:22:53 +00:00
abs 1311a0deae Document TCP_DEBUG and TCP_NDEBUG. 2001-07-08 16:19:59 +00:00
blymn d344cc8af2 Fixed Fo/Fc example, the one given did not format correctly when
used.
2001-07-08 06:23:15 +00:00
christos 91b9112443 This file should replace inter.phone (since inter.phone is incomplete
and does not include NDD and IDD), but I am not removing inter.phone
for now because it has some city codes and people might find those useful
2001-07-07 21:35:27 +00:00
perry 3ee53a3696 remove redundant .Pp 2001-07-07 05:45:06 +00:00
perry 8057ca5380 add new b*() and mem*() man pages 2001-07-07 05:08:19 +00:00
perry e7eca1a183 man pages for b*() and mem*(), noting b*() to be obsolete 2001-07-07 05:05:17 +00:00
thorpej f966c67e8b Remove a bug from the list (jumbo frames are now supported), and
clarify that the SMC9462TX is supported (not the SX -- that board
uses a different chip).
2001-07-07 02:37:34 +00:00
abs 510da333e5 pcmcia(9) not PCMCIA(9) 2001-07-06 18:11:29 +00:00
hubertf 9a923bfb3f add "man.pdf" and "man.tgz" targets
PDF optimisations thanks to Valeriy E. Ushakov
2001-07-05 20:52:11 +00:00
jdolecek dbbda99b31 remove the splhigh stuff altogether, that is not going to be requirement 2001-07-05 18:49:20 +00:00
nathanw e66f3a0fe4 Basic man page for setrunqueue() and remrunqueue(). Why not? They're easy. 2001-07-05 18:38:49 +00:00
nathanw e927c2a3b8 The I/O address space of ISA is 16 bits; correct this, but add a note
explaining why it is often treated as only having 10 bits of I/O
address space.
2001-07-05 18:01:15 +00:00
ad 21cb54834a Note new Ethernet drivers. 2001-07-05 14:47:23 +00:00
scw 3293e3a26c Check for MKSOFTFLOAT being defined before testing its value.
Needed for crunchgen(1) generated makefiles (e.g. miniroot builds).
2001-07-04 17:46:06 +00:00
kleink c2206506df Add a libm68k library macro. 2001-07-04 17:12:33 +00:00
itojun daddfe35da add Freenix 2000 paper on m_pulldown(9), by itojun. 2001-07-04 05:29:25 +00:00
itojun acd533ce9b some mdoc fix. mention openbsd revision in HISTORY 2001-07-04 05:13:18 +00:00
lukem 89ea4732df add St -xns5.2d2.0 2001-07-03 22:05:11 +00:00
gmcgarry b7960ea852 Introduce a subsection explaining how to dump the CIS table. 2001-07-03 20:26:23 +00:00
gmcgarry 4ea7eaf547 Document problems with the multifunction cards which don't actually
identify themselves as such.
2001-07-03 20:24:32 +00:00
hubertf 034d9c4079 Note that io.4 isn't available everywhere 2001-07-03 16:42:10 +00:00
hubertf f37e9b5004 Note that COMPAT_10 also affects /dev/io 2001-07-03 16:41:33 +00:00
hubertf b9c6994054 Some polishing, thanks to Klaus Klein for feedback! 2001-07-03 16:37:18 +00:00
hubertf 131020b62c Add a manpage for /dev/io, and tell people the True Way.
Most of the manpage is from FreeBSD - thanks guys! :)
2001-07-02 22:59:25 +00:00
lukem 4ec74dbf66 add AT&T v1 and v5 2001-07-02 00:03:31 +00:00
kristerw f3ccdc57d0 Corrected spelling of "-width". 2001-07-01 22:54:39 +00:00
gmcgarry 8752c2315f Add some missing documentation. 2001-07-01 04:11:13 +00:00
gmcgarry e839d267cd Add code references. Fix formatting. 2001-07-01 03:24:51 +00:00
gmcgarry fa0e67711f Fix terminology in discussion on locks. Expand history.
Add cross-references.
2001-07-01 03:23:02 +00:00
gmcgarry 74fb57bcf1 Refer to locks by their correct names as described lock(9). 2001-07-01 03:13:20 +00:00
gmcgarry d6182a9e77 In-kernel device configuration manager - allows modification
of device locators at run-time.

Written by Mats O Jansson <moj@stacken.kth.se>.  Reworked by
Jun-ichiro itojun Hagino <itojun@netbsd.org>.
2001-07-01 02:56:20 +00:00
gmcgarry 8fc30802e8 Add xi as supported device. List devices alphabetically. Fix
formatting glitch.
2001-07-01 02:04:57 +00:00
bjh21 3011c2edb9 Oops. Another mention of 1000BASE-TX squashed. 2001-06-30 17:57:56 +00:00
bjh21 bd5102ba31 IFM_1000_TX -> IFM_1000_T, and improve the description. 2001-06-30 17:57:21 +00:00
bjh21 dd90796b3d When referring to Ethernet medium types other than as arguments to
ifconfig, use the correct spellings (10BASE-T etc).
2001-06-30 16:55:03 +00:00
bjh21 9da8fccf7b it's -> its 2001-06-30 16:33:54 +00:00
hubertf 94ff3b434f All your manpages are belong to pdf 2001-06-30 01:25:00 +00:00
itojun 55ae625187 faith(4) is now documented in RFC3142. 2001-06-30 01:01:36 +00:00
hubertf 9d2896d354 sort man? files 2001-06-30 01:00:47 +00:00
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