Re: cvs commit: src/lib/libc/stdlib strtonum.3

2006-03-15 Thread Tom Rhodes
On Wed, 15 Mar 2006 18:47:29 +0200 Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > On Wed, Mar 15, 2006 at 05:37:52PM +0100, Dag-Erling Sm?rgrav wrote: > > Ruslan Ermilov <[EMAIL PROTECTED]> writes: > > > On Wed, Mar 15, 2006 at 03:47:26PM +0100, Andre Oppermann wrote: > > > > I hate mdoc... > > > Onl

Re: cvs commit: src/lib/libc/stdlib strtonum.3

2006-03-15 Thread Ruslan Ermilov
On Wed, Mar 15, 2006 at 05:37:52PM +0100, Dag-Erling Sm?rgrav wrote: > Ruslan Ermilov <[EMAIL PROTECTED]> writes: > > On Wed, Mar 15, 2006 at 03:47:26PM +0100, Andre Oppermann wrote: > > > I hate mdoc... > > Only if you don't care to check the produced output and stderr. :-) > > which is a lot ea

Re: cvs commit: src/lib/libc/stdlib strtonum.3

2006-03-15 Thread Dag-Erling Smørgrav
Ruslan Ermilov <[EMAIL PROTECTED]> writes: > On Wed, Mar 15, 2006 at 03:47:26PM +0100, Andre Oppermann wrote: > > I hate mdoc... > Only if you don't care to check the produced output and stderr. :-) which is a lot easier than it sounds - for the uninitiated: # groff -Tlatin1 -mdoc strtonum.3 2>&

Re: cvs commit: src/lib/libc/stdlib strtonum.3

2006-03-15 Thread Ruslan Ermilov
On Wed, Mar 15, 2006 at 03:47:26PM +0100, Andre Oppermann wrote: > Ruslan Ermilov wrote: > > > > ru 2006-03-15 14:45:45 UTC > > > > FreeBSD src repository > > > > Modified files: > > lib/libc/stdlib strtonum.3 > > Log: > > Add a non-optional newline after ".Bx". > > I

Re: cvs commit: src/lib/libc/stdlib strtonum.3

2006-03-15 Thread Andre Oppermann
Ruslan Ermilov wrote: > > ru 2006-03-15 14:45:45 UTC > > FreeBSD src repository > > Modified files: > lib/libc/stdlib strtonum.3 > Log: > Add a non-optional newline after ".Bx". I hate mdoc... -- Andre ___ cvs-all@freebsd.o

cvs commit: src/lib/libc/stdlib strtonum.3

2006-03-15 Thread Ruslan Ermilov
ru 2006-03-15 14:45:45 UTC FreeBSD src repository Modified files: lib/libc/stdlib strtonum.3 Log: Add a non-optional newline after ".Bx". Revision ChangesPath 1.4 +2 -1 src/lib/libc/stdlib/strtonum.3 ___

cvs commit: src/lib/libc/stdlib strtonum.3

2006-03-15 Thread Andre Oppermann
andre 2006-03-15 14:05:41 UTC FreeBSD src repository Modified files: lib/libc/stdlib strtonum.3 Log: Revert previous changes as we do support the .Ox macro for OpenBSD. Pointed out by: ceri, ru, delphij Revision ChangesPath 1.3 +4 -2 src/lib/lib

Re: cvs commit: src/lib/libc/stdlib strtonum.3

2006-03-14 Thread Ceri Davies
On Tue, Mar 14, 2006 at 05:01:21PM +, Andre Oppermann wrote: > andre 2006-03-14 17:01:21 UTC > > FreeBSD src repository > > Modified files: > lib/libc/stdlib strtonum.3 > Log: > Fix HISTORY and point to OpenBSD. > | @@ -150,5 +148,4 @@ are either impossible or difficu

cvs commit: src/lib/libc/stdlib strtonum.3

2006-03-14 Thread Andre Oppermann
andre 2006-03-14 17:01:21 UTC FreeBSD src repository Modified files: lib/libc/stdlib strtonum.3 Log: Fix HISTORY and point to OpenBSD. Revision ChangesPath 1.2 +2 -5 src/lib/libc/stdlib/strtonum.3 ___ cvs-a