~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man3/strcat.3

  • Committer: Bazaar Package Importer
  • Author(s): Joey Schulze
  • Date: 2010-03-02 21:49:58 UTC
  • mfrom: (1.1.42 upstream) (2.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100302214958-69yjgb70t7wrjo3m
New upstream version
. Remove crufty statement in setuid(2) that seteuid() is not in POSIX
(closes: Bug#569812)
. Fix description of 'nochdir' argument in daemon(3) (closes: Bug#554819)
. Fix NAME line in path_resolution(7) (closes: Bug#558300)

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
.IP * 3
54
54
it will use at most \fIn\fP characters from \fIsrc\fP; and
55
55
.IP *
56
 
\fIsrc\fP does not need to be null terminated if it contains
 
56
\fIsrc\fP does not need to be null-terminated if it contains
57
57
\fIn\fP or more characters.
58
58
.PP
59
59
As with
60
60
.BR strcat (),
61
 
the resulting string in \fIdest\fP is always null terminated.
 
61
the resulting string in \fIdest\fP is always null-terminated.
62
62
.PP
63
63
If \fIsrc\fP contains \fIn\fP or more characters,
64
64
.BR strncat ()
104
104
.BR wcscat (3),
105
105
.BR wcsncat (3)
106
106
.SH COLOPHON
107
 
This page is part of release 3.23 of the Linux
 
107
This page is part of release 3.24 of the Linux
108
108
.I man-pages
109
109
project.
110
110
A description of the project,