Commit Graph

6488 Commits

Author SHA1 Message Date
wiz 26fbb487a0 Uppercase PCMCIA. 2003-04-16 09:07:05 +00:00
wiz f80ec0a8a0 Nicer mdoc for last. Bump date for last, too. 2003-04-16 08:55:42 +00:00
kleink 901550cf82 Following the pci(9) example, list cardbusreg.h here as well. 2003-04-14 18:34:26 +00:00
wiz 367cad0a97 regen (Risc PC) 2003-04-14 11:57:45 +00:00
gmcgarry dbb7ed96ba Remove confusing examples. 2003-04-14 06:47:12 +00:00
wiz 16abdc28f6 regen (RiscPC) 2003-04-14 06:32:57 +00:00
wiz 3f001e56e4 hpib -> HP-IB. From Igor Sobrado in PR 21143.
Use more mdoc macros.
2003-04-14 06:25:47 +00:00
wiz 09d1ef0601 regen (IP Filter, ITE, some misc.) 2003-04-14 05:48:46 +00:00
salo 0db44986d2 Add slovak language libc message catalog. 2003-04-14 05:21:47 +00:00
cjep cb8e57462e Builtin -> Built-in. PR#21129 2003-04-13 16:12:59 +00:00
cjep 0ea55ddab3 standalone -> stand-alone. PR#21128 2003-04-13 16:11:49 +00:00
cjep f46e568a4b Typo (wheter -> whether). PR#21126. 2003-04-13 16:05:46 +00:00
cjep 58ab011c50 standalone -> stand-alone. PR#21125. 2003-04-13 16:04:02 +00:00
jmmv 4f7db6cd44 Finally add complete support for Catalan (ca_ES, ca) LC_CTYPE and libc
catalog messages.
Thanks to salo for letting me know what was missing.
2003-04-13 09:48:18 +00:00
dbj 952f555608 grammar nit. "set to." changed to "to which" 2003-04-13 07:15:20 +00:00
wiz 1ed976874c Remove trailing space. 2003-04-13 01:45:06 +00:00
oster 483ec40279 Briefly describe how to enable a number of the optional RAID types.
Remove wording which suggests that SCSI IDs need to be hard-coded --
this hasn't been a requirement since auto-configure.
2003-04-12 21:20:04 +00:00
thorpej 9d788d6da1 Provide the MKPICLIB value in bsd.own.mk, rather than bsd.lib.mk. It
is sometimes necessary for non-library Makefiles to determine if _pic
libraries are being built.

Problem pointed out by Havard Eidnes.
2003-04-11 22:40:31 +00:00
yamt 32c3ac4c30 'indent' is now const. 2003-04-11 11:59:28 +00:00
jmmv 2494dcd3ba Add the share/misc/acronyms.comp file, which is a small acronyms database
containing computer-related terms; a complement for manpages.

As discussed on tech-userlevel, if wtf(6) is going to stay in the system
(and it seems so), it's worth improving it.

Closes my own PR misc/17559.
2003-04-11 11:07:15 +00:00
jdc 0825a1c03c Add .Ft.
Remove Fortran only note from .Vt.
From a discussion with Thomas Klausner.
2003-04-11 09:56:07 +00:00
wiz c619997735 Bump date for last. 2003-04-11 06:04:23 +00:00
christos 5334b7dc7d bye bye UCONSOLE 2003-04-10 22:10:12 +00:00
salo 2250b51a29 Fix prefix for Bratislava, it has changed from 7 to 2.
Add entries for all areas in Slovak Republic.
2003-04-10 20:27:40 +00:00
kleink 9a46e58eb2 Incorporate ISO 3166/MA Newsletter V-6 (Timor-Leste). 2003-04-10 19:50:08 +00:00
jdolecek 5b8f6703cc update rxvt entry to form as shipped with current (2.7.3) rxvt
most notably this adds \017 to me, which fixes PR misc/9361

