summaryrefslogtreecommitdiff
path: root/usr.bin/at
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/at')
-rw-r--r--usr.bin/at/Makefile2
-rw-r--r--usr.bin/at/at.c2
-rw-r--r--usr.bin/at/at.h2
-rw-r--r--usr.bin/at/at.man2
-rw-r--r--usr.bin/at/panic.c2
-rw-r--r--usr.bin/at/parsetime.c2
-rw-r--r--usr.bin/at/perm.c2
-rw-r--r--usr.bin/at/privs.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile
index 0f31ee08af3f..684b5902d9e8 100644
--- a/usr.bin/at/Makefile
+++ b/usr.bin/at/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/at/Makefile,v 1.10.2.1 2001/04/25 11:29:16 ru Exp $
.include "${.CURDIR}/Makefile.inc"
diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c
index cad2e498407b..e4955b0dd922 100644
--- a/usr.bin/at/at.c
+++ b/usr.bin/at/at.c
@@ -28,7 +28,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/at/at.c,v 1.18.2.1 2001/08/02 00:55:58 obrien Exp $";
#endif /* not lint */
#define _USE_BSD 1
diff --git a/usr.bin/at/at.h b/usr.bin/at/at.h
index 3d72bbbdbbd4..fe3f4f6a9945 100644
--- a/usr.bin/at/at.h
+++ b/usr.bin/at/at.h
@@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/at/at.h,v 1.4.8.1 2001/08/02 00:55:58 obrien Exp $
*/
extern int fcreated;
diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man
index daabba1cb922..dbd2dfd15bdc 100644
--- a/usr.bin/at/at.man
+++ b/usr.bin/at/at.man
@@ -1,4 +1,4 @@
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/at/at.man,v 1.13.2.9 2002/07/23 15:13:01 trhodes Exp $
.Dd April 12, 1995
.Dt "AT" 1
.Os
diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c
index 9cabc1da0d5e..95e6c8e86178 100644
--- a/usr.bin/at/panic.c
+++ b/usr.bin/at/panic.c
@@ -25,7 +25,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/at/panic.c,v 1.10 1999/12/05 19:57:14 charnier Exp $";
#endif /* not lint */
/* System Headers */
diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c
index d4797e72d170..a52ccc12d002 100644
--- a/usr.bin/at/parsetime.c
+++ b/usr.bin/at/parsetime.c
@@ -35,7 +35,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/at/parsetime.c,v 1.19.2.3 2001/12/19 11:19:16 brian Exp $";
#endif /* not lint */
/* System Headers */
diff --git a/usr.bin/at/perm.c b/usr.bin/at/perm.c
index 6380f461469b..144a5920171d 100644
--- a/usr.bin/at/perm.c
+++ b/usr.bin/at/perm.c
@@ -25,7 +25,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/at/perm.c,v 1.9.2.1 2001/08/02 00:55:58 obrien Exp $";
#endif /* not lint */
/* System Headers */
diff --git a/usr.bin/at/privs.h b/usr.bin/at/privs.h
index 2fce5c02e4a6..ad9909b9268f 100644
--- a/usr.bin/at/privs.h
+++ b/usr.bin/at/privs.h
@@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/at/privs.h,v 1.7 1999/12/05 19:57:14 charnier Exp $
*/
#ifndef _PRIVS_H