Commit Graph

11483 Commits

Author SHA1 Message Date
joerg f623bd13d6 Fix markup 2009-03-11 13:51:47 +00:00
joerg 10354fe284 Fix preamble 2009-03-11 13:50:39 +00:00
joerg e5073964e7 Fix markup 2009-03-11 13:49:54 +00:00
joerg edbcd7c8fd Fix preamble 2009-03-11 13:39:33 +00:00
wiz 58a4d459ff Do not mark up "and". Bump date for previous. 2009-03-11 08:29:56 +00:00
mrg d31da7cb16 add a SIMPLEQ_FOREACH_SAFE() macro.
document it, and the TAILQ versions.
2009-03-11 06:51:53 +00:00
joerg 10d66a712f Remove use of .Xo/.Xc to workaround ancient macro argument limit. 2009-03-10 23:42:45 +00:00
joerg 4213d1261a Remove use of .Xo/.Xc to workaround ancient macro argument limit. 2009-03-10 23:32:26 +00:00
joerg 552c38146a Specify width for tag list 2009-03-10 21:12:23 +00:00
joerg e85762f4cf Specify width for tag list 2009-03-10 21:00:47 +00:00
joerg 0d16285a6e Avoid .br, use .An for authors as suggested by wiz. 2009-03-10 11:56:48 +00:00
joerg 14c36f5de7 Instead of .Xo + .Fo and .Fc / .Xc, just use .Fn. We don't want to
support a troff with macro argument limit. OK wiz.
2009-03-10 10:30:28 +00:00
wiz f435a83b12 Fix order in preamble. 2009-03-09 23:01:08 +00:00
joerg 997634fe14 Fix preamble to match order set out by mdoc(7). Discussed with wiz. 2009-03-09 19:24:26 +00:00
joerg 2f76a3340f Fix preamble order. Escape OS to not conflict with macro of the same
name.
2009-03-09 18:42:55 +00:00
joerg d8c6fac718 Examples should be correct, so fix the order of the preamble to follow
the rules set in mdoc(7).
2009-03-09 18:13:24 +00:00
plunky 87310a6a9c ifreqalias (non existent) -> ifaliasreq (the real deal) 2009-03-09 18:09:39 +00:00
joerg 7d909153f2 Escape OS to avoid conflict with macro of same name. 2009-03-09 17:58:20 +00:00
joerg cfac7cbf5d Reorder .Bl and .Pp so make it clear that the space goes before the
list.
2009-03-09 17:29:25 +00:00
joerg 7f7a616578 .br -> .Pp, the former is not a mdoc(7) macro. 2009-03-09 17:28:12 +00:00
joerg dff8e10393 .br -> .Pp, the former is not mdoc markup 2009-03-09 17:17:02 +00:00
apb a599e86f4b Add "-", "_", and "A-Z" to the set of allowed characters in the
result from `uname -p`.  We already have a platform with an underline
("x86_64"), and the other chars seem harmless.
2009-03-09 06:25:51 +00:00
ad 101a9782a2 Add crash(8), a utility to diagnose kernel crashes. This is basically
ddb running on crash dumps, but with two notable changes:

- Breakpoints, watches, etc are obviously never going to work so they
  are not handled.

- You can pipe output to the shell, e.g. ps | grep foo

Items remaining to be done:

- Port it to architectures other than i386. This isn't difficult, just
  a case of making db_disasm.c/db_trace.c or their equivalent compile
  and work.

- Make more of the "show" commands work, e.g "show uvmexp".
2009-03-07 22:08:07 +00:00
mjf 6143761103 Queueing -> Queuing 2009-03-07 17:00:16 +00:00
apb 5ebdda3e89 In build.sh and bsd.own.mk, if uname -p fails, or prints "unknown", or
prints something that does not look like an identifier, then use uname
-m instead.  (Cygwin prints "unknown", and OpenBSD prints a long string
containing several spaces; this code should handle both.)
2009-03-06 16:29:40 +00:00
msaitoh f9ccf64b65 Fix typo(s/interupt/interrupt/) 2009-03-05 01:38:12 +00:00
mjf 3ff7f03905 Typo, "Queueing" -> "Queuing" 2009-03-02 10:08:51 +00:00
wiz 7f474fbfb9 Add missing Bl argument. Remove superfluous roff command. 2009-03-01 21:50:55 +00:00
christos 981d8f8376 PR/40937: matthew sporleder: document kern.timecounter in sysctl(7) 2009-03-01 17:35:09 +00:00
isaki 1fe1c1d477 Make configlinksinstall work correctly even if CONFIGSYMLINKS is
defined but empty.
2009-03-01 09:42:41 +00:00
joerg 9610cac10c When processing texinfo sources, use --no-version-header to make the
build reproducable.
2009-02-28 19:18:52 +00:00
christos 05a641716d better wording, from Anon Ymous 2009-02-27 13:44:45 +00:00
mjf 7baa62a7b4 Typo and grammar fixes.
- s/though/through/ appropriately.
- autoconf(4) doesn't exist, autoconf(9) is the correct reference.
2009-02-27 12:55:15 +00:00
wiz 7e345db79d New sentence, new line. Remove superfluous .Pp. Improve markup. 2009-02-27 10:39:03 +00:00
wiz cbabd610b0 Break line, and bump date for previous. 2009-02-27 10:38:25 +00:00
kenh cd2827b367 Improved support for GPIO support on the EP93xx ARM processors.
Specifically:

Support disabling specific pins on specific ports.
Modification of TS7200 kernel config file for GPIO support.
Documentatin for the current and improved GPIO interface (epgpio).
2009-02-27 03:13:55 +00:00
wiz c147444687 Sort sections. 2009-02-26 19:07:13 +00:00
wiz 12fad9c4b5 Drop trailing whitespace, fix xrefs in SEE ALSO. 2009-02-26 19:05:58 +00:00
christos 3e88d91b8b mention that sigcont cannot be blocked or ignored. from Anon Ymous 2009-02-26 17:42:29 +00:00
christos fdba891999 - mention F_CLOSEM
- fix xrefs
2009-02-26 17:41:54 +00:00
njoly 64434f75e6 Remove unneeded escape sequence. 2009-02-26 12:53:35 +00:00
wiz 425b154456 Sort sections. Use more (and more appropriate) markup. Sort SEE ALSO.
Despite common belief to the contrary,
 the "u" in the current month comes after the "r".
2009-02-26 07:21:06 +00:00
plunky 826ba2ab85 assist the clueless user (that was me) in discovering the current
format of their superblock, provide a pointer to 'dumpfs -s'
2009-02-25 22:14:04 +00:00
sketch 0d9ab2b40e Make grep a host tool. 2009-02-25 20:36:44 +00:00
macallan 6f06755f15 Switch sgimips over to Xorg 2009-02-24 04:04:40 +00:00
wiz 02b22ed2c3 New sentence, new line.
Remove trailing whitespace.
2009-02-22 12:18:32 +00:00
plunky ce5adaa39a document the RNDGETPOOLSTAT ioctl. 2009-02-22 11:04:03 +00:00
wiz 05fcf570ea Use \*[Am] for ampersands. 2009-02-20 15:08:49 +00:00
mjf 969f66ec80 Document the Processor-Dependent Code firmware driver. From OpenBSD. 2009-02-20 13:17:58 +00:00
dyoung 67e93d9a27 Update date. 2009-02-20 00:13:57 +00:00