summaryrefslogtreecommitdiff
path: root/usr.bin/rup
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rup')
-rw-r--r--usr.bin/rup/Makefile2
-rw-r--r--usr.bin/rup/rup.12
-rw-r--r--usr.bin/rup/rup.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rup/Makefile b/usr.bin/rup/Makefile
index 6d329774b711..13aa67012223 100644
--- a/usr.bin/rup/Makefile
+++ b/usr.bin/rup/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/rup/Makefile,v 1.4.2.1 2001/04/25 11:29:37 ru Exp $
PROG= rup
diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1
index 64fab7d15a7f..bd8f71cd02e6 100644
--- a/usr.bin/rup/rup.1
+++ b/usr.bin/rup/rup.1
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/rup/rup.1,v 1.7.2.6 2001/08/16 13:17:02 ru Exp $
.\"
.Dd June 7, 1993
.Dt RUP 1
diff --git a/usr.bin/rup/rup.c b/usr.bin/rup/rup.c
index 9b61b5d9529b..92927d849316 100644
--- a/usr.bin/rup/rup.c
+++ b/usr.bin/rup/rup.c
@@ -33,7 +33,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/rup/rup.c,v 1.11.2.2 2001/07/02 23:43:04 mikeh Exp $";
#endif /* not lint */
#include <err.h>