Module Name: src Committed By: wiz Date: Mon Sep 6 19:47:38 UTC 2010
Modified Files: src/lib/libc/stdio: printf.3 Log Message: I assume "POSIX 200805" is IEEE Std 1003.1-2008 (POSIX.1), so use appropriate .St. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 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.53 src/lib/libc/stdio/printf.3:1.54 --- src/lib/libc/stdio/printf.3:1.53 Mon Sep 6 14:52:55 2010 +++ src/lib/libc/stdio/printf.3 Mon Sep 6 19:47:37 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: printf.3,v 1.53 2010/09/06 14:52:55 christos Exp $ +.\" $NetBSD: printf.3,v 1.54 2010/09/06 19:47:37 wiz Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -829,7 +829,9 @@ .Fn dprintf and .Fn vdprintf -are parts of POSIX 200805 and appeared in +are parts of +.St -p1003.1-2008 +and appeared in .Nx 6.0 . .Sh CAVEATS Because