summaryrefslogtreecommitdiffstats
path: root/usr.bin/fold
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/fold')
-rw-r--r--usr.bin/fold/fold.12
-rw-r--r--usr.bin/fold/fold.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fold/fold.1 b/usr.bin/fold/fold.1
index 3e020cf..a37121d 100644
--- a/usr.bin/fold/fold.1
+++ b/usr.bin/fold/fold.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)fold.1 8.1 (Berkeley) 6/6/93
-.\" $Id$
+.\" $FreeBSD$
.\"
.Dd June 6, 1993
.Dt FOLD 1
diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c
index 080c9ab..386caaf 100644
--- a/usr.bin/fold/fold.c
+++ b/usr.bin/fold/fold.c
@@ -45,7 +45,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)fold.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$FreeBSD$";
#endif /* not lint */
#include <err.h>
OpenPOWER on IntegriCloud