diff options
author | 2011-04-24 08:15:29 +0000 | |
---|---|---|
committer | 2011-04-24 08:15:29 +0000 | |
commit | 68cc56be0be6048d88d4a3ce88a2515165280743 (patch) | |
tree | 52a3ccddba9a85d36ab3ca720d8cdb45470ffcf7 /lib/libc | |
parent | Regression test for floating point format directives in wprintf. (diff) | |
download | wireguard-openbsd-68cc56be0be6048d88d4a3ce88a2515165280743.tar.xz wireguard-openbsd-68cc56be0be6048d88d4a3ce88a2515165280743.zip |
remove STANDARDS section, as this function does not conform to any;
prompted by deraadt
original issue (mandoc has no support for \*(Px) reported by Matthew Dempsky;
kristaps and ingo are looking at whether to add support for the Px or not;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/isfdtype.3 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libc/gen/isfdtype.3 b/lib/libc/gen/isfdtype.3 index 6df933c7608..28f3a34275d 100644 --- a/lib/libc/gen/isfdtype.3 +++ b/lib/libc/gen/isfdtype.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isfdtype.3,v 1.5 2007/05/31 19:19:28 jmc Exp $ +.\" $OpenBSD: isfdtype.3,v 1.6 2011/04/24 08:15:29 jmc Exp $ .\" .\" Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -18,7 +18,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: April 24 2011 $ .Dt ISFDTYPE 3 .Os .Sh NAME @@ -66,10 +66,6 @@ An I/O error occurred while reading from or writing to the file system. .El .Sh SEE ALSO .Xr stat 2 -.Sh STANDARDS -The -.Fn isfdtype -function is expected to conform to \*(Px 1003.1g. .Sh HISTORY The .Fn isfdtype |