diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-01-14 12:42:32 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-01-14 12:42:32 +0000 |
commit | 0f2f65d60be03ec374fe03afe516db929e19f6a8 (patch) | |
tree | 304fabfa9dac4ac74accd76d73490312e5ddec62 /lib/libc/string | |
parent | 91f00006e13f8f624fd2ed648866e950c271b03e (diff) |
this is sparta^WPOSIX 2008
okay millert@
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/ffs.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/string/ffs.3 b/lib/libc/string/ffs.3 index 6f150c46c40..2f39413a78b 100644 --- a/lib/libc/string/ffs.3 +++ b/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 |