diff options
author | jmc <> | 2012-04-03 14:01:55 +0000 |
---|---|---|
committer | jmc <> | 2012-04-03 14:01:55 +0000 |
commit | a5417d8a84491257e3b964137e0d97148096f1a0 (patch) | |
tree | 5b49c2af6077766759f7bfb8dcd3a9112a6d264a | |
parent | 0be23ed0f4fd50120e36d2885c172686ec809f3f (diff) | |
download | openbsd-a5417d8a84491257e3b964137e0d97148096f1a0.tar.gz openbsd-a5417d8a84491257e3b964137e0d97148096f1a0.tar.bz2 openbsd-a5417d8a84491257e3b964137e0d97148096f1a0.zip |
tweak previous;
-rw-r--r-- | src/lib/libc/string/strlcpy.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/strlcpy.3 b/src/lib/libc/string/strlcpy.3 index e04284d5c3..acce0f7d43 100644 --- a/src/lib/libc/string/strlcpy.3 +++ b/src/lib/libc/string/strlcpy.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: strlcpy.3,v 1.21 2012/04/02 17:33:11 deraadt Exp $ | 1 | .\" $OpenBSD: strlcpy.3,v 1.22 2012/04/03 14:01:55 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 | .\" |
@@ -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: April 2 2012 $ | 17 | .Dd $Mdocdate: April 3 2012 $ |
18 | .Dt STRLCPY 3 | 18 | .Dt STRLCPY 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -86,7 +86,7 @@ Besides quibbles over the return type | |||
86 | versus | 86 | versus |
87 | .Va int ) | 87 | .Va int ) |
88 | and signal handler safety | 88 | and signal handler safety |
89 | .Xr ( snprintf 3 | 89 | .Pf ( Xr snprintf 3 |
90 | is not entirely safe on some systems), the | 90 | is not entirely safe on some systems), the |
91 | following two are equivalent: | 91 | following two are equivalent: |
92 | .Bd -literal -offset indent | 92 | .Bd -literal -offset indent |