diff options
author | jmc <> | 2011-07-25 07:51:30 +0000 |
---|---|---|
committer | jmc <> | 2011-07-25 07:51:30 +0000 |
commit | 181126dbb80c6c0458397a56422e607de912d5ba (patch) | |
tree | 64a2ea19ff6f09df81057e288bc5d91399a8e554 /src/lib/libc/string/wcslcpy.3 | |
parent | 339c056f856313e215baab8ddc4bc0ce064b4571 (diff) | |
download | openbsd-181126dbb80c6c0458397a56422e607de912d5ba.tar.gz openbsd-181126dbb80c6c0458397a56422e607de912d5ba.tar.bz2 openbsd-181126dbb80c6c0458397a56422e607de912d5ba.zip |
tweak previous;
Diffstat (limited to 'src/lib/libc/string/wcslcpy.3')
-rw-r--r-- | src/lib/libc/string/wcslcpy.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/wcslcpy.3 b/src/lib/libc/string/wcslcpy.3 index ed6de07cbe..98ecf0aabc 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.2 2011/07/25 00:38:53 schwarze Exp $ | 1 | .\" $OpenBSD: wcslcpy.3,v 1.3 2011/07/25 07:51:30 jmc 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 | .\" |
@@ -143,5 +143,5 @@ The | |||
143 | .Fn wcslcpy | 143 | .Fn wcslcpy |
144 | and | 144 | and |
145 | .Fn wcslcat | 145 | .Fn wcslcat |
146 | functions are based on code by | 146 | functions are based on code by |
147 | .An Todd C. Miller Aq Todd.Miller@courtesan.com . | 147 | .An Todd C. Miller Aq Todd.Miller@courtesan.com . |