Browse Source

tweak previous;

OPENBSD_5_6
jmc 10 years ago
parent
commit
b07eaf1c5d
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      src/lib/libc/string/strncat.3

+ 2
- 3
src/lib/libc/string/strncat.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: strncat.3,v 1.3 2014/04/19 11:30:40 deraadt Exp $
.\" $OpenBSD: strncat.3,v 1.4 2014/04/19 16:50:46 jmc Exp $
.\" .\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved. .\" All rights reserved.
@ -116,7 +116,6 @@ if (snprintf(buf, sizeof(buf), "%s%s",
base, suffix) >= sizeof(buf)) base, suffix) >= sizeof(buf))
goto toolong; goto toolong;
.Ed .Ed
.Sh SEE ALSO .Sh SEE ALSO
.Xr strlcpy 3 , .Xr strlcpy 3 ,
.Xr wcscat 3 , .Xr wcscat 3 ,
@ -124,7 +123,7 @@ if (snprintf(buf, sizeof(buf), "%s%s",
.Sh STANDARDS .Sh STANDARDS
The The
.Fn strncat .Fn strncat
function conform to
function conforms to
.St -ansiC . .St -ansiC .
.Sh HISTORY .Sh HISTORY
The The


Loading…
Cancel
Save