Commit Graph

2513 Commits

Author SHA1 Message Date
mycroft
ee89805a27 Remove blank lines. 1999-03-24 06:46:30 +00:00
mycroft
66902a3cfd Remove blank lines. 1999-03-24 06:14:18 +00:00
mycroft
b88d12625c Fix the `missing footer' problem. See the comment for details. 1999-03-23 11:50:09 +00:00
mycroft
8b0c29593a Make Qo and Qc callable again. 1999-03-23 09:29:11 +00:00
mycroft
0d83fb3bab Fix the `mysterious blank lines' problem (in 98% of cases, anyway). This was
due to unconditional use of .ne.  groff apparently inserts some virtual trap
at the end of each page, and this was causing the .ne commands to output extra
lines.  Solution is to only use them in troff.

Also fix a related bug in .It, where it would insert a page break in the middle
of a sentence.

Remove the end of page trap in nroff mode, as this causes .sp to sometimes eat
the space due to the nearby trap.

Lastly, undue a previous change that broke the formatting of the SYNOPSIS
section, until we determine the right way to fix that.
1999-03-23 06:44:38 +00:00
mycroft
286b628b2a Remove blank line. 1999-03-23 03:53:26 +00:00
cgd
a3a94991ff the name of this manual page is 'scsi', not 'sd' 1999-03-23 02:55:46 +00:00
thorpej
e12cb24079 Clarify NKMEMCLUSTERS and NMBCLUSTERS. 1999-03-23 00:33:32 +00:00
drochner
fba9742963 add some manpages for wscons framework and devices 1999-03-22 19:15:01 +00:00
garbled
487d9f3582 More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.
1999-03-22 18:21:29 +00:00
ross
2d72cb3172 Revert previous. 1999-03-18 22:04:23 +00:00
ross
363c7840aa Driving directions: serial console to ddb prompt 1999-03-18 21:43:13 +00:00
is
0964728c64 domestic'' is a relative specification 1999-03-18 20:30:22 +00:00
ross
cb405ed6fc Kill Nm-save warning. 1999-03-18 18:57:42 +00:00
garbled
39b11db849 More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.
1999-03-17 20:31:19 +00:00
garbled
7a1aea16bc More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.
1999-03-17 20:19:44 +00:00
minoura
e03caa4e19 Do not override .Os. 1999-03-17 16:38:12 +00:00
minoura
f909cf85f9 Don't override .Os. 1999-03-17 16:37:23 +00:00
minoura
d2721426bb Move aout2hux manpage to share/man/man1/man1.x68k/. 1999-03-17 14:52:39 +00:00
minoura
e01101f528 Add new drivers' manuals. 1999-03-17 12:27:22 +00:00
kleink
bd21ff4634 Minor KNF nit. 1999-03-16 19:46:38 +00:00
jwise
8c3218c67a Add pcscp (AMD PCscsi) man page from Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
closes PR misc/7026
1999-03-16 19:20:14 +00:00
mycroft
39cfcdb2ec Oops; missed one. 1999-03-16 07:49:54 +00:00
mycroft
8b2054fafc Use \n(dn to test whether the quoting diversion is empty, rather than
comparing the input line number.  The latter fails with things like:
.Oc Oc
because there is nothing in the diversion when the second Oc is executed,
which caused the command that adds \*(b2 to the output to be eaten.
1999-03-16 01:19:56 +00:00
garbled
c1d21e28ed More and more of .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.
1999-03-16 01:19:14 +00:00
garbled
e4c16bfb11 More .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.
1999-03-16 00:40:46 +00:00
garbled
5b40cb5777 First round of .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.
1999-03-15 08:22:20 +00:00
kristerw
c068cca51b EACESS -> EACCES. From OpenBSD. 1999-03-14 20:15:40 +00:00
mycroft
86da8b5db3 Add missing links for queue.3. 1999-03-14 03:38:16 +00:00
itohy
29b70cd215 Use G0 (not G1) for the alternative character set (DEC line graphics).
Delete "\E)0" sequences and make ":as=\E(0:ae=\E(B:"
(some terminals use "1" for "0").
This change makes it easy to use 8-bit encodings, such as ISO8859, EUC, etc.
PR #7126.
1999-03-13 09:03:28 +00:00
sommerfe
0bf14e7e01 commit a revised version of the suggested change in pr7105.
delete reference to (no longer used) NBPI parameter.
instead, insert crossref to newfs(8)
1999-03-11 04:13:24 +00:00
mycroft
3064c4ddcd alpha seems to work with -O2... 1999-03-10 14:06:14 +00:00
erh
55f3a4b91b Fix .Bl/.El imbalance. 1999-03-10 09:29:08 +00:00
ross
88fbb254d4 If it exists, include machine/Makefile.inc 1999-03-10 06:34:19 +00:00
ross
1c24ee5ca4 We didn't get the .Bl / .El match fix done tonight.. go back to a warning so the
tree will build.
1999-03-09 12:05:35 +00:00
ross
69d3eeb52c Kill groffisms that crept in with delta 1.8. 1999-03-09 10:38:19 +00:00
ross
bdc8307365 Call Popwarn only if groff 1999-03-09 08:32:52 +00:00
ross
e749d6fa7e Viciously cleanup the .St (Standards) macro. 1999-03-09 06:36:30 +00:00
ross
438ee91423 .warn-harden 1999-03-09 06:33:46 +00:00
ross
e1135b6c55 Predefine the dD string. (.warn-harden)
Detect a net deficit of .El requests (and abort)
1999-03-09 06:33:21 +00:00
ross
9bb81e3d52 Partial .warn cleanup .. if mdoc didn't generate warnings all by
itself, we could do a .warn-enabled sweep of the man pages.
 * Mainly, kill strings by redefining them as null instead of using .rm
 * Push and pop the warning level around unavoidable trouble spots
 * Do all of this only if in groff
 * Fix a really obscure bug in .Nm
 * Make the .em warning an abort.
1999-03-09 06:31:00 +00:00
ross
a5cb41e7a0 Improve appearance, tone down the .Sh size, define a <style> for color
headings, etc. Please feel free to fiddle with this stuff, people...
1999-03-09 06:25:58 +00:00
hwr
22c4195c12 Enable ioctl.9. 1999-03-07 15:24:30 +00:00
hwr
ccc7f9746b Should fix misc/5934.
is@netbsd.org gave it's ok.
1999-03-07 15:21:04 +00:00
mycroft
471c3c1228 Make Pq, Po, Pc, Oo, Oc callable. 1999-03-07 08:48:48 +00:00
mycroft
a982881d5d Escape some punctuation, and make Oo and Oc aliases for Bo and Bc. 1999-03-07 08:37:03 +00:00
mycroft
44d59c44f1 Fix minor formatting error. 1999-03-07 04:19:36 +00:00
mycroft
7559ea6c00 Oops; previous was wrong. 1999-03-07 03:34:37 +00:00
mycroft
44bbef9a61 Fix an old type that doesn't appear to matter. 1999-03-07 03:26:37 +00:00
mycroft
e3ad734bcc Sort of add .Oo and .Oc. Needs more work. 1999-03-07 02:17:36 +00:00
mycroft
5d4a8f142e Fix minor formatting errors. 1999-03-06 22:44:10 +00:00
mycroft
70d4fd76d1 Fix minor formatting error. 1999-03-06 22:40:08 +00:00
mycroft
6bb985323b Fix formatting errors (bad sentence breaks). 1999-03-06 22:09:29 +00:00
mycroft
6841c53323 Fix minor formatting errors. 1999-03-06 21:55:16 +00:00
mycroft
7bb943b0ae Oops; fix pasto. 1999-03-06 16:51:36 +00:00
mycroft
2310a13c6b Fix the space-after-period problem. 1999-03-06 16:39:02 +00:00
mycroft
91ca52e5cb Minor cleanup. 1999-03-06 16:21:53 +00:00
mycroft
87dcf585f2 Minor cleanup. 1999-03-06 15:59:22 +00:00
mycroft
bb46ac40fa Minor cleanup. 1999-03-06 15:43:59 +00:00
mycroft
736c11026a Minor cleanup. 1999-03-06 15:37:07 +00:00
mycroft
17ab98299b Fix minor formatting error. 1999-03-06 11:57:20 +00:00
mycroft
0a17d56476 Fix problem with extra spaces after a .Xr, because .aZ was being called twice. 1999-03-06 10:12:08 +00:00
nathanw
4c8aa416f6 Split out "SCSI controllers" from "Disk and tape controllers". 1999-03-03 17:35:57 +00:00
nathanw
3f2f7307b5 Mention aha attachment.
Add "Disk controllers" section and mention wdc attachment.
1999-03-03 17:29:41 +00:00
nathanw
44d82eabab Mention ISAPnP attachment. 1999-03-03 17:21:32 +00:00
nathanw
39db17f14f Fix minor typo. 1999-03-03 17:20:47 +00:00
nathanw
a0ce6ae0d3 Add references to the ess(4) driver. 1999-03-03 17:08:25 +00:00
nathanw
1e27c5d843 Mention isa attachment and 1788 support.
Explain more about the allowed ISA parameters.
Mention SoundBlaster compatibilty and cross-detection.
1999-03-03 17:07:13 +00:00
oster
d17a319fc8 Update for recent addition of component labels and hot-adding spares. 1999-03-02 03:14:43 +00:00
explorer
3ebb419571 Update to slightly altered rnd_attach_source() api 1999-02-28 17:08:05 +00:00
scottr
bebd05917b Add iwm.4 (oops) 1999-02-27 19:02:10 +00:00
ross
8c4b6f5dd0 Run makewhatis.sh out of the source tree, rather than the makewhatis
out of DESTDIR. Besides eliminating a ordering, this is needed because
the new all-singing-all-dancing domestic/Makefile runs makewhatis for
you .. but it might not be in DESTDIR if only domestic is being installed.
1999-02-26 11:03:08 +00:00
ross
9cc575480d Add missing .El. 1999-02-25 23:29:33 +00:00
tron
169ae11d11 Fix list of sup configuration examples which get installed. 1999-02-25 14:41:44 +00:00
lukem
f1441161fc update norwegian sup server 1999-02-25 04:51:43 +00:00
simonb
303e8a33d5 Change CFLAGS to AFLAGS for mkdep of .S/.s files. Fixes "make depend"
on pmax kernels (and doesn't break "make depend" on entire tree).
1999-02-24 22:04:15 +00:00
drochner
cf3c9d73cd add missing parts of the "mips"->"mipse?" transition 1999-02-24 14:42:36 +00:00
hubertf
56cf13b4d6 remove pkgsrc specific documentation (we stay at mk.conf.example) 1999-02-24 14:22:36 +00:00
mrg
bdadd56346 add a new fstab type "dp" for the user-specified dump device.
change swapctl -A to see this and add it via swapctl(2).  also
add a new swapctl -D <device> to change the dump device on the
fly.
1999-02-23 17:00:53 +00:00
scottr
ac6bed427b Add the missing iwm(4) man page. 1999-02-23 14:52:02 +00:00
hubertf
b7663b627c Remove "GPL" from list of licenses that need mentioning in ACEPTABLE_LICENSES 1999-02-22 00:30:39 +00:00
drochner
b968de922b fixes and cleanup, submitted by Greg A. Woods per PR port-i386/6695
(minimally edited)
1999-02-21 15:59:18 +00:00
hubertf
4e214e9bac Xref mk.conf(5), move per-package variables from the common section over
to the package-specific section, add section on how to set defaults for
package distfile repositories (MASTER_SITES_*), from mk.conf(5).
1999-02-21 14:27:44 +00:00
hubertf
ca433f9adb Crossref packages(7), add GPL as another option to ACCEPTABLE_LICENSES,
mention that PASSIVE_FETCH is the default in NetBSD-current, clarify
that many of the variables are only used inside the NetBSD packages
collection, document WINDOWMAKER_OPTIONS, move section no how to override
the MASTER_SITES_* to packages(7).
1999-02-21 14:23:29 +00:00
abs
dade5b2993 Handle + in master.passwd (From PR#4802).
Also, handle + in group and allow max_loginlen to be configurable.
1999-02-18 18:53:32 +00:00
hubertf
518f812372 - Mention pkgsrc/mk/mk.conf.examples earlier
- USE_LOCALBASE_FOR_X11 is not ready for prime time, remove.
1999-02-17 00:54:53 +00:00
hubertf
0348133774 You do not want to set PREFIX manually, and there is no patch -C here 1999-02-17 00:47:17 +00:00
lukem
b9477eb489 documentation for /etc/mk.conf 1999-02-17 00:08:42 +00:00
is
2c7fa23c38 Fix Copyright dates 1999-02-16 23:34:10 +00:00
is
dc068e0d1f Assign my files to The NetBSD Foundation, Inc. 1999-02-16 22:46:55 +00:00
abs
aa8de7fce2 Add xsrc sup entries. Tested against sup.netbsd.org 1999-02-16 08:22:19 +00:00
tv
93b793551e Add entry for the DNARD (Shark) OpenFirmware console, named "ofcons". 1999-02-15 23:42:19 +00:00
bouyer
78805e0916 Uncomment CDIOCCLOSE entry. 1999-02-15 18:45:28 +00:00
lukem
21d8edf42e use .Ss to separate subsections, add TNF copyright for bits i've added 1999-02-15 12:42:12 +00:00
hubertf
dcd5f59c0a RCS ID police 1999-02-15 04:14:54 +00:00
hubertf
36f9d7790a RCS ID police 1999-02-15 04:03:03 +00:00
christos
7054064487 Add sparc/elf bits. 1999-02-14 19:12:09 +00:00
lukem
51f11938b1 use ${STUFF} instead of ${FILES} for now, since bsd.files.mk rev 1.8 broke this 1999-02-14 10:53:06 +00:00
lukem
37fc22a21d yet *more* bsd.own.mk stuff i missed... :( 1999-02-14 09:47:46 +00:00
lukem
e8fee4a6c4 YAbsd.own.mk 1999-02-14 08:56:59 +00:00
hubertf
b9242bda84 add option "delete" for pkgsrc 1999-02-14 04:08:53 +00:00
christos
26bef09099 Don't attempt to build catpages when MKMAN == no 1999-02-13 16:34:39 +00:00
nathanw
76e6c3f244 Document uiomove(). 1999-02-13 08:03:34 +00:00
lukem
6077e7c1f5 don't bother supporting NOINFO (since it's a new thing); just support MKINFO=no
fix description of MKSHARE=no
1999-02-13 03:04:09 +00:00
lukem
dcab0210a0 convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00
cjs
caca6913d1 Clarify IPFORWARDING option; it takes a value. 1999-02-12 17:44:28 +00:00
tv
899feeac30 Add doc for bsd.info.mk, and move the description of MKLINKLIB to the
bsd.lib.mk section (it should NEVER be set by mk.conf).
1999-02-12 15:10:22 +00:00
kleink
b75d68301e <sys/fcntl.h> -> <fcntl.h> 1999-02-12 15:04:00 +00:00
tv
f727f277a7 Add {MK,NO}INFO, and use that to control generation/installation of Info
documentation.  MKINFO=no is implied by MKSHARE=no.
1999-02-12 15:01:08 +00:00
lukem
41510f9a2b for MKSHARE=no, set MKDOC=no MKMAN=no MKNLS=no, and for MKMAN=no, set
MKCATPAGES=no.  this simplifies various tests.
1999-02-12 12:38:44 +00:00
lukem
13814c4ffb pull in bsd.own.mk for MKOBJ 1999-02-12 04:13:26 +00:00
lukem
497d11782a * Add support for MKDOC MKLINKLIB MKLINT MKMAN MKNLS MKOBJ MKPIC MKPICINSTALL
MKPROFILE MKSHARE, which default to `yes' unless an equivalent NOxxx
  variable is defined.
* Add MKCATPAGES, which if "no" prevents catpages from being built or installed

Users should use "MKxxx=no" instead of "NOxxx=" in /etc/mk.conf, because
this allows easy override on the make(1) command line (e.g 'make MKSHARE=yes'
to override MKSHARE=no in /etc/mk.conf).
1999-02-12 01:10:06 +00:00
tv
3d13884e75 I wish they'd settle on a file extension. Build Info files for any of
.txi, .texi, or .texinfo.
1999-02-11 16:50:46 +00:00
tv
8baaaf2b4d Clean on "cleandir" and "distclean", not "realclean".
XXX those clean targets should be unified and depend on a common name,
including that "distclean" should invoke "realclean".
1999-02-11 16:09:21 +00:00
tv
38928fc46a Add an INFOFLAGS that contains -I's to pass to makeinfo. 1999-02-11 15:59:07 +00:00
tv
d73e722243 makeinfo produces its own `making...' message, so make the command itself
silent.
1999-02-11 15:31:44 +00:00
tv
4b894ef57b Create <bsd.info.mk> for Info documentation, and avoid the nasty install
stuff duplication by expressing it in terms of <bsd.files.mk>.  Allow for
multiple inclusion of <bsd.files.mk> by clearing ${FILES} at the end, and
using FILES+= rather than FILES= in <bsd.info.mk>.
1999-02-11 13:25:42 +00:00
tv
1d11758833 Remove `dirname: all-dirname' compatibility hack. It's been long supposed
to go away, and even commented as such....
1999-02-11 05:01:39 +00:00
ross
2f4fede2c2 Back out last rev. "Nice try". 1999-02-10 23:16:07 +00:00
tv
1fd585e551 Remove GNU_ARCH.mips=mipsel, and produce an error if MACHINE_ARCH is only
"mips".
1999-02-10 21:11:47 +00:00
tv
bd8a69f172 libbfd_pic.a is no longer installed; remove ${LIBBFD} define. 1999-02-10 20:55:56 +00:00
ross
87e810db61 Fix the bug that was inserting blank lines between `pages' in tty
mdoc(7) man(1) output. (There aren't supposed to be any `pages'.)
1999-02-09 18:11:36 +00:00
lukem
55b8af8ad4 s/retreived/retrieved/ 1999-02-08 04:03:04 +00:00
tv
158083e27d Use :Q to quote arguments to "echo" so that quote marks don't fall out of
the printed mkdep command.
1999-02-07 17:29:40 +00:00
hubertf
276269973c s/bsd.port.mk/bsd.own.mk/ 1999-02-07 17:21:09 +00:00
kleink
ca03c2d3ef Add a macro for our friend, the System V Interface Definition. 1999-02-06 15:01:13 +00:00
cgd
7f29dc02d5 note VScom PCI-100, Simon Gerraty's 8 port card 1999-02-06 06:50:43 +00:00
simonb
6a165c11d8 Back out previous backout of -O2 in mips. Bug in strtod.c fixed via
Niklas Hallqvist.
1999-02-06 02:07:55 +00:00
simonb
f88a59dce9 _Don't_ use -O2 on mips, libc/stdlib/strtod.c breaks 1999-02-05 13:50:09 +00:00
ross
1ad3689402 Make this work with groff. Regression tested on BTL (well, Solaris) troff. 1999-02-05 00:58:04 +00:00
oster
068fe3dab2 Add missing NetBSD RCS ID's! Thanks to SAITOH Masanobu (msaitoh@netbsd.org)
for pointing this out.
1999-02-04 14:50:31 +00:00
christos
f16578a952 PR/2936: Brian C. Grayson: Avoid truncating precious files when installing
and the filesystem is full. Added ${RENAME} flag to install, which when set
to -r installs on a temporary file and then renames to the final destination.
${RENAME} is currently set to nothing in bsd.own.mk, but one can turn it
on in /etc/mk.conf.
1999-02-04 11:58:30 +00:00
augustss
fa65d59422 Add more xrefs. 1999-02-03 21:27:02 +00:00
tv
e2e1136b79 Our make can't actually turn off implicit rules per-target, and the
"depend:" rule had no actual commands to execute, so it used the implicit
".c:" rule in gas.new (which has a depend.c).  Add a command here -- just
"true" -- that prevents use of implicit rules.  This may need a new
.-option in make(1) to be done Right.
1999-02-03 21:08:05 +00:00
drochner
27521ad6ea add xrefs to wsconscfg(8) and wsconsctl(1) 1999-02-03 19:49:31 +00:00
bouyer
a85206a9c5 Change wd to wdc, and note pciide. 1999-02-02 17:12:00 +00:00
bouyer
8dac39d2de Update supported hardware list to reality, + a few cosmetic changes. 1999-02-02 16:56:54 +00:00
mrg
8e7fba1cf0 tzdata 1999b 1999-02-02 00:51:48 +00:00
minoura
88099aeaff Add example supfile for sup.jp.netbsd.org. 1999-02-01 16:02:38 +00:00
is
530721fa89 Update to reflect current status. 1999-01-31 10:33:40 +00:00
mrg
b6b3f824d3 NOGCCERROR disables -Werror. 1999-01-31 09:17:20 +00:00
mrg
eddf0f4e2c increase the securelevel (using the same rules as before) much earlier in the
boot process.  before cron, sendmail, inetd, etc, are run, but after lkms are
loaded.  this avoids the chances of `@reboot', mail .forwards, remote logins,
etc., happening before the securelevel has been raised.
1999-01-31 08:46:58 +00:00
agc
2890ddda36 s/USE_X11/USE_X11BASE/g
s/BUILD_USES_X11/USE_X11/g
Note the changes in meaning of the two definitions. This should be much more
intuitive.
1999-01-30 23:19:51 +00:00
drochner
aa1401cde7 update for busmouse support and psm->pms renaming 1999-01-30 18:01:24 +00:00
drochner
ad758765b0 update for wsmouse attachment and compatibility options 1999-01-30 17:50:36 +00:00
scottr
c9b4ff15c2 Add a pointer to the indent(1) profile, and a disclaimer regarding same. 1999-01-29 07:24:20 +00:00
ross
1ece689dfe Define mode-null-{on,off} for turning off special modes.
Turn off any special modes when Ns is called.
1999-01-28 00:11:07 +00:00
agc
8ddbd09ea3 Document BUILD_USES_X11 definition. 1999-01-26 22:18:42 +00:00
hwr
53a99685bd The gre pseudo-interface no longer suppports IPIP, this is done by the ipip
driver now.
1999-01-26 21:25:47 +00:00
thorpej
46e8a53c33 Add indent.pro. 1999-01-26 04:35:19 +00:00
thorpej
d4efd5e1a3 An 'indent' profile which almost gets you KNF. from polk@bsdi.com.
This was committed to a different part of the repository in 1993.  Arguably,
it should have been here from the start.
1999-01-26 04:34:36 +00:00
ross
f46336fd65 Make .Ux be callable. 1999-01-25 23:27:46 +00:00
lukem
712ba4aec4 after discussion with greg hudson, change default classes back to "in,hs" 1999-01-25 22:36:19 +00:00
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
tron
633171c70e Fix typos noticed by Brian Grayson in PR bin/6713. 1999-01-02 16:17:24 +00:00
hubertf
1a097ef45d add Munich International Airport, Munich, Germany (MUC) 1999-01-02 03:36:54 +00:00
kristerw
5cb04ec709 Fix typo, closes PR 6694 by Mason Loring Bliss. 1999-01-02 01:54:58 +00:00
msaitoh
4d24950345 s/IT/It/ 1999-01-01 19:05:23 +00:00
msaitoh
0e764071d3 s/CD/Cd/ 1999-01-01 19:02:54 +00:00
msaitoh
a0f22c3359 s/TN/Tn/ 1999-01-01 18:59:24 +00:00
tv
94eed8e6d2 GC conditional egcs cruft. 1998-12-31 19:58:59 +00:00
castor
c57180f21e Change make to ${MAKE} to allow standard make to be overridden. 1998-12-31 15:28:52 +00:00
ross
fbff13e33e Fix bug in .D1 macro.
D1 (dee-one) has two bogus-looking lines that are not in Dl (dee-ell); and
what they do is delete the first parameter unless it is a callable macro.
This may have something to do with the reason why dee-ell is used 418 times
in /usr/share/man vs only 6 times for the crippled dee-one.
1998-12-26 09:40:45 +00:00
itohy
172852517b Switch x68k port to UVM by default.
Mach VM and even old contig and non-contig codes are still alive.
1998-12-23 23:01:44 +00:00
mrg
9ec7c3c814 move sun3 to UVM by default. only pica/arc & x68k left. 1998-12-23 06:00:03 +00:00
mrg
12d0e6e8f7 move sparc{,64} installboot.8 back to src/share, to avoid splitting sources for users who dont get everything. 1998-12-22 02:34:09 +00:00
mrg
db15e9d609 oops, s/sparc/sparc64/ for one of the "man8.sparc" entries. from bernd. 1998-12-20 11:51:04 +00:00
he
88e5f94191 Document new -b option. 1998-12-19 19:22:18 +00:00
christos
719a63e67c Add Byte Runner Technologies TC-400 and TC-800 driver doc from Eric S. Hvozda 1998-12-16 11:38:36 +00:00
thorpej
269d52483b Use -O2 on m68k. 1998-12-12 20:48:53 +00:00
thorpej
14b57317d6 Just switch all m68k to EGCS. 1998-12-12 20:48:23 +00:00
is
522ca75f7f Switch Amiga port to egcs. 1998-12-12 20:20:42 +00:00
simonb
737886c364 Remove specific models numbers from the sys/arch/pmax description. 1998-12-12 15:21:33 +00:00
is
caef0a7cc2 Fix typos. 1998-12-11 22:46:26 +00:00
mrg
cef1fed846 add man8.sparc64 1998-12-11 12:25:41 +00:00
mrg
4ca93d606f move installboot.8 back with the sources, and use .PATH to find it. 1998-12-11 12:20:52 +00:00
mrg
f921055807 add a sparc64 MAKEDEV.8, and build installboot.8 here. 1998-12-11 12:17:11 +00:00
augustss
2d3f849193 Fix typos. 1998-12-10 23:43:32 +00:00
augustss
d9c8e546f9 Add sv man page. 1998-12-10 18:56:55 +00:00
augustss
e8060acb87 Update to match reality. 1998-12-09 10:21:21 +00:00
augustss
45f33dbecc New USB locators added. 1998-12-08 14:21:48 +00:00
augustss
7e86768677 Update the design of the generic USB driver. 1998-12-08 14:18:27 +00:00
augustss
106f74598b Minor touchup and add sv man page. 1998-12-08 14:15:27 +00:00
augustss
c733635d12 Mention the USB include files. 1998-12-07 13:11:47 +00:00
ender
3a8d666d11 Fix a typo noticed by maximum entropy <entropy@zippy.bernstein.com> 1998-12-06 20:15:01 +00:00
ross
9cbd57c709 Use "infile" and "outfile" consistently. 1998-12-03 04:18:31 +00:00
thorpej
adab608611 When installing a shared library, run /sbin/ldconfig -m ${LIBDIR} if
DESTDIR is not set and the object format is a.out.
1998-12-02 22:52:21 +00:00
tsubai
50a875f651 Use egcs by default on powerpc. 1998-12-02 14:12:23 +00:00
bouyer
c0a73358a2 Document the use of flags for PIO/DMA/UDMA settings/disable. 1998-12-02 11:05:59 +00:00
kenh
f4360880ce NODEVMTIME is going away. 1998-12-01 22:29:27 +00:00
erh
36f7c92000 Don't do the version check if we can't find the script. 1998-11-30 23:34:44 +00:00
eeh
b2f5408385 Fix up GNU_ARCH for sparc64. 1998-11-28 22:46:16 +00:00
mycroft
0a7241355c Use -O2 on SPARC. 1998-11-26 23:06:09 +00:00
ross
4e89b79c0f Update the -width expression for the flag list. 1998-11-26 00:54:59 +00:00
ross
5412660ad9 Document new -b flag and mention USTAR support. (Forgot to commit on 10/12) 1998-11-26 00:52:28 +00:00
mrg
3b86991953 note that the sparc64 does not yet do pic or profile libraries. 1998-11-25 04:04:13 +00:00
tsubai
49837f8763 Remove NOPIC= on powerpc. 1998-11-24 15:24:53 +00:00
mycroft
8ee4fce4a0 Use egcs on sparc. 1998-11-22 13:51:04 +00:00
mycroft
cdacaf156d Use -O2 on i386. 1998-11-22 13:48:34 +00:00
mycroft
4b50867128 Invert the sense of the UVM test, so it lists those ports which do *not* have
UVM yet.
1998-11-21 22:18:36 +00:00
mycroft
856163e71a Use egcs on arm32. 1998-11-21 22:14:47 +00:00