Commit Graph

2220 Commits

Author SHA1 Message Date
hubertf
1836ca4994 Document that VM86 is also used by some X servers to call VESA routines. 2000-10-11 22:24:24 +00:00
hubertf
745fefd1c6 Xref pkgsrc/Packages.txt 2000-10-11 14:00:58 +00:00
ad
98cce2d254 Spelling. 2000-10-10 14:16:49 +00:00
itojun
347cdd6d31 document RTM_IFANNOUNCE.
From: Christoph Badura <bad@bsd.de>
2000-10-10 14:11:26 +00:00
augustss
aff9891579 Update list of supported scanners. There's a Microtek scanner on it now. 2000-10-08 20:20:42 +00:00
nathanw
0b6e7eef69 Rewrite description of core dump format to reflect reality.
Addresses PR#11145 by me.
2000-10-07 17:45:26 +00:00
hubertf
016ecbcf4c Add description about the "source" dir of a release, based on what's there
for 1.4.2.
2000-10-06 02:42:20 +00:00
lukem
c111e18a4d remove security/ 2000-10-05 15:47:04 +00:00
ad
5b09090e8e insure -> ensure 2000-10-05 12:35:33 +00:00
pooka
e678929d10 functionaliy -> functionality 2000-10-05 12:31:15 +00:00
bjh21
c7e2fe84a9 Fix whitespace glitch. 2000-10-03 15:28:16 +00:00
bjh21
93d5bd4fa7 Fix whitespace glitches. 2000-10-03 15:18:07 +00:00
bjh21
16ad58a09c Clean up whitespace glitches.
Use subsections where appropriate.
2000-10-03 15:10:57 +00:00
is
3fadf34391 Fix tyop. 2000-10-02 11:41:47 +00:00
bjh21
968546ded7 Typo fixes:
Remove an unmatched close-parenthesis.
appearently -> apparently
2000-10-01 13:45:46 +00:00
itojun
3e401aa14d upl(4) is a IPv4 only device. 2000-10-01 11:35:28 +00:00
lukem
ad43a4d74d also note /etc/defaults/rc.conf 2000-10-01 06:04:43 +00:00
bjh21
2566becc58 Typo fix: bloxk -> block 2000-09-30 22:33:52 +00:00
jhawk
8423ae243a BUGS updates:
Observe this manpage documents biosboot, which is not i386-specific
  Note failure to parse filename after boot options.
2000-09-30 20:27:01 +00:00
hubertf
4ad90fabc3 Move description of /usr/mdec/biosboot*.sym from installboot.8 to boot.8,
pointed out by Jason Thorpe.^
2000-09-28 16:18:42 +00:00
ad
00d54fb645 - Add an entry to the BUGS section.
- Minor syntactical changes.
2000-09-28 10:23:57 +00:00
thorpej
a832259c23 Manual page for the vlan(4) interface. 2000-09-28 06:59:58 +00:00
hubertf
dedc304c9a document biosboot*.sym files 2000-09-28 04:10:50 +00:00
augustss
a5f7c1b8fd Document the USB event API.. 2000-09-24 17:22:08 +00:00
jdolecek
b333be3980 document new -v, -q flags 2000-09-24 17:03:27 +00:00
jdolecek
cce88ce6ac also process boot.8 2000-09-24 16:39:54 +00:00
jdolecek
9bda5239e6 pty resources are now allocated on demand, default initial
number is 16 and thre is new sysctl kern.maxptys to control maximum number
2000-09-24 11:46:47 +00:00
kleink
3f50a3c66b Document LIBRARY and Lb. 2000-09-24 09:52:26 +00:00
augustss
fc82fb752f Fix typo. 2000-09-23 20:27:05 +00:00
augustss
3d4e4b283d Xref urio(4). 2000-09-23 20:26:48 +00:00
augustss
5bf80111fc Xref uscanner(4). 2000-09-23 04:35:54 +00:00
augustss
cd10762a22 Add uscanner(4) man page. 2000-09-23 04:34:55 +00:00
augustss
1a534e07a7 Add SanDisk ImageMate SDDR-31 to list of working devices. 2000-09-22 13:43:04 +00:00
bjh21
549a6a7445 Provide a missing ".El". 2000-09-21 15:37:09 +00:00
bjh21
30c323755b s/usign/using/g 2000-09-21 11:44:53 +00:00
ad
82759dbdf5 Use .{B,Bs,F,N,O}x and fix miscellaneous errors. 2000-09-21 10:43:49 +00:00
ad
121d744ba2 - Document Bsx macro.
- Fx, Nx and Ox appear to be parsed and callable.
2000-09-21 10:22:17 +00:00
ad
29a800506a - Document Bsx and Ox macros.
- Add some missing TOC entries.
2000-09-21 10:20:51 +00:00
bjh21
985853ce2e Mention NFS_V2_ONLY. 2000-09-19 23:56:50 +00:00
bjh21
c4fdfbaf66 nfsiod(8) is long dead. 2000-09-19 23:53:51 +00:00
scw
12c28120f1 Add entries for vmepcc and vmetwo, mention MVME162, and correct
a speeling error.
2000-09-19 11:11:50 +00:00
hubertf
4e5545b220 Document VNODE_OP_NOINLINE 2000-09-14 16:02:24 +00:00
hubertf
36942dc548 We now have a wscons.conf(5) manpage. 2000-09-13 03:39:12 +00:00
drochner
21955ff8d8 minor corrections / additions 2000-09-12 09:53:41 +00:00
hubertf
b4b75848de Add standalone "iso-image" target that can be run with DESTDIR and RELEASEDIR
set in src/etc after a "make release" in both "src" and "xsrc", to create a
ISO-image of the release in $RELEASEDIR/installation/cdrom.

Hook for architecture dependent pre/post-processing in etc/etc.*/Makefile.inc
are available as 'iso-image_md_post' and 'iso-image_md_pre', see
etc/etc.i386/Makefile.inc as an example. Might be useful for setting up
bootable CDs on alpha, sparc, ...

Reviewed by Todd Whitesel and Thomas Klausner.
2000-09-11 21:53:30 +00:00
augustss
55af72266e Remove comment about isoc not being supported. 2000-09-08 01:11:15 +00:00
hubertf
cfb56629e8 Documentation for /etc/wscons.conf 2000-09-05 22:41:53 +00:00
hubertf
a9c3f5c9d9 Mention /usr/dt besides /usr/openwin,
OK'd by Christos Zoulas.
2000-09-05 00:57:04 +00:00
ad
dd7f13e542 The `cac' driver works with EISA boards. 2000-09-01 12:19:15 +00:00
ad
070ab0360f Document recent changes. 2000-09-01 12:17:55 +00:00