On Thu, 28 May 2009, Bruce A. Mah wrote:
If memory serves me right, Dag-Erling Sm??rgrav wrote:
Ben Kaduk writes:
Our man page style says that new sentences should start on new lines.
(Since the '.' character is used for defining macros, and sometimes
the processor can get confused.)
That's
On Thu, May 28, 2009 at 07:28:45PM +0200, Dag-Erling Sm?rgrav wrote:
> "Bruce A. Mah" writes:
> > My understanding is that we do this to let groff manage the whitespace
> > between sentences.
>
> Groff doesn't need anyone's help to manage the whitespace between
> sentences...
A short example. An
"Bruce A. Mah" writes:
> My understanding is that we do this to let groff manage the whitespace
> between sentences.
Groff doesn't need anyone's help to manage the whitespace between
sentences...
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-al
If memory serves me right, Dag-Erling Smørgrav wrote:
> Ben Kaduk writes:
>> Our man page style says that new sentences should start on new lines.
>> (Since the '.' character is used for defining macros, and sometimes
>> the processor can get confused.)
>
> That's not the reason - the reason is t
Ben Kaduk writes:
> Our man page style says that new sentences should start on new lines.
> (Since the '.' character is used for defining macros, and sometimes
> the processor can get confused.)
That's not the reason - the reason is that it makes diffs easier to
read, which in turn makes it easie
Hi Zach,
* Zachary Loafman wrote:
> head/sys/sys/queue.h
This part of the patch is not in the email, so I'll just link it here:
http://svn.freebsd.org/viewvc/base/head/sys/sys/queue.h?r1=191535&r2=192908
In other macros in this header file, we try to use as many _NEXT() and
_PREV()
On Wed, May 27, 2009 at 12:36 PM, Zachary Loafman wrote:
> Author: zml
> Date: Wed May 27 16:36:54 2009
> New Revision: 192908
> URL: http://svn.freebsd.org/changeset/base/192908
>
> Log:
> fail(9) support:
>
> Add support for kernel fault injection using KFAIL_POINT_* macros and
> fail_point_*
Author: zml
Date: Wed May 27 16:36:54 2009
New Revision: 192908
URL: http://svn.freebsd.org/changeset/base/192908
Log:
fail(9) support:
Add support for kernel fault injection using KFAIL_POINT_* macros and
fail_point_* infrastructure. Add example fail point in vfs_bio.c to
simulate VM b