summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2003-09-29 23:59:58 +0000
committerNathan Scott <nathans@sgi.com>2003-09-29 23:59:58 +0000
commit66958991ea0764cadb840f5971c6d949d83fa842 (patch)
tree5871895f13f20f2a7a7df62b7f64a5105b571d99
parent66e5b01fd8ac0be80e233c9803694b5020a4afff (diff)
downloadacl-66958991ea0764cadb840f5971c6d949d83fa842.tar.gz
Fix a minor documentation error in setfacl man page
-rw-r--r--VERSION2
-rw-r--r--debian/changelog6
-rw-r--r--doc/CHANGES4
-rw-r--r--man/man1/setfacl.12
4 files changed, 9 insertions, 5 deletions
diff --git a/VERSION b/VERSION
index e51213a..1c51ab3 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=2
PKG_MINOR=2
-PKG_REVISION=17
+PKG_REVISION=18
PKG_BUILD=0
diff --git a/debian/changelog b/debian/changelog
index da2c9f5..bb05ba1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-acl (2.2.17-1) unstable; urgency=low
+acl (2.2.18-1) unstable; urgency=low
- * New upstream release
+ * New upstream release (closes: #213244)
- -- Nathan Scott <nathans@debian.org> Fri, 29 Aug 2003 08:56:19 +1000
+ -- Nathan Scott <nathans@debian.org> Tue, 30 Sep 2003 09:55:59 +1000
acl (2.2.15-1) unstable; urgency=low
diff --git a/doc/CHANGES b/doc/CHANGES
index ef4ac67..77acc66 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,7 @@
+2.2.18 (30 September 2003)
+* Fix a documentation error in setfacl manual page, was refering to a
+ non-existent getfacl option in the example section.
+
2.2.17 (29 August 2003)
* Fix a bug in nftw worker routines' error handling code.
diff --git a/man/man1/setfacl.1 b/man/man1/setfacl.1
index 27cb7ca..140b58e 100644
--- a/man/man1/setfacl.1
+++ b/man/man1/setfacl.1
@@ -256,7 +256,7 @@ getfacl file1 | setfacl --set-file=- file2
Copying the access ACL into the Default ACL
.RS
.fam C
-getfacl -a dir | setfacl -d -M- dir
+getfacl --access dir | setfacl -d -M- dir
.fam T
.RE
.SH CONFORMANCE TO POSIX 1003.1e DRAFT STANDARD 17