svn commit: r240598 - stable/9/bin/setfacl
Edward Tomasz Napierala
trasz at FreeBSD.org
Mon Sep 17 11:21:57 UTC 2012
Author: trasz
Date: Mon Sep 17 11:21:57 2012
New Revision: 240598
URL: http://svn.freebsd.org/changeset/base/240598
Log:
MFC r240076:
Fix compact form of "synchronize" permission in setfacl(1) manual page - it
should be "s", not "S".
PR: docs/162380
Modified:
stable/9/bin/setfacl/setfacl.1
Directory Properties:
stable/9/bin/setfacl/ (props changed)
Modified: stable/9/bin/setfacl/setfacl.1
==============================================================================
--- stable/9/bin/setfacl/setfacl.1 Mon Sep 17 09:32:11 2012 (r240597)
+++ stable/9/bin/setfacl/setfacl.1 Mon Sep 17 11:21:57 2012 (r240598)
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 9, 2011
+.Dd September 2, 2012
.Dt SETFACL 1
.Os
.Sh NAME
@@ -337,7 +337,7 @@ read_acl
write_acl
.It o
write_owner
-.It S
+.It s
synchronize
.El
.Pp
More information about the svn-src-stable-9
mailing list