joerg
78f99749bd
Remove physical markup.
2009-04-09 03:51:05 +00:00
joerg
6c2b072585
Don't use an indented display with a single list in it.
...
When using two columns, declare them indepently.
2009-04-09 03:47:16 +00:00
joerg
bcacc7116b
groff is applying more than enough space between column, so don't
...
increase it even more. Do ensure that the columns are as large as the
largest value though. Do not indent the kern.* table as it can't fit
comfortable on the screen otherwise.
2009-04-09 03:40:24 +00:00
joerg
7878434110
Don't use .Xo/.Xc to workaround ancient groff macro argument limit.
...
Reduce indentation a bit to make it more readable.
2009-04-09 03:02:21 +00:00
joerg
cfdc1c74ba
Use semantic markup.
2009-04-09 02:51:54 +00:00
joerg
74142f8859
Don't indent struct dkbad with tab, the rest of the man page doesn't do
...
that either.
2009-04-08 12:51:43 +00:00
joerg
6e936e04bf
Replace .sp in literal display with empty line.
2009-04-08 12:50:00 +00:00
joerg
53fa5b1ba1
Fix markup of .Nm line, the comma is not part of the function names.
2009-04-08 12:46:04 +00:00
mkirby
71920adca4
Note addition of new Czech (QWERTY) keyboard layout.
...
PR kern/16216
ok agc@ jdc@
2009-04-06 17:34:13 +00:00
perry
088cca6a88
add missing MLINKS for bitstring.3
2009-04-04 01:45:18 +00:00
mjf
63db8748b7
Continue my crusade - queueing -> queuing
2009-04-02 19:02:42 +00:00
perry
6b7db9a3b4
Add a _ARRANFL for the flags for invoking ar as ranlib.
...
Will be used only for Makefile.rump for now.
2009-04-01 17:47:39 +00:00
wiz
280ab6ce9b
Use .An and .Aq for formatting in the AUTHORS section.
2009-04-01 08:55:45 +00:00
perry
0ef5ffa1dd
add -n to gzip invocation
2009-03-31 21:00:34 +00:00
tsutsui
ef7be3ace7
Add byteorder(9) man page which describes htole32() etc. From FreeBSD
...
via PR misc/40770, with some tweaks by me.
2009-03-31 16:11:59 +00:00
wiz
e89ea4660c
Avoid newlines for .An.
2009-03-30 14:58:03 +00:00
wiz
f39d8c2dcb
Spelling.
2009-03-29 11:26:05 +00:00
ad
f51a17bccf
kernel memory guard for DEBUG kernels, proposed on tech-kern.
...
See kmem_alloc(9) for details.
2009-03-29 10:51:53 +00:00
drochner
a6062b3d34
Use "i486" as GNU_ARCH for i386 so that the toolchain and libraries
...
can use instructions which were not available on the original i386
(eg cmpxchg). Due to some strangeness in gcc's i386 support this needs
an extra --with-arch=i486 configure argument for gcc to have the desired
effect, see my post "i386 vs i486, some inconsistencies" to tech-toolchain
some weeks ago.
I'm not happy to break compatibility, but since (a) kernel support
for i386 was removed and (b) i387 code was put into libm this is
just another coffin nail.
The gain is besides consistency and more efficient code that intel
atomar intrinsics can now be used by gcc. (which would need runtime
library support otherwise)
2009-03-27 19:36:55 +00:00
hannken
3e6c1c5047
Document ipfilter_flags.
2009-03-27 09:11:36 +00:00
joerg
d478d391f3
Correctly terminate quotation.
2009-03-26 17:33:41 +00:00
joerg
7e2cf787af
Quote "..." at start of line.
2009-03-26 17:32:24 +00:00
agc
98864a3ee9
Note that the bwi driver also works for Dell's rebadged 1370 Mini-PCI b/g
...
card, also known as Broadcom 4318.
2009-03-25 07:50:05 +00:00
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