Browse Source

Clarify strncat(3) count param.

OPENBSD_2_2
millert 27 years ago
parent
commit
75a2acb9f8
1 changed files with 6 additions and 3 deletions
  1. +6
    -3
      src/lib/libc/string/strcat.3

+ 6
- 3
src/lib/libc/string/strcat.3 View File

@ -33,9 +33,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: strcat.3,v 1.2 1996/08/19 08:34:10 tholo Exp $
.\" $OpenBSD: strcat.3,v 1.3 1997/07/09 00:19:53 millert Exp $
.\" .\"
.Dd June 29, 1991
.Dd July 8, 1997
.Dt STRCAT 3 .Dt STRCAT 3
.Os .Os
.Sh NAME .Sh NAME
@ -68,7 +68,10 @@ The
function function
appends not more than appends not more than
.Fa count .Fa count
characters.
characters where space for the terminating
.Ql \e0
should not be included in
.Fa count .
.Sh RETURN VALUES .Sh RETURN VALUES
The The
.Fn strcat .Fn strcat


Loading…
Cancel
Save