summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorespie <>2012-01-14 12:42:31 +0000
committerespie <>2012-01-14 12:42:31 +0000
commit3228771bbf16e722e323c65ad4ddec2c23157f55 (patch)
tree9ebbe1efa9e1102e58c199f8e0b05d93f4a674cc
parentab9424a005dc1d3cce86b66579fbced0c1fdf44a (diff)
downloadopenbsd-3228771bbf16e722e323c65ad4ddec2c23157f55.tar.gz
openbsd-3228771bbf16e722e323c65ad4ddec2c23157f55.tar.bz2
openbsd-3228771bbf16e722e323c65ad4ddec2c23157f55.zip
this is sparta^WPOSIX 2008
okay millert@
-rw-r--r--src/lib/libc/string/ffs.39
1 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/libc/string/ffs.3 b/src/lib/libc/string/ffs.3
index 6f150c46c4..2f39413a78 100644
--- a/src/lib/libc/string/ffs.3
+++ b/src/lib/libc/string/ffs.3
@@ -27,9 +27,9 @@
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE. 28.\" SUCH DAMAGE.
29.\" 29.\"
30.\" $OpenBSD: ffs.3,v 1.6 2011/07/25 00:38:52 schwarze Exp $ 30.\" $OpenBSD: ffs.3,v 1.7 2012/01/14 12:42:31 espie Exp $
31.\" 31.\"
32.Dd $Mdocdate: July 25 2011 $ 32.Dd $Mdocdate: January 14 2012 $
33.Dt FFS 3 33.Dt FFS 3
34.Os 34.Os
35.Sh NAME 35.Sh NAME
@@ -49,6 +49,11 @@ Bits are numbered starting from 1, starting at the rightmost bit.
49A return value of 0 means that the argument was zero. 49A return value of 0 means that the argument was zero.
50.Sh SEE ALSO 50.Sh SEE ALSO
51.Xr bitstring 3 51.Xr bitstring 3
52.Sh STANDARDS
53The
54.Fn ffs
55function conform to
56.St -p1003.1-2008 .
52.Sh HISTORY 57.Sh HISTORY
53The 58The
54.Fn ffs 59.Fn ffs