From de19f2268194b985c558fea53018a6b460dad1d8 Mon Sep 17 00:00:00 2001
From: Edward Tomasz Napierala <trasz@FreeBSD.org>
Date: Mon, 29 Feb 2016 16:52:06 +0000
Subject: [PATCH] Fix typos in .Xrs.

MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
---
 lib/libc/posix1e/acl.3                | 2 +-
 lib/libc/posix1e/acl_delete_flag_np.3 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/libc/posix1e/acl.3 b/lib/libc/posix1e/acl.3
index d37cd1461025..2c7ebd63ad4e 100644
--- a/lib/libc/posix1e/acl.3
+++ b/lib/libc/posix1e/acl.3
@@ -209,7 +209,7 @@ This function is described in
 and may be used to set the tag type of an ACL.
 .It Fn acl_strip_np
 This function is described in
-.Xr acl-strip_np 3 ,
+.Xr acl_strip_np 3 ,
 and may be used to remove extended entries from an ACL.
 .It Xo
 .Fn acl_to_text ,
diff --git a/lib/libc/posix1e/acl_delete_flag_np.3 b/lib/libc/posix1e/acl_delete_flag_np.3
index 6a613eb1644c..3e298a435ef2 100644
--- a/lib/libc/posix1e/acl_delete_flag_np.3
+++ b/lib/libc/posix1e/acl_delete_flag_np.3
@@ -64,7 +64,7 @@ value.
 .Sh SEE ALSO
 .Xr acl 3 ,
 .Xr acl_add_flag_np 3 ,
-.Xr acl_clear_flag_nps 3 ,
+.Xr acl_clear_flags_np 3 ,
 .Xr acl_get_flagset_np 3 ,
 .Xr acl_set_flagset_np 3 ,
 .Xr posix1e 3