diff options
-rw-r--r-- | usr.bin/more/macro.c | 2 | ||||
-rw-r--r-- | usr.bin/more/ncommand.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/more/macro.c b/usr.bin/more/macro.c index 1fdd56e..78688fb 100644 --- a/usr.bin/more/macro.c +++ b/usr.bin/more/macro.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.bin/more/ncommand.c b/usr.bin/more/ncommand.c index 8203293..a6c3b64 100644 --- a/usr.bin/more/ncommand.c +++ b/usr.bin/more/ncommand.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* |