entry retains F10-F12 + END key fixes from rev. 1.67 of termcap.src
2003-04-09 19:21:46 +00:00
jmmv c1b9eafbfd Add supported kernel options to the SYNOPSIS section. Somebody more qualified
should describe what they do...  Closes my own PR misc/17648.
2003-04-09 17:41:28 +00:00
jmmv 46337f6c93 Add a SYNOPSIS section with all kernel options; bump date.
Closes my own PR misc/17647.
2003-04-09 17:30:04 +00:00
jmmv a6f4d1b666 Document the COM_HAYESP option; bump date. Closes my own PR misc/17640. 2003-04-09 17:21:48 +00:00
jmmv 737d93d096 Document the PMS_DISABLE_POWERHOOK option, and bump date.
Closes my own PR misc/17639.
2003-04-09 17:11:55 +00:00
jmmv 3634aeb3d8 ... and bump date. 2003-04-09 17:04:40 +00:00
jmmv 91f7948df4 Move description of IPSEC* related options from options(4) to ipsec(4) and
add them to the SYNOPSIS section.  Closes my own PR misc/17634.
2003-04-09 16:44:46 +00:00
wiz 3297c18d12 gdb(1), not ddb(4). Noted by mrg. 2003-04-08 07:58:56 +00:00
wiz 4072f61f9b Use .Ss for subsections. 2003-04-08 07:51:39 +00:00
wiz 7feb1a243c ddb(4), not gdb(4). 2003-04-08 07:50:49 +00:00
lukem 5b7b2b655b Document that the flag that sets RB_ASKNAME (usually '-a') also asks
for the path to init(8).
Per discussion with Geoff Wing on the (unrelated) PR/21060.
Other consistency tweaks.
2003-04-08 03:49:44 +00:00
kleink 329a5e8d04 Merge tzdata2003a. 2003-04-07 14:56:16 +00:00
kleink dd33b066ac Import tzdata2003a. 2003-04-07 14:50:38 +00:00
gmcgarry 5abc9e573e vfs_setpublic.9 -> vfs_setpublicfs.9 2003-04-07 07:09:47 +00:00
wiz 334bfb30b4 More e.g. cleanup. Igor Sobrado, PR 19692. 2003-04-07 07:04:49 +00:00
wiz 07d13217f3 Some e.g. cleanup: replace "eg" with "e.g.,". From Igor Sobrado in PR 19692. 2003-04-07 06:56:38 +00:00
wiz f52a7c96ba Uppercase SPARC. From Igor Sobrado in PR 19820. 2003-04-06 21:07:22 +00:00
wiz 3e606ffc9d Some sun trademarks correctly spelled, from Igor Sobrado in PR 19820. 2003-04-06 21:05:08 +00:00
wiz e0837140d4 SunOS 4. From Igor Sobrado in PR 19820. 2003-04-06 20:54:16 +00:00
wiz 2319d7cfda IPsec, not IPSEC. 2003-04-06 20:11:24 +00:00
salo 6b3dd32f4b Forgot G/C in the previous. 2003-04-06 19:57:09 +00:00
salo 3620eef18b Add ATM, B/C, D/L, DIY, EOD, FCFS, GAC, GAL, GTG, HICA, IAC, IC, ICCL, J/K,
N/M, OMG, OT, PEBKAC, SNR, TBC, TINC, U/L, W/, W/O, WB, WFM, WIP and YW.
2003-04-06 19:51:50 +00:00
wiz 95580fdb41 Fix typo. Igor Sobrado, PR 19691. 2003-04-06 19:44:01 +00:00
wiz 1f2f4a71fc It is spelled ARPANET. Igor Sobrado, PR 19691. 2003-04-06 19:39:46 +00:00
wiz 6a27ceda73 Uppercase UNIBUS and MASSBUS. Igor Sobrado, PR 19691. 2003-04-06 19:33:57 +00:00