lukem
177a852ae8
add hesiod.conf(5)
1999-01-25 03:48:35 +00:00
erh
adf8b8150d
Explain what the addnerd util is. Use the Nx macro instead of "NetBSD".
1999-01-25 03:23:06 +00:00
erh
de65154a1c
Rewrite. This manual page now has enough detail to guide a new NetBSD user through the basic steps of adding a new user. This also has more cross references to help point a new user towards more detailed explanations of the commands and files used.
1999-01-24 05:47:47 +00:00
mycroft
75fee98847
Put back the rhosts(5) and master.passwd(5) links.
1999-01-23 13:02:19 +00:00
msaitoh
1e215d9224
Add note about PID.
1999-01-22 09:12:48 +00:00
lukem
02d5dba4bc
netgroup default was more like "files [notfound=return] nis"
1999-01-22 03:27:56 +00:00
thorpej
d0ca88ef29
Document the netgroup default of files nis.
1999-01-21 23:08:16 +00:00
mycroft
af6912b12f
Use -O2 on arm32.
1999-01-21 09:44:19 +00:00
ross
290601029b
Kill bogus unmatched .Bd. I can probably jazz up the end macro to detect
...
things like this and narc on the offenders.
1999-01-20 23:28:10 +00:00
lukem
5bd0869181
provide a better parenthesis example. from Brian Grayson in [misc/6714]
1999-01-20 23:13:54 +00:00
lukem
e612d0da5f
fix spelos and tyops. document networks and group defaults
1999-01-20 03:03:25 +00:00
lukem
c7e9373f32
formatting nits
1999-01-19 08:28:03 +00:00
lukem
83eb1ce66b
note new defaults for hosts, passwd, and passwd_compat
1999-01-19 08:26:14 +00:00
christos
73a72701ab
Add -F to LINTFLAGS so that the full pathname is printed.
1999-01-18 20:22:54 +00:00
lukem
5adb0df2bb
be consistent in formatting source names
1999-01-18 12:12:05 +00:00
ross
fa592fc423
Fix bug with html < and > chars found by Alan Barrett.
1999-01-17 12:17:11 +00:00
msaitoh
876f7dd99f
Add "const"
1999-01-16 16:39:52 +00:00
lukem
abda4deb17
reference nsswitch.conf(5) as necessary
...
change references from YP to NIS.
1999-01-16 14:16:41 +00:00
hubertf
cc3464b6d1
Add stuttgart airport - for Heiko "pilhuhn" Rupp, at MeKa6
1999-01-15 23:44:52 +00:00
lukem
a320c57d58
clarify compat mode. remove references to nis+ for now
1999-01-15 23:06:36 +00:00
lukem
97cc62d6c3
merge nsswitch into main branch
1999-01-15 13:04:10 +00:00
castor
45a22daf10
allow generated kernel includes and support mips pubassym.cf mechanism
1999-01-15 10:57:36 +00:00
augustss
18ceacdd32
Add a reference to the USB documentation web site.
1999-01-14 11:07:44 +00:00
fair
2693a8ecf7
Rip out the VAX-specific stuff.
...
Rip out the (old) copy of sys/mtio.h that passed for documentation
of the tape ioctls - if we're going to be that lame, just tell 'em
to UTSL. Some other brave soul will have to do the documentation of
each specific ioctl beyond the comments in that file.
Write text about generic UNIX tape handling, which sucks and probably
always will.
This puts PR#5698 to bed.
1999-01-14 08:31:08 +00:00
fair
7f1164dca1
Add reference to mtio(4).
1999-01-14 07:52:52 +00:00
fair
028004a8cc
Document worked over for mdoc(7) and [nt]roff problems; also corrected
...
a few spelling errors. It would be nice to get a reference (authors, title,
date) to the proper USB specification in the SEE ALSO section.
1999-01-14 06:29:18 +00:00
sommerfe
c09dbe4f28
Apply fix from PR2176, edited appropriately
1999-01-14 00:16:42 +00:00
ross
1e1ba724e3
* Add number registers for Lk, Mt, Nx, and Me; mainly so these can be
...
callable by parsed macros.
* Improve the .Ss orphan-protection.
1999-01-13 07:19:16 +00:00
ross
b06a2e73d0
New symbolic characters for HTML integration: <, >, &, _
...
\*<, \*>, \*& : safely output <>& in both -mdoc or -mdoc2html
\*_ : hard space for both -mdoc and -mdoc2html
1999-01-13 07:08:39 +00:00
ross
ce15988287
Call .e@ instead of .em, second half of .em protection.
1999-01-13 07:06:35 +00:00
ross
466c9bd705
* Add a debug-mode message when beginning an eB diversion. This is to help
...
find the actual source of the common "automatically ending `eb' diversion
on exit" error. This generally means you tried something like `.Em Do not'
which accidently calls the `Do' request, which _must_ be followed by Dc.
* Add a .Me request for marking up menu entries.
* Print the source line number on the "Extraneous .Ed" error. (Duhh.)
* New requests for HTML integration: .Mt (mailto) and .Lk (link).
* Rename the .em built-in to e@ and print an error if .em is ever
accidently invoked.
1999-01-13 07:05:09 +00:00
ross
a8a689fff2
New module: doc2html.
1999-01-13 05:21:46 +00:00
ross
a2793c002b
New macro package for automatically converting -mdoc input to HTML.
...
Use: nroff -mdoc2html input_file...
Or, for the completely general case,
Use: groff -P-b -P-u -P-o -Tascii -ww -mdoc2html input_file ...
This was originally intended for just the new distrib/notes and other
non-man-page project documentation, but in fact it can get almost all of
the man pages right at this point.
In many cases, I would suggest that original documentation not be written
in HTML or ASCII any more. A good example would be "supported devices".
It's presently duplicated, in the install notes, the web pages, and the
man pages. If written in -mdoc, it can automatically be a man page, a www
page feature, and a printable, downloadable file. We can generate PostScript
and the "unix enhanced text" format used by more(1), as well as plain old
ascii, and all using in-tree tools.
TNF Copyright.
1999-01-13 05:00:28 +00:00
simonb
73b06e25d1
Use -O2 on mips.
1999-01-12 05:06:17 +00:00
ross
2a2a8c3b8a
Instead of claiming that nested displays work, note that they are prohibited.
...
Adjust the note permitting list nesting to note that -enum lists can't be.
1999-01-12 02:20:33 +00:00
garbled
eda09f767f
Since we are "NetBSD" and not "BSD Experimental", update the definition
...
of .Os to reflect reality.
Also document the new AT&T laziness macros.
1999-01-11 19:27:20 +00:00
garbled
3813b46baf
Add additional AT&T UNIX macros for versions 1-5. Change default for
...
.Os to NetBSD 1.4 instead of "4.4 BSD"
Note.. many of the undocumented macros in here are broken, like the .Px,
and .As macros. Someone with more clue should fix them.
1999-01-11 19:09:30 +00:00
simonb
8305a06f33
Fix tpyo.
1999-01-10 01:34:37 +00:00
tron
81036524e6
Add missing commata between cross references.
1999-01-09 13:39:24 +00:00
msaitoh
5e6a645f86
minor fix
1999-01-08 13:23:56 +00:00
msaitoh
c4a8d11705
Add dwatch, kill and call.
1999-01-08 13:18:28 +00:00
bouyer
9f3463a240
PCI busses run at 30 or 33 Mhz, not 60 or 66. Noticed by Soren S. Jorvan.
1999-01-08 10:00:05 +00:00
hubertf
575f1c0915
Fix for countries with more than one word, pointed out by
...
William O Ferry <woferry@iname.com>
1999-01-06 04:41:49 +00:00
hubertf
25c5fbcb63
Add a URL with a full list of airport codes, contributed by nigel@nelgin.nu
1999-01-06 04:04:02 +00:00
cjs
6e17759e7e
Fix spelling of `San Francisco.' Closes PR 6738 from ckane@best.com.
1999-01-06 02:40:16 +00:00
pk
d759703a01
Updates from Niger Reed (PR#6734)
1999-01-05 21:47:24 +00:00
hubertf
36b18e69f3
Add codes for CPH, ARN & DUB, submitted by Sean Doran <smd@ebone.net>
1999-01-05 16:07:16 +00:00
hubertf
14cad9163a
Add code to update the domains file with data from from the iana.org.
1999-01-05 01:53:09 +00:00
hubertf
ff8bf66a31
Import TLD list per ISO 3166, as of Thu Aug 7 17:59:51 MET DST 1997
1999-01-05 01:52:32 +00:00
cjs
9431a620ef
Add basic autoconf(4) man pages for sun3 and sparc. These have no real
...
information in them as yet, though. PR 5569, from Erik Fair.
1999-01-05 00:59:33 +00:00