Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Feb 2016 16:52:07 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r296196 - head/lib/libc/posix1e
Message-ID:  <201602291652.u1TGq78s018027@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602291652.u1TGq78s018027>