wiz
ec6a61389d
Fix typo, sort SEE ALSO.
2009-03-23 22:22:40 +00:00
ad
dd4f98f0e4
Xr lockstat 8
2009-03-23 21:27:10 +00:00
ad
ce71cf5043
Add "PERFORMANCE CONSIDERATIONS"
2009-03-23 21:26:00 +00:00
joerg
18dfecd900
Quote D1 and In in .It context
2009-03-23 16:14:01 +00:00
joerg
c015f80931
Add missing end of quote. Quote Do in .It context.
2009-03-23 16:13:17 +00:00
joerg
4669537ed7
Improve column list markup to actually use columns.
2009-03-23 16:12:36 +00:00
joerg
de90f56570
Add missing end of quote.
2009-03-23 16:11:00 +00:00
joerg
6284dd4dfa
Add missing quotes. Fix list markup.
2009-03-23 16:10:03 +00:00
joerg
5ab082cea8
Add missing end of quote.
2009-03-23 16:07:47 +00:00
joerg
ef69e26616
Fix bad macro.
2009-03-23 16:06:41 +00:00
joerg
6da22897e1
Quote Do as it is not supposed to be a macro in this context.
2009-03-23 16:05:53 +00:00
joerg
e1d487b961
.Xr is supposed to take exactly two arguments and / is not a special
...
punctuation character, so split it off the line.
2009-03-23 16:04:25 +00:00
joerg
6f2dd9a814
Add missing end of quote.
2009-03-23 16:02:06 +00:00
joerg
d813479748
Fix missing end of quote
2009-03-23 14:25:16 +00:00
joerg
100c18a386
.Ud includes terminating dot.
2009-03-23 01:27:59 +00:00
perry
4bfc10355c
add missing commas to .Dd fix, pointed out by wiz
2009-03-22 14:29:34 +00:00
perry
c8a35b6227
OpenBSD uses a custom CVS hack to handle Dd fields ($Mdocdate$) which
...
we don't have. Replace ".Dd $Mdocdate" with ".Dd Month Day Year" so
that the date comes out right when man pages get built. This will
doubtless need hand conflict resolution whenever these pages are
re-imported.
Note that it would be interesting to have some similar facility for
NetBSD, but I don't think a custom rcs keyword is the right thing --
maybe we can teach groff to parse $Date$
2009-03-21 00:15:52 +00:00
joerg
9fb657a571
Match last row to get correct space for the first column.
2009-03-17 00:10:37 +00:00
uwe
3cb7f28bc2
Don't restrict column width of the last column of the methods table.
...
nroff does the right thing and properly wrap descriptions that don't fit.
2009-03-16 17:30:33 +00:00
uwe
cb8c0f9dba
Add more semantic markup (Dv, Fa, Va, ...).
2009-03-16 16:44:46 +00:00
kleink
bede660ade
Import tzdata2009c.
2009-03-16 16:38:15 +00:00
joerg
6ca6f65366
Convert to mdoc markup.
2009-03-15 14:40:30 +00:00
joerg
1950127a73
Specify all columns in .Bl -column.
2009-03-15 14:14:50 +00:00
joerg
a657156224
Provide -width for tag lists.
...
XXX The examples need to be reworked to fit the terminal width
2009-03-15 14:12:19 +00:00
joerg
925e8d0307
Provide -width for -tag lists.
2009-03-15 14:11:08 +00:00
joerg
9c4815087b
Consistently provide -width for tag lists.
2009-03-15 14:05:18 +00:00
joerg
1a17661d6b
Replace tagged list without non-tagged content with display.
2009-03-15 14:02:39 +00:00
joerg
3352d6253b
Replace physical with logical markup.
2009-03-15 13:46:19 +00:00
joerg
0d3747382b
Convert to mdoc.
...
XXX groff is rather stupid in the way it handles the list
2009-03-15 13:45:04 +00:00
joerg
1e52338960
Simplify and fix markup.
2009-03-15 12:33:53 +00:00
joerg
dcc1f8ee1b
Fix markup.
2009-03-15 11:34:53 +00:00
joerg
fec4275c07
Fix markup.
2009-03-15 11:24:46 +00:00
joerg
965453d5e5
Fix markup.
2009-03-15 10:48:23 +00:00
joerg
61c457514a
Fix markup.
2009-03-15 10:44:27 +00:00
joerg
285a4c2be9
Fix markup.
2009-03-15 10:31:44 +00:00
joerg
7695e65d3f
Don't use .Bl -compat + manual Pp.
2009-03-15 10:31:04 +00:00
joerg
58ccf5a2c7
Fix markup.
2009-03-15 10:24:58 +00:00
joerg
84dab34b72
Fix markup.
2009-03-15 09:47:13 +00:00
tsutsui
7f79f861d8
Include <bsd.own.mk> for ${NETBSDSRCDIR}, ${MACHINE}, ${MACHINE_CPU} and
...
${MACHINE_ARCH} variables.
2009-03-15 05:57:54 +00:00
tsutsui
628341218b
Create symlinks in !make(obj) && !make(clean) && !make(cleandir) case
...
as most Makefiles for standalone programs do.
2009-03-15 05:48:02 +00:00
apb
5eec0d1cf3
Fix typo and stray line in previous.
2009-03-14 20:47:08 +00:00
apb
1cc26678f7
Minimal documentation for disk-related ioctls; mostly derived from
...
comments in sys/dkio.h
2009-03-14 20:39:05 +00:00
perry
1fd3f53afd
Add a MKARZERO flag, which invokes ar(1) with the new D flag when it
...
is set to "yes" -- defaults to "no" except for build.sh builds. This
results in a deterministic .a file rather than one that reflects
timestamps and permissions on the source files.
Also, clean up the ar flags we're using, and remove a redundant use of
ranlib that on a modern POSIX ar can be done with the "s" flag.
Discussed on tech-toolchain
2009-03-13 16:23:31 +00:00
joerg
535e7ea662
.Ud doesn't take arguments.
2009-03-13 14:23:30 +00:00
wiz
389d0303dd
Add missing comma in enumeration.
2009-03-12 16:09:56 +00:00
wiz
0dcfdade1a
Remove trailing whitespace.
2009-03-12 13:14:18 +00:00
wiz
52e3c1f016
New sentence, new line.
2009-03-12 13:13:16 +00:00
abs
fbcfe9c7af
Clarify free_list usage in uvm_page_physload() regarding faster/slower RAM.
...
Slower RAM should be assigned a higher free_list id.
No functional change to code, just comments and manpage
2009-03-12 12:55:16 +00:00
joerg
9b5703cfb2
Replace vertical spaces with paragraphs.
2009-03-12 12:49:36 +00:00
joerg
c6d6c060d8
Replace vertical space with paragraph breaks.
2009-03-12 12:48:56 +00:00