Age | Commit message (Collapse) | Author |
|
is incorrect. The escape sequence "\(:o" represents "o diaeresis",
not "o umlaut". These are two very different phonological phenomena
that only happen to be represented by the same diacritic mark.
In -Tascii mode, all renderers correctly render "\(:o" (o diaeresis)
as plain "o", but that rendering is incorrect for "o umlaut", which
must be transliterated to the digraph "oe" in -Tascii.
There is no mandoc_char(7) escape for "o umlaut", so we must give
the digraph as plain text in the mdoc(7) source code.
For manuals, ASCII rendering is clearly much more important than
PostScript or HTML rendering. Besides, we should not sacrifice
correct rendering in any mode in order to get slightly nicer rendering
in some other mode.
"von mir aus" (roughly = "I don't mind") naddy@
|
|
From: Anthony J. Bentley
|
|
|
|
the daemon class, not the daemon script.
ok schwarze@
|
|
|
|
SIGHUP but having no way to reload the configuration (other than restart).
|
|
|
|
|
|
|
|
change that, but let's keep it consistent;
ok stsp
|
|
ok deraadt
|
|
ok deraadt
|
|
various zero-width characters (e.g. diacritical marks). Also fix runetype
mask definitions so that mklocale interprets zero width properly.
Diff from Alexander Polakov.
Character definition changes checked against Unicode 5.2 by me.
ok matthew nicm
|
|
A bit more precision, insert the proper section header,
and avoid remarks in parentheses.
ok ajacoutot@
|
|
ok deraadt@
|
|
socket. soreceive() releases splsoftnet for uiomove(). In that
moment, somove() could pull the mbuf from the receive buffer. After
that, soreceive removed the mbuf again. The corrupted length
accounting resulted in a panic.
The fix is to block read calls in soreceive() until splicing has
been finished.
just commit deraadt@
|
|
discussed with ingo
|
|
seen it in the wild yet, but the detection seems easy). Few bugs spotted
by kettenis.
ok kettenis
|
|
action fail, not just reload and stop.
ok sthen@
|
|
|
|
after the recent changes.
ok sthen@ robert@
|
|
|
|
ok jmc@
|
|
|
|
|
|
as a first step to get rid of the frequent petty warnings in this area:
- always store dates as strings, not as seconds since the Epoch
- for input, try the three most common formats everywhere
- for unrecognized format, just pass the date though verbatim
- when there is no date at all, still use the current date
Originally triggered by a one-line patch from Tim van der Molen,
<tbvdm at xs4all dot nl>, which is included here.
Feedback and OK on manual parts from jmc@.
"please check this in" kristaps@
|
|
a daemon in the background.
man page tweaks from schwarze@
discussed with an ok schwarze@ robert@
|
|
ok schwarze@ jmc@
|
|
|
|
* Avoid markup of "daemon" when not explicitly referring to the variable.
* Improve some wording, remove one typo and one useless .Pp.
Reminded by jmc@, ok jmc@ ajacoutot@
|
|
|
|
Missing documentation about the naming policy for rc scripts.
Document rcexec.
Remove daemon_shell, it's proved useless at best and can introduce
issues we don't want to deal with.
prodded by, discussed with and ok espie@
ok robert@ miod@
|
|
okay miod@
|
|
After lots of back and forth with jmc@ and schwarze.
okay miod@
|
|
Joint work of lum@, jmc@ and myself;
committing on behalf of lum@ who is short on time.
ok jmc@ lum@ miod@
|
|
prodded by espie@
ok jmc@ (with tweaks), ok miod@
|
|
|
|
ok schwarze@
|
|
heavily based on a patch from kristaps@ with some tweaks by me.
- Also talk about -Tps and -Tpdf.
- Use the same list style as in the other mandoc manuals.
- Replace a few macros by ones better suited.
- Some improvements of wording.
ok jmc@ kristaps@
|
|
|
|
longer suppress spacing when used at the beginning of an input line,
and mandoc now follows the same behaviour as new groff.
Thus, sweep the tree and remove useless .Ns.
Most places found by jmc@; ok jmc@ kristaps@.
|
|
from kristaps@.
|
|
|
|
diff from patrick keshishian on misc for this
- document that packets passed by default, matching neither block nor
pass rules, are effectively created with "no state"; as discovered by tedu
...after much discussion on misc and with henning
|
|
SO_SPLICE for zero-copy socket splicing.
ok jmc@
|
|
|
|
Don't use it in new manuals, it is inherently non-portable, but we
need it for backward-compatibility with existing manuals, for example
in Xenocara driver pages.
ok kristaps@ matthieu@ jmc@
|
|
a bit less of it here, even though this page is a bit special. Not a full
sweep of the page, just cleaning up the paragraph we recently touched.
ok jmc@ lum@
|
|
|
|
|