diff options
Diffstat (limited to 'usr.bin/at')
| -rw-r--r-- | usr.bin/at/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/at/at.c | 2 | ||||
| -rw-r--r-- | usr.bin/at/at.man | 2 | ||||
| -rw-r--r-- | usr.bin/at/panic.c | 2 | ||||
| -rw-r--r-- | usr.bin/at/parsetime.c | 2 | ||||
| -rw-r--r-- | usr.bin/at/perm.c | 2 | ||||
| -rw-r--r-- | usr.bin/at/privs.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index df96d573b49b..10a405835d60 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 1999/08/28 00:59:08 peter Exp $ .include "${.CURDIR}/Makefile.inc" diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index 909207a6eada..16d0594c0106 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 1999/12/05 19:57:14 charnier Exp $"; #endif /* not lint */ #define _USE_BSD 1 diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man index 5bc58e987e8e..d5a5ec636b49 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.1 2000/04/23 16:51:28 mpp Exp $ .Dd April 12, 1995 .Dt "AT" 1 .Os FreeBSD 2.1 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 26e559e9850e..0cb46b3ca89e 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.1 2000/04/14 13:54:10 sheldonh Exp $"; #endif /* not lint */ /* System Headers */ diff --git a/usr.bin/at/perm.c b/usr.bin/at/perm.c index e7bb9b1d555d..fbb2036ad81f 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 1999/12/05 19:57:14 charnier 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 |
