diff options
Diffstat (limited to 'usr.sbin/extattr')
| -rw-r--r-- | usr.sbin/extattr/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/extattr/rmextattr.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/extattr/rmextattr.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/extattr/Makefile b/usr.sbin/extattr/Makefile index ae349752d689..49af4b1f0ef8 100644 --- a/usr.sbin/extattr/Makefile +++ b/usr.sbin/extattr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/extattr/Makefile,v 1.1 2002/08/30 08:53:03 phk Exp $ PROG= rmextattr MAN= rmextattr.8 diff --git a/usr.sbin/extattr/rmextattr.8 b/usr.sbin/extattr/rmextattr.8 index c51fa6d922fe..ca7203bb2e4f 100644 --- a/usr.sbin/extattr/rmextattr.8 +++ b/usr.sbin/extattr/rmextattr.8 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/extattr/rmextattr.8,v 1.4 2003/02/24 22:53:25 ru Exp $ .\" .Dd August 30, 2000 .Dt RMEXTATTR 8 diff --git a/usr.sbin/extattr/rmextattr.c b/usr.sbin/extattr/rmextattr.c index 0c65d7b29bce..f18941ee3d0d 100644 --- a/usr.sbin/extattr/rmextattr.c +++ b/usr.sbin/extattr/rmextattr.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/extattr/rmextattr.c,v 1.6 2003/06/05 04:30:00 rwatson Exp $ */ #include <sys/types.h> |
