From 5f50153fda3945ccc62d7f2c24adffe87dbc42c0 Mon Sep 17 00:00:00 2001 From: espie <> Date: Sat, 14 Jan 2012 12:42:31 +0000 Subject: [PATCH] this is sparta^WPOSIX 2008 okay millert@ --- src/lib/libc/string/ffs.3 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/lib/libc/string/ffs.3 b/src/lib/libc/string/ffs.3 index 6f150c46..2f39413a 100644 --- a/src/lib/libc/string/ffs.3 +++ b/src/lib/libc/string/ffs.3 @@ -27,9 +27,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: ffs.3,v 1.6 2011/07/25 00:38:52 schwarze Exp $ +.\" $OpenBSD: ffs.3,v 1.7 2012/01/14 12:42:31 espie Exp $ .\" -.Dd $Mdocdate: July 25 2011 $ +.Dd $Mdocdate: January 14 2012 $ .Dt FFS 3 .Os .Sh NAME @@ -49,6 +49,11 @@ Bits are numbered starting from 1, starting at the rightmost bit. A return value of 0 means that the argument was zero. .Sh SEE ALSO .Xr bitstring 3 +.Sh STANDARDS +The +.Fn ffs +function conform to +.St -p1003.1-2008 . .Sh HISTORY The .Fn ffs