diff options
author | 2009-02-08 17:15:08 +0000 | |
---|---|---|
committer | 2009-02-08 17:15:08 +0000 | |
commit | 99332e389acc384d2856c3e7e7c6df06e350a03c (patch) | |
tree | 9444f9f942d40d32cfe2d455f153e207a5c66aee /usr.bin/printf/printf.1 | |
parent | some minor corrections for the STANDARDS section; (diff) | |
download | wireguard-openbsd-99332e389acc384d2856c3e7e7c6df06e350a03c.tar.xz wireguard-openbsd-99332e389acc384d2856c3e7e7c6df06e350a03c.zip |
bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few
updates to follow;
Diffstat (limited to 'usr.bin/printf/printf.1')
-rw-r--r-- | usr.bin/printf/printf.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index e905c8b5c22..05d0da81c53 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.1,v 1.21 2008/09/15 19:22:32 martynas Exp $ +.\" $OpenBSD: printf.1,v 1.22 2009/02/08 17:15:10 jmc Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. @@ -32,7 +32,7 @@ .\" .\" from: @(#)printf.1 5.11 (Berkeley) 7/24/91 .\" -.Dd $Mdocdate: September 15 2008 $ +.Dd $Mdocdate: February 8 2009 $ .Dt PRINTF 1 .Os .Sh NAME @@ -368,7 +368,7 @@ Print the decimal representation of the character 'a' (see The .Nm utility is compliant with the -.St -p1003.1-2004 +.St -p1003.1-2008 specification. .Sh HISTORY The |