Deleted Added
sdiff udiff text old ( 124483 ) new ( 131365 )
full compact
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek.
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 18 unchanged lines hidden (view full) ---

27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\" @(#)ffs.3 8.2 (Berkeley) 4/19/94
35.\" $FreeBSD: head/lib/libc/string/ffs.3 124483 2004-01-13 16:05:47Z des $
36.\"
37.Dd April 19, 1994
38.Dt FFS 3
39.Os
40.Sh NAME
41.Nm ffs ,
42.Nm ffsl ,
43.Nm fls ,
44.Nm flsl
45.Nd find first or last bit set in a bit string

--- 55 unchanged lines hidden ---