summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/wcslcpy.3
diff options
context:
space:
mode:
authorschwarze <>2013-07-16 15:21:11 +0000
committerschwarze <>2013-07-16 15:21:11 +0000
commit6a03a0e711f1c22f3ae595477488d226f9296df0 (patch)
tree400845e42ea58f23ab9fe4f4a46ec89af13e8086 /src/lib/libc/string/wcslcpy.3
parent0b4084d8c80f5febd9dff19f905cc33e292c9591 (diff)
downloadopenbsd-6a03a0e711f1c22f3ae595477488d226f9296df0.tar.gz
openbsd-6a03a0e711f1c22f3ae595477488d226f9296df0.tar.bz2
openbsd-6a03a0e711f1c22f3ae595477488d226f9296df0.zip
use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
Diffstat (limited to 'src/lib/libc/string/wcslcpy.3')
-rw-r--r--src/lib/libc/string/wcslcpy.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/wcslcpy.3 b/src/lib/libc/string/wcslcpy.3
index 4288b98e01..a976654ccc 100644
--- a/src/lib/libc/string/wcslcpy.3
+++ b/src/lib/libc/string/wcslcpy.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: wcslcpy.3,v 1.4 2013/06/05 03:39:23 tedu Exp $ 1.\" $OpenBSD: wcslcpy.3,v 1.5 2013/07/16 15:21:11 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com> 3.\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: June 5 2013 $ 17.Dd $Mdocdate: July 16 2013 $
18.Dt WCSLCPY 3 18.Dt WCSLCPY 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -144,4 +144,4 @@ The
144and 144and
145.Fn wcslcat 145.Fn wcslcat
146functions are based on code by 146functions are based on code by
147.An Todd C. Miller Aq Todd.Miller@courtesan.com . 147.An Todd C. Miller Aq Mt Todd.Miller@courtesan.com .