diff options
author | mpp <mpp@FreeBSD.org> | 1999-08-28 23:04:49 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1999-08-28 23:04:49 +0000 |
commit | 20c040ef66cb1e7b3f4dcd5926306f00b0bca866 (patch) | |
tree | c30884437888763eb66eb8b4445df82e682d1228 | |
parent | 24e8576f58b4ec387b9cc4cbbf310445924d2161 (diff) | |
download | FreeBSD-src-20c040ef66cb1e7b3f4dcd5926306f00b0bca866.zip FreeBSD-src-20c040ef66cb1e7b3f4dcd5926306f00b0bca866.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>
-rw-r--r-- | lib/libc/string/strlcpy.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3 index 5202666..c7f1006 100644 --- a/lib/libc/string/strlcpy.3 +++ b/lib/libc/string/strlcpy.3 @@ -25,6 +25,8 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" +.\" $FreeBSD$ +.\" .Dd June 22, 1998 .Dt STRLCPY 3 .Os |