svn commit: r296196 - head/lib/libc/posix1e

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Feb 29 16:52:08 UTC 2016


Author: trasz
Date: Mon Feb 29 16:52:06 2016
New Revision: 296196
URL: https://svnweb.freebsd.org/changeset/base/296196

Log:
  Fix typos in .Xrs.
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/lib/libc/posix1e/acl.3
  head/lib/libc/posix1e/acl_delete_flag_np.3

Modified: head/lib/libc/posix1e/acl.3
==============================================================================
--- head/lib/libc/posix1e/acl.3	Mon Feb 29 16:50:28 2016	(r296195)
+++ head/lib/libc/posix1e/acl.3	Mon Feb 29 16:52:06 2016	(r296196)
@@ -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 ,

Modified: head/lib/libc/posix1e/acl_delete_flag_np.3
==============================================================================
--- head/lib/libc/posix1e/acl_delete_flag_np.3	Mon Feb 29 16:50:28 2016	(r296195)
+++ head/lib/libc/posix1e/acl_delete_flag_np.3	Mon Feb 29 16:52:06 2016	(r296196)
@@ -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


More information about the svn-src-all mailing list