aboutsummaryrefslogtreecommitdiff
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 b7b5e983a530..515188c9c914 100644
--- a/bin/getfacl/Makefile
+++ b/bin/getfacl/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/bin/getfacl/Makefile,v 1.6.36.1.8.1 2012/03/03 06:15:13 kensmith Exp $
PROG= getfacl
diff --git a/bin/getfacl/getfacl.1 b/bin/getfacl/getfacl.1
index 58202299f656..ca0cbe98aa13 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.11.10.2.6.1 2012/03/03 06:15:13 kensmith 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 ea376c78f0ef..aee234f06536 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.12.10.2.6.1 2012/03/03 06:15:13 kensmith Exp $");
#include <sys/types.h>
#include <sys/param.h>