Browse Source

this is sparta^WPOSIX 2008

okay millert@
OPENBSD_5_1
espie 13 years ago
parent
commit
5f50153fda
1 changed files with 7 additions and 2 deletions
  1. +7
    -2
      src/lib/libc/string/ffs.3

+ 7
- 2
src/lib/libc/string/ffs.3 View File

@ -27,9 +27,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" 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 .Dt FFS 3
.Os .Os
.Sh NAME .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. A return value of 0 means that the argument was zero.
.Sh SEE ALSO .Sh SEE ALSO
.Xr bitstring 3 .Xr bitstring 3
.Sh STANDARDS
The
.Fn ffs
function conform to
.St -p1003.1-2008 .
.Sh HISTORY .Sh HISTORY
The The
.Fn ffs .Fn ffs


Loading…
Cancel
Save