strcat.3 (7f3dea244c40159a41ab22da77a434d7c5b5e85a) | strcat.3 (4e2abf95a3693a7ab1b40b3e4a5eb4d2c1acd6b3) |
---|---|
1.\" Copyright (c) 1990, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" Chris Torek and the American National Standards Committee X3, 6.\" on Information Processing Systems. 7.\" 8.\" Redistribution and use in source and binary forms, with or without --- 72 unchanged lines hidden (view full) --- 81functions 82return the pointer 83.Fa s . 84.Sh SEE ALSO 85.Xr bcopy 3 , 86.Xr memccpy 3 , 87.Xr memcpy 3 , 88.Xr memmove 3 , | 1.\" Copyright (c) 1990, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" Chris Torek and the American National Standards Committee X3, 6.\" on Information Processing Systems. 7.\" 8.\" Redistribution and use in source and binary forms, with or without --- 72 unchanged lines hidden (view full) --- 81functions 82return the pointer 83.Fa s . 84.Sh SEE ALSO 85.Xr bcopy 3 , 86.Xr memccpy 3 , 87.Xr memcpy 3 , 88.Xr memmove 3 , |
89.Xr strcpy 3 | 89.Xr strcpy 3 , 90.Xr strlcat 3 , 91.Xr strlcpy 3 |
90.Sh STANDARDS 91The 92.Fn strcat 93and 94.Fn strncat 95functions 96conform to 97.St -ansiC . | 92.Sh STANDARDS 93The 94.Fn strcat 95and 96.Fn strncat 97functions 98conform to 99.St -ansiC . |