diff options
author | mpp <mpp@FreeBSD.org> | 1999-08-28 23:10:20 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1999-08-28 23:10:20 +0000 |
commit | 02b18f847f4f7ff0d8aa6963f03a30922646b1da (patch) | |
tree | 7c5e4eabed9b0ee43a7a1feadb9237546363a681 /libexec | |
parent | 20c040ef66cb1e7b3f4dcd5926306f00b0bca866 (diff) | |
download | FreeBSD-src-02b18f847f4f7ff0d8aa6963f03a30922646b1da.zip FreeBSD-src-02b18f847f4f7ff0d8aa6963f03a30922646b1da.tar.gz |
Add $FreeBSD$ lines to man pages that are missing them to make it
easier for translation teams.
PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/bootpd/tools/bootpef/bootpef.8 | 2 | ||||
-rw-r--r-- | libexec/bootpd/tools/bootptest/bootptest.8 | 2 | ||||
-rw-r--r-- | libexec/fingerd/fingerd.8 | 1 | ||||
-rw-r--r-- | libexec/talkd/talkd.8 | 1 | ||||
-rw-r--r-- | libexec/tftpd/tftpd.8 | 1 |
5 files changed, 7 insertions, 0 deletions
diff --git a/libexec/bootpd/tools/bootpef/bootpef.8 b/libexec/bootpd/tools/bootpef/bootpef.8 index 0f0b1fc..f7f5dce 100644 --- a/libexec/bootpd/tools/bootpef/bootpef.8 +++ b/libexec/bootpd/tools/bootpef/bootpef.8 @@ -1,3 +1,5 @@ +.\" $FreeBSD$ +.\" .\" bootpef.8 .TH BOOTPEF 8 "4 Dec 1993" "MAINTENANCE COMMANDS" .SH NAME diff --git a/libexec/bootpd/tools/bootptest/bootptest.8 b/libexec/bootpd/tools/bootptest/bootptest.8 index d076c8b..761e96e 100644 --- a/libexec/bootpd/tools/bootptest/bootptest.8 +++ b/libexec/bootpd/tools/bootptest/bootptest.8 @@ -1,3 +1,5 @@ +.\" $FreeBSD$ +.\" .\" bootptest.8 .TH BOOTPTEST 8 "10 June 1993" "MAINTENANCE COMMANDS" .SH NAME diff --git a/libexec/fingerd/fingerd.8 b/libexec/fingerd/fingerd.8 index 6ad9aa3..8af1dd3 100644 --- a/libexec/fingerd/fingerd.8 +++ b/libexec/fingerd/fingerd.8 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fingerd.8 8.1 (Berkeley) 6/4/93 +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt FINGERD 8 diff --git a/libexec/talkd/talkd.8 b/libexec/talkd/talkd.8 index 4e7000f..001b858 100644 --- a/libexec/talkd/talkd.8 +++ b/libexec/talkd/talkd.8 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)talkd.8 8.2 (Berkeley) 12/11/93 +.\" $FreeBSD$ .\" .Dd December 11, 1993 .Dt TALKD 8 diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8 index 9c2227f..1309ac6 100644 --- a/libexec/tftpd/tftpd.8 +++ b/libexec/tftpd/tftpd.8 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tftpd.8 8.1 (Berkeley) 6/4/93 +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt TFTPD 8 |