Module Name: src Committed By: joerg Date: Thu Apr 9 00:04:35 UTC 2009
Modified Files: src/lib/libc/stdio: printf.3 Log Message: No .br after .Sh. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/lib/libc/stdio/printf.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/stdio/printf.3 diff -u src/lib/libc/stdio/printf.3:1.48 src/lib/libc/stdio/printf.3:1.49 --- src/lib/libc/stdio/printf.3:1.48 Sun Jan 11 02:46:29 2009 +++ src/lib/libc/stdio/printf.3 Thu Apr 9 00:04:34 2009 @@ -1,4 +1,4 @@ -.\" $NetBSD: printf.3,v 1.48 2009/01/11 02:46:29 christos Exp $ +.\" $NetBSD: printf.3,v 1.49 2009/04/09 00:04:34 joerg Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -715,7 +715,6 @@ If an output error was encountered, these functions shall return a negative value. .Sh EXAMPLES -.br To print a date and time in the form .Dq Li "Sunday, July 3, 10:02" , where