summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorespie <>2012-01-14 12:42:31 +0000
committerespie <>2012-01-14 12:42:31 +0000
commitd24a1135a2e5e6aa3b7da29cb49dfc755459df5b (patch)
tree9ebbe1efa9e1102e58c199f8e0b05d93f4a674cc /src/lib
parent9b135ecb9075af3e8ec47f63e538d89bca163eb7 (diff)
downloadopenbsd-d24a1135a2e5e6aa3b7da29cb49dfc755459df5b.tar.gz
openbsd-d24a1135a2e5e6aa3b7da29cb49dfc755459df5b.tar.bz2
openbsd-d24a1135a2e5e6aa3b7da29cb49dfc755459df5b.zip
this is sparta^WPOSIX 2008
okay millert@
Diffstat (limited to 'src/lib')
-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