aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ul
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-11-03 00:35:26 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-11-03 00:35:26 +0000
commit3640cb54210edbb7edbf1b12ef0127ecfcea967d (patch)
tree60a81407b110eb6d80af1e0affba0ec353de6a9c /usr.bin/ul
parent3d215489fe03c6c5cecc3b5ed9ea39118e6ce379 (diff)
This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs
'RELENG_6_0_0_RELEASE'. This commit was manufactured to restore the state of the 6.0-RELEASE image.
Diffstat (limited to 'usr.bin/ul')
-rw-r--r--usr.bin/ul/Makefile2
-rw-r--r--usr.bin/ul/ul.12
-rw-r--r--usr.bin/ul/ul.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ul/Makefile b/usr.bin/ul/Makefile
index 9aaf7754de52..967d2c6fcad8 100644
--- a/usr.bin/ul/Makefile
+++ b/usr.bin/ul/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/ul/Makefile,v 1.4 2001/12/11 23:27:23 markm Exp $
PROG= ul
diff --git a/usr.bin/ul/ul.1 b/usr.bin/ul/ul.1
index 242fb7e3ba17..847b958abe62 100644
--- a/usr.bin/ul/ul.1
+++ b/usr.bin/ul/ul.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ul.1 8.1 (Berkeley) 6/6/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/ul/ul.1,v 1.18 2005/05/21 09:55:09 ru Exp $
.\"
.Dd August 4, 2004
.Dt UL 1
diff --git a/usr.bin/ul/ul.c b/usr.bin/ul/ul.c
index 77559cf254fe..50f55c4345f1 100644
--- a/usr.bin/ul/ul.c
+++ b/usr.bin/ul/ul.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)ul.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/ul/ul.c,v 1.14 2005/05/21 09:55:09 ru Exp $";
#endif /* not lint */
#include <err.h>