From ba79fc682236fb35d760269fdf8fe0bd143c53d2 Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Sat, 28 Aug 1999 23:04:49 +0000 Subject: [PATCH] Add $FreeBSD$ lines to man pages that are missing them to make it easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin --- lib/libc/string/strlcpy.3 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3 index 52026669ea5..c7f1006fbda 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