remove apostrophe on possesive its
authorjsg <jsg@openbsd.org>
Sat, 10 Sep 2022 08:18:06 +0000 (08:18 +0000)
committerjsg <jsg@openbsd.org>
Sat, 10 Sep 2022 08:18:06 +0000 (08:18 +0000)
ok jmc@

share/man/man9/ffs.9

index 42fa1f5..c41f18a 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: ffs.9,v 1.1 2018/04/23 10:30:39 dlg Exp $
+.\"    $OpenBSD: ffs.9,v 1.2 2022/09/10 08:18:06 jsg Exp $
 .\"
 .\" Copyright (c) 2002, 2003 CubeSoft Communications, Inc.
 .\" <http://www.csoft.org>
@@ -24,7 +24,7 @@
 .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: April 23 2018 $
+.Dd $Mdocdate: September 10 2022 $
 .Dt FFS 9
 .Os
 .Sh NAME
@@ -45,7 +45,7 @@ The
 .Fn ffs
 function finds the first bit set in
 .Fa value .
-It has the same semantics as it's libc counterpart
+It has the same semantics as its libc counterpart
 .Xr ffs 3 .
 .Pp
 The