diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libc/string/ffs.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/ffs.3 b/src/lib/libc/string/ffs.3 index d3ee24be5a..e78ab99e8f 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.10 2015/11/24 09:14:35 daniel Exp $ | 30 | .\" $OpenBSD: ffs.3,v 1.11 2019/08/30 18:35:03 deraadt Exp $ |
| 31 | .\" | 31 | .\" |
| 32 | .Dd $Mdocdate: November 24 2015 $ | 32 | .Dd $Mdocdate: August 30 2019 $ |
| 33 | .Dt FFS 3 | 33 | .Dt FFS 3 |
| 34 | .Os | 34 | .Os |
| 35 | .Sh NAME | 35 | .Sh NAME |
| @@ -48,7 +48,7 @@ and returns the index of that bit. | |||
| 48 | Bits are numbered starting from 1, starting at the rightmost bit. | 48 | Bits are numbered starting from 1, starting at the rightmost bit. |
| 49 | A return value of 0 means that the argument was zero. | 49 | A return value of 0 means that the argument was zero. |
| 50 | .Sh SEE ALSO | 50 | .Sh SEE ALSO |
| 51 | .Xr bitstring 3 | 51 | .Xr bit_ffs 3 |
| 52 | .Sh STANDARDS | 52 | .Sh STANDARDS |
| 53 | The | 53 | The |
| 54 | .Fn ffs | 54 | .Fn ffs |
