summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormillert <>1997-07-09 00:19:53 +0000
committermillert <>1997-07-09 00:19:53 +0000
commitfd3592b18f24103bfc82412a8950e5f06e549ff1 (patch)
treeefadc4f0a3d6eecbf75d1cf8ba8f22861994a3ba
parent910839566606869c7d6cbfa27f595217a89874de (diff)
downloadopenbsd-fd3592b18f24103bfc82412a8950e5f06e549ff1.tar.gz
openbsd-fd3592b18f24103bfc82412a8950e5f06e549ff1.tar.bz2
openbsd-fd3592b18f24103bfc82412a8950e5f06e549ff1.zip
Clarify strncat(3) count param.
-rw-r--r--src/lib/libc/string/strcat.39
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/libc/string/strcat.3 b/src/lib/libc/string/strcat.3
index 0a0656c5ff..686afd3f2e 100644
--- a/src/lib/libc/string/strcat.3
+++ b/src/lib/libc/string/strcat.3
@@ -33,9 +33,9 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: strcat.3,v 1.2 1996/08/19 08:34:10 tholo Exp $ 36.\" $OpenBSD: strcat.3,v 1.3 1997/07/09 00:19:53 millert Exp $
37.\" 37.\"
38.Dd June 29, 1991 38.Dd July 8, 1997
39.Dt STRCAT 3 39.Dt STRCAT 3
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -68,7 +68,10 @@ The
68function 68function
69appends not more than 69appends not more than
70.Fa count 70.Fa count
71characters. 71characters where space for the terminating
72.Ql \e0
73should not be included in
74.Fa count .
72.Sh RETURN VALUES 75.Sh RETURN VALUES
73The 76The
74.Fn strcat 77.Fn strcat