Commit Graph

2363 Commits

Author SHA1 Message Date
kleink
6954ab0ad7 Take a stab at making SVR4_MAKEDEV more flexible towards multiple architectures. 1999-04-19 14:46:27 +00:00
mycroft
654297170f Use -Tascii for pre-generated man pages, to avoid some nroff character set
magick.
1999-04-16 18:56:19 +00:00
jtk
930a74d0a7 fix from PR 7382: describe standby & suspend correctly 1999-04-15 01:01:17 +00:00
augustss
2d1b5b4212 Make copyright conform. 1999-04-13 20:40:44 +00:00
augustss
456ec1a005 Make the copyrights conform to the standard. 1999-04-13 20:25:28 +00:00
gwr
16092bb979 Add the "gateway" line to the sample /etc/bootparams entry. 1999-04-11 23:15:26 +00:00
augustss
b0cf54da17 Xref exphy(4). 1999-04-10 16:23:10 +00:00
drochner
9f8fc49ce1 add a paragraph about the "console" property 1999-04-08 16:29:56 +00:00
fair
c67241f483 Create an ex(4) man page from a little driver reading. Very bare bones;
needs to have the diagnostic list explained, and the media support
list filled out before it gets pulled up to the 1.4 branch.

However, it's here to answer PR#6870
1999-04-07 21:48:52 +00:00
fair
cf0252688c Work this man page over for mdoc(7) issues, nroff issues, a few
mispellings, etc. It should be reviewed before being pulled up to
the 1.4 branch.
1999-04-07 21:39:34 +00:00
cgd
a694307d71 cross-reference boot(8) now that it exists. don't reference
the architecture manual, as boot(8) does that and only boot(8) provides
the necessary context to understand why the Alpha Architecture
Reference Manual is relevant.
1999-04-07 00:43:06 +00:00
cgd
b9e2da9f7c add a boot(8) manual page for the alpha. the real value in this
page for now isn't the descriptive text, it's the comments in the
roff source which describe an outline of what the descriptive text
should look like.  also useful is the one stop shopping list of
non-deprecated bootstrap-related commands and files.
1999-04-07 00:39:43 +00:00
pk
6c23ac1e35 acknowledgment => acknowledgement for consistency. 1999-04-06 20:27:13 +00:00
pk
1cd395375d 1, 2, 3 and.. 4! 1999-04-06 20:24:37 +00:00
cgd
b22750720f change:
.Sh "SEE ALSO"
to:
	.Sh SEE ALSO
The doc macros check for the latter (actually just for 'SEE' as the first
argument to .Sh) to set the section header SEE ALSO flag, which modifies
some behaviour (e.g. references done with .Rs/.Re).
1999-04-06 04:54:19 +00:00
cgd
8aec8c7cbb finish Alpha Architecture Reference Manual reference 1999-04-06 04:41:40 +00:00
cgd
10128f1bf0 kill XXX re: Bl and lack of -width 1999-04-06 04:39:56 +00:00
tv
eb3125637f Remove my copyright and leave only the TNF assignment. 1999-04-06 02:52:40 +00:00
tv
5bf090dd33 Completely release my copyright; the changes are Minor. 1999-04-06 02:51:49 +00:00
cgd
71d677f4a8 ISO-9660 -> ISO 9660 to match sun manual pages, to be consistent w/SOMETHING! 1999-04-05 22:12:03 +00:00
cgd
b475d48734 update date 1999-04-05 06:03:47 +00:00
cgd
21b23ea49e update for the fact that contiguous block mode is now the only mode,
include a warning, etc.
1999-04-05 06:01:54 +00:00
cgd
d11e52039c rewrite history to match current reality. 1999-04-05 05:52:09 +00:00
cgd
5bf53d4104 update for new manual pages 1999-04-05 03:29:46 +00:00
cgd
590f024334 clean up for old installboot being moved to installboot.old 1999-04-05 03:27:50 +00:00
cgd
1810246111 manual page for the new alpha installboot(8) 1999-04-05 03:24:35 +00:00
cgd
e5eef988ac a mkbootimage(8) manual page 1999-04-05 03:20:45 +00:00
cgd
2f3e235aea an alpha MAKEDEV manual page. a bit broken, but no more broken than the
alpha MAKEDEV script's comments, since that's where the information
was taken from.
1999-04-05 03:19:01 +00:00
cgd
2fe77f3566 clean up, fix a few bogons, add FILES and AUTHORS sections 1999-04-05 03:17:30 +00:00
cgd
a8b2ae885a Moved from share/man/man8/man8.alpha/installboot.8,v 1999-04-05 03:11:54 +00:00
cgd
0fec3c77a1 Moved to share/man/man8/man8.alpha/installboot.old.8,v 1999-04-05 03:11:53 +00:00
msaitoh
d38518728c add MLINKS for pool(9).
fix some bugs.
1999-04-03 14:50:21 +00:00
tron
6b0ab739b7 Documentation for flag values of "we" driver supplied by Martin Husemann. 1999-04-02 08:25:23 +00:00
bouyer
c8b2b59bcc According to Bill Paul <wpaul@ctr.columbia.edu>, only the baseboard variant
of the Compaq NetFlex 3/P uses a Thunerlan TNETE100 chip. The PCI variant
use some other PCI chip the ThunderLAN driver can't handle yet.
Also, correct SYNOPSYS.
1999-03-31 12:19:57 +00:00
kleink
aa7e5483ed Import tzdata1999d. 1999-03-31 11:10:14 +00:00
leo
1f1a598094 Match changes to ..../vme/et4000.c driver. (Julian Coleman). 1999-03-31 10:45:36 +00:00
ross
4b2bc83b1f Add -unfilled. 1999-03-31 00:11:41 +00:00
ross
eae6462d13 There was no mention of .Bd -unfilled, the -ragged description was bogus,
(actually, it described -unfilled) and there are six displays, not five.
1999-03-31 00:05:38 +00:00
fair
e1134b1863 Patched per PR 7283; this causes shared libraries which depend on
other shared libraries to load against the ones just built when
DESTDIR is set (i.e. -L${DESTDIR}${LIBDIR} ), rather than what's
installed in /usr/lib (previous behavior definitely violated the
Principle of Least Astonishment!).
1999-03-30 09:30:43 +00:00
ross
99db3ac727 To say deprecated' is to say that lookup file bind' still works, but is
discouraged and may someday be replaced. Instead, use words like `ignored'
and `superseded', which describe the true situation.
1999-03-30 09:01:58 +00:00
aidan
93d7e5d82d Document IFA_STATS option. 1999-03-29 20:28:45 +00:00
drochner
1c56d6a237 document some more options 1999-03-29 19:54:23 +00:00
minoura
463306dc18 Remove obsoleted options.
Add `x68k-specific Options' subsection.
1999-03-29 08:58:30 +00:00
hwr
f249bec56b Enable ipip.4 1999-03-28 17:06:38 +00:00
hwr
febd1be8cd A manpage for the ipip pseudo-device. 1999-03-28 17:05:18 +00:00
drochner
806de9566f descibe the termnal emulation options, explain the meaning of the
compatibility options
1999-03-27 21:12:05 +00:00
kleink
257beb4e19 Import tzdata1999c. 1999-03-27 11:14:50 +00:00
mjacob
97cf11b8c1 update man page to note LVD support 1999-03-26 00:47:03 +00:00
mellon
c9da010ab6 Document new variables required to automate DHCP client startup. 1999-03-24 17:29:07 +00:00
mycroft
050bfa0d91 Ross points out that removing the .ne inside .It can cause widows in troff
mode.  So, put it back -- in troff mode only -- but preceded by an explicit
break to prevent the widows previously mentioned.
1999-03-24 08:06:26 +00:00