Commit Graph

506 Commits

Author SHA1 Message Date
jruoho
4bd85b4353 Note also common bit rates. 2011-08-06 11:07:18 +00:00
jmmv
bbf950e188 Rename the _atf user to _tests. The _atf name will get obsoleted if/when
we migrate to Kyua (atf v2), so it's better to use a generic name that does
not depend on the specific implementation.  Also, this user has not gone
out yet into any stable release, so we can easily rename it.

Suggested by jruoho@.
2011-08-05 14:43:41 +00:00
wiz
4cbd24b23f dependant -> dependent 2011-06-30 20:09:15 +00:00
wiz
57d979b352 Quote minus so it does not become a dash. 2011-06-23 20:54:24 +00:00
riz
e9fc2b6f06 Attempt to improve the documentation of ddb.onpanic, from options(4). 2011-06-23 15:57:11 +00:00
wiz
71ef0adbc7 New sentence, new line. 2011-06-16 21:53:53 +00:00
njoly
6e98f89e0f typo (hieararchy -> hierarchy). 2011-06-16 21:46:28 +00:00
njoly
a81689a0c4 Add fstype and unprivileged-user tests configuration variables
description. Fix PR/45038.
2011-06-16 21:42:38 +00:00
jruoho
0901655f4f Use .Ss and -offset indent. 2011-06-02 09:02:39 +00:00
jruoho
88152d886b Use .Ss. 2011-05-10 17:00:44 +00:00
joerg
787e55aa29 Remove PECOFF/Win32 emulation. 2011-04-26 16:57:38 +00:00
jruoho
f99aa51290 Remove references to UUCP. 2011-04-01 06:51:54 +00:00
jruoho
793b141fd9 Xref cdefs(3). 2011-03-30 15:37:15 +00:00
jruoho
a5f9dd4f2b Add some random, but decent enough, reading material to SEE ALSO. 2011-03-30 11:41:48 +00:00
jruoho
a08955ebd9 Xref paths(3). 2011-03-30 10:08:02 +00:00
jruoho
214b65a53f Now that this is a generic page, clarify the AUTHORS section a little. 2011-03-20 13:07:38 +00:00
wiz
523ab18712 Remove duplicate word. 2011-03-19 08:42:41 +00:00
jruoho
bf02b615d6 Note also tests(7). 2011-03-18 22:24:57 +00:00
jruoho
0ad14641dc Fix xref; security(8) -> security(7). 2011-03-18 16:20:12 +00:00
jruoho
384721eebe Remove xref to nonexistent option(4). 2011-03-18 16:14:49 +00:00
jruoho
bbf5008a45 Note the previous also in the lead paragraph. 2011-03-18 16:12:26 +00:00
jruoho
40e6b55766 Note the 'fetch_pkg_vulnerabilities=YES' also here. In lack of a proper
name, put this under "administrative security".
2011-03-18 16:11:13 +00:00
jruoho
ffb49bc1b1 Use .Ss for non-standard subtitles. 2011-03-18 15:32:26 +00:00
jruoho
f6eafc1d10 Move security(8) to the section 7. Discussed on source-changes a while back.
Should address PR # 35718 at least partially.
2011-03-18 15:21:56 +00:00
wiz
655eafa2a2 Remove trailing whitespace. 2011-02-02 09:07:32 +00:00
christos
8883daf182 prettier markup 2011-02-01 21:06:13 +00:00
christos
9f6dc01c41 merge the two lists. 2011-02-01 21:03:53 +00:00
christos
08dbb1aa2d Document the remaining vfs.generic sysctls. 2011-02-01 20:43:48 +00:00
wiz
81cd2688f6 Bump for emips. 2011-01-28 09:24:46 +00:00
pooka
96940cc6e5 plop new emips port into various places it should be plopped in to 2011-01-27 19:09:06 +00:00
wiz
958ea6a0d3 Add comma in enumeration. 2011-01-21 10:03:27 +00:00
roy
2302ac3710 Describe the new terminfo environment settings. 2011-01-21 07:55:12 +00:00
mbalmer
04eab910d9 A place for Lua 5.1 modules. 2011-01-20 23:01:55 +00:00
wiz
5cc9db89a8 Use St for POSIX references. 2011-01-19 08:37:56 +00:00
wiz
3998b1527a file system consistency. 2011-01-19 08:34:19 +00:00
uwe
201f16f450 Consistently use .Dv to refer to signal names.
Fix column widths so that troff emits correctly aligned column names.
Use .Sy for column names.
2011-01-19 04:33:13 +00:00
uwe
d361e1886a Sprinkle some markup. 2011-01-19 04:00:21 +00:00
uwe
10263f69df Do some markup cleanup for the benefit of troff PostScript output.
- try to be more consistent with Va/Vt/Dv
- make the space in "... otherwise 0." non-paddable to prevent widow "0."
- consistently use -width "123456" for lists of nodes


TODO: There's still quite a bit of mess to clean up:

- tables of "n+1 level names" are indented (or not) inconsistently
- formatting of node names is inconsistent (normal vs literal)
- references to POSIX should use .St
- filesystem vs. file-system, our old time favorite!
- .Pq adds annoying extra space in troff output, do we really want to use it?
- etc.
2011-01-19 02:25:17 +00:00
uwe
7ec5ba54f5 Be consistent in using (fixed width font) literals. 2011-01-19 00:33:10 +00:00
uwe
cc6916d654 Fix PostScript formatting of the character classes table. 2011-01-19 00:21:19 +00:00
uwe
49460e2535 Use .Va __func__ and .Vt restrict 2011-01-19 00:06:22 +00:00
uwe
bcf6a6c007 Bring over improvements from FreeBSD.
List all of the assignment operators explicitly, for those who have
  been traumatized by perl.

  Add C++ operators (from Christoph Mallon <christoph.mallon@gmx.de>)

Markup improvements to make PostScript output pretty.

Bring back FILES section now that /usr/share/misc/operator is
resurrected.
2011-01-18 23:36:06 +00:00
jruoho
e11ffc9a79 Remove /usr/share/misc/operator. 2011-01-17 11:19:07 +00:00
wiz
50a0ea863a Fix It arguments. Also, let's assume it's 2011. 2011-01-09 22:21:55 +00:00
christos
e58abe368a document the new wapbl sysctls. 2011-01-09 16:55:59 +00:00
njoly
36d97c2ac5 Fix section, atf(1) -> atf(7). 2010-12-20 18:11:35 +00:00
jruoho
2daf152b55 There is no harm to add a manual page for the GNU typeof()-construct, given
that it has already crawled into the source tree.
2010-12-17 12:14:03 +00:00
jruoho
5a336bb26c Note __func__ and restrict. 2010-12-17 07:25:33 +00:00
wiz
c4245e6781 Sort sections 2010-12-16 19:13:26 +00:00
jruoho
df18c5ee83 Xref iso646(3). 2010-12-16 18:45:38 +00:00