diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-09-10 08:18:07 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-09-10 08:18:07 +0000 |
commit | 6ceb6a11cb939bd4d59102d637b0074920ea6306 (patch) | |
tree | 1e926f3e4d867dce317b5abfd1186329b82dd05d /share | |
parent | f894cd6130c74ac1768d2baacfb4df8b41552dba (diff) |
remove apostrophe on possesive its
ok jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/ffs.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/ffs.9 b/share/man/man9/ffs.9 index 42fa1f5368b..c41f18ac97c 100644 --- a/share/man/man9/ffs.9 +++ b/share/man/man9/ffs.9 @@ -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 |