njoly
b6085c95bd
Use Lk macro instead of Pa when dealing with URLs, to produce links
...
with HTML output. And while here update or removed some dead URL
links. Another part of PR/29238.
2012-03-13 19:25:39 +00:00
elad
0c9d8d15c9
Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
...
something meaningful. All relevant documentation has been updated or
written.
Most of these changes were brought up in the following messages:
http://mail-index.netbsd.org/tech-kern/2012/01/18/msg012490.html
http://mail-index.netbsd.org/tech-kern/2012/01/19/msg012502.html
http://mail-index.netbsd.org/tech-kern/2012/02/17/msg012728.html
Thanks to christos, manu, njoly, and jmmv for input.
Huge thanks to pgoyette for spinning these changes through some build
cycles and ATF.
2012-03-13 18:40:26 +00:00
njoly
bed7cf5a54
Use Lk macro instead of Pa when dealing with URLs, to produce links
...
with HTML output. And while here update some dead URL links.
First part of PR/29238.
2012-03-11 23:42:06 +00:00
wiz
65ba3f7900
Use %U for URLs.
2012-03-08 22:52:22 +00:00
wiz
2985f26716
Remove trailing whitespace.
2012-03-06 10:26:18 +00:00
plunky
498fdc5a56
document rebuild_mandb
2012-03-06 10:23:10 +00:00
plunky
002ad20e5a
mention run_makemandb
2012-03-06 10:12:59 +00:00
wiz
7921bbc68f
Bump date for previous.
2012-03-04 11:56:03 +00:00
nonaka
edb4fc4829
fix incorrent example.
2012-03-03 15:14:03 +00:00
nonaka
0303786ef2
Mention AMD Fusion.
2012-03-02 19:31:07 +00:00
wiz
3d46a78f7d
Fix typo.
2012-03-01 09:08:19 +00:00
rjs
3c8be2b0dd
Add some info on RFC4638.
2012-02-29 22:53:47 +00:00
shattered
a8bba461cd
Document support for 5100AGN (in tree since 2009).
...
OK by wiz@
2012-02-25 11:00:25 +00:00
shattered
4e4e8d92ec
Quoting sys/dev/vme/files.vme commit log: "vmegeneric never saw the
...
light of the source tree. After 7 years, I guess nobody missed it."
OK by wiz@
2012-02-25 10:55:27 +00:00
reinoud
aab843f817
Fix comment in config.4 about UDF support. It was still stating UDF as a
...
read-only fs wich it hasn't been for quite some time! It must have slipped
trough.
2012-02-22 20:21:34 +00:00
njoly
26ecbbc0b8
Adjust cpu_switch(9) -> cpu_switchto(9) in xrefs.
2012-02-22 19:04:38 +00:00
plunky
555be44f20
document config_detach_children(9)
2012-02-17 09:44:12 +00:00
yamt
b8736f67c5
sync with code
...
(remove const quals)
2012-02-17 08:22:47 +00:00
yamt
dbf67aa479
fix a description of PMAP_PREFER argument.
2012-02-16 12:10:10 +00:00
plunky
18e80c41ff
add aubtfwl.4 to the build
2012-02-14 17:35:11 +00:00
plunky
aa2a5e5e09
a manual page for aubtfwl(4), detailing where to find
...
a firmware file and where to put it
2012-02-14 17:34:21 +00:00
dholland
7da608ca9c
Update dangling references to quotactl(2), mostly now libquota(3), and to
...
quotactl(8), mostly now quotarestore(8). ok riz@
2012-02-13 19:53:24 +00:00
njoly
3fc9fe7769
Small typo in macro (.xr -> .Xr).
2012-02-13 18:30:44 +00:00
wiz
7f2677a5a5
Bump date for previous.
2012-02-13 13:23:29 +00:00
njoly
5e9c51f65d
Fix copyin/copyout sections in xrefs.
2012-02-13 13:01:39 +00:00
wiz
f85441243b
Add locking description to some functions.
...
Add FILES section referencing source code.
From Julian Fagir in PR 45988.
2012-02-13 12:49:35 +00:00
dholland
62cfdf3316
Quota-related docs fixes:
...
- Remove old quotactl(2); replace with new __quotactl(2).
- Document quota_getrestrictions(3), the semantic restriction codes,
and quota_quotaon/off(3).
- Update VFS_QUOTACTL(9), which was still describing the pre-proplib API.
Approved by releng for the freeze.
2012-02-13 01:24:00 +00:00
sborrill
2e2406e56c
Address kern/36526. Note, contrary to the PR, ; command separator works as
...
documented in ddb(4)
Document ddb.commandonenter sysctl. Note, commandonenter is not available
as a variable:
db{0}> print $onpanic
1
db{0}> print $commandonenter
Unknown variable
So document the sysctl elsewhere, not in the variables section.
2012-02-12 12:43:51 +00:00
riz
dd7b9d2970
Make English usage consistent with other manpages. From Snader_LB.
2012-02-10 23:47:49 +00:00
riz
af51433848
Various English usage, spelling and markup fixes for envstat(4)-related
...
things, from Snader_LB.
2012-02-09 18:10:26 +00:00
wiz
8292e96d35
Bump date for previous, per mbalmer.
2012-02-08 09:32:47 +00:00
wiz
9f4d0385b5
xref rwlock instead of deprecated lockmgr.
...
From Julian Fagir in PR 45944.
2012-02-08 08:25:05 +00:00
joerg
410d0f4380
Import the new apropos/whatis.
...
This code has been developed by Abhinav Upadhyay as part of Google's Summer
of Code 2011. It uses libmandoc to parse man pages and builds a Full
Text Index in a SQLite database. The combination of indexing the full
manual page, filtering out stop words and ranking individual matches
based on the section gives a much improved user experience.
The old makewhatis and friends are kept under MKMAKEMANDB=no for now.
2012-02-07 19:13:24 +00:00
wiz
0ecc00962c
Restore missing word, remove trailing whitespace.
2012-02-01 09:37:29 +00:00
hauke
c4106ab9db
Document added timecounter support to the CSI Hurdler Centronics
...
Parallel Interface cpi(4) driver.
2012-02-01 08:45:03 +00:00
wiz
71fcb57d88
Remove trailing whitespace.
...
New sentence, new line.
Remove Pp before Sh.
Sort sections.
Use more markup.
Remove unnecessary macro arguments.
2012-01-31 13:25:05 +00:00
nisimura
6e0f9f1c21
introduce evbarm bootmini2440(8) man entry.
2012-01-31 12:23:32 +00:00
drochner
75699fcff7
document pci_aprint_devinfo(9) (not the _fancy variant yet because
...
it is still experimental)
2012-01-30 19:20:13 +00:00
wiz
b377f34442
Fix word duplication in previous.
2012-01-28 13:26:12 +00:00
rmind
be9b34c425
Update ltsleep(9) man page.
2012-01-28 13:12:52 +00:00
wiz
5b0d8eba79
Fix Dd argument.
2012-01-25 09:21:29 +00:00
macallan
6d2ab8c1b4
chipsfb works on shark, finally mention that in the man page
2012-01-25 04:18:31 +00:00
wiz
6df2583508
Remove a fixed bug and an inappropriate sentence. Bump date.
2012-01-23 00:03:08 +00:00
wiz
08884b1549
Improve wording.
2012-01-23 00:02:42 +00:00
wiz
d88469710f
New sentence, new line. Avoid unnecessary macros.
2012-01-22 16:41:42 +00:00
phx
d6beebba11
New option "ide:".
...
Describe how to use altboot with a crippled U-Boot/PPCBoot firmware.
2012-01-22 15:37:23 +00:00
wiz
6ef95e5c76
Bump date for previous.
2012-01-22 14:15:43 +00:00
nonaka
8fdb017001
fix upgt(4) entry.
2012-01-22 12:54:26 +00:00
nonaka
860162017e
Added upgt(4) at Wireless network interfaces.
2012-01-22 12:48:44 +00:00
wiz
1066381f28
Fix xrefs, remove trailing whitespace, use actual Dd date,
...
add RCS Id.
2012-01-22 11:26:48 +00:00