summaryrefslogtreecommitdiff
path: root/bin/getfacl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/getfacl')
-rw-r--r--bin/getfacl/Makefile2
-rw-r--r--bin/getfacl/getfacl.12
-rw-r--r--bin/getfacl/getfacl.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/getfacl/Makefile b/bin/getfacl/Makefile
index b7b5e983a530e..f5d942796f50c 100644
--- a/bin/getfacl/Makefile
+++ b/bin/getfacl/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/bin/getfacl/Makefile,v 1.6 2001/12/04 01:57:44 obrien Exp $
PROG= getfacl
diff --git a/bin/getfacl/getfacl.1 b/bin/getfacl/getfacl.1
index d74f77ac9229d..e8fdd74308a15 100644
--- a/bin/getfacl/getfacl.1
+++ b/bin/getfacl/getfacl.1
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/bin/getfacl/getfacl.1,v 1.9 2005/01/16 16:41:57 ru Exp $
.\"
.\" Developed by the TrustedBSD Project.
.\" Support for POSIX.1e access control lists.
diff --git a/bin/getfacl/getfacl.c b/bin/getfacl/getfacl.c
index 297b41274c63e..b5a61a268bb16 100644
--- a/bin/getfacl/getfacl.c
+++ b/bin/getfacl/getfacl.c
@@ -32,7 +32,7 @@
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/bin/getfacl/getfacl.c,v 1.10 2005/02/09 17:37:37 ru Exp $");
#include <sys/types.h>
#include <sys/param.h>