diff options
author | maxim <maxim@FreeBSD.org> | 2008-12-09 09:24:25 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2008-12-09 09:24:25 +0000 |
commit | c7da9a09951a0b78621c9f2c3a0922db557f6923 (patch) | |
tree | 983b30d9c99937e92d01da601c79ed3834f0c697 | |
parent | fe87e41d4b91dfb3adbee3f606fb0a9811a0eaf3 (diff) | |
download | FreeBSD-src-c7da9a09951a0b78621c9f2c3a0922db557f6923.zip FreeBSD-src-c7da9a09951a0b78621c9f2c3a0922db557f6923.tar.gz |
o Use full month name in .Dd macro.
-rw-r--r-- | lib/libc/string/strdup.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3 index c6b2ad0..080f4e7 100644 --- a/lib/libc/string/strdup.3 +++ b/lib/libc/string/strdup.3 @@ -28,7 +28,7 @@ .\" @(#)strdup.3 8.1 (Berkeley) 6/9/93 .\" $FreeBSD$ .\" -.Dd Dec 5, 2008 +.Dd December 5, 2008 .Dt STRDUP 3 .Os .Sh NAME |