diff options
Diffstat (limited to 'src/lib/libc/string/strcat.3')
-rw-r--r-- | src/lib/libc/string/strcat.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/strcat.3 b/src/lib/libc/string/strcat.3 index 5b878c3e8c..89d368c3fb 100644 --- a/src/lib/libc/string/strcat.3 +++ b/src/lib/libc/string/strcat.3 | |||
@@ -29,7 +29,7 @@ | |||
29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
30 | .\" SUCH DAMAGE. | 30 | .\" SUCH DAMAGE. |
31 | .\" | 31 | .\" |
32 | .\" $OpenBSD: strcat.3,v 1.9 2003/06/02 20:18:38 millert Exp $ | 32 | .\" $OpenBSD: strcat.3,v 1.10 2005/02/25 03:12:44 cloder Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd July 8, 1997 | 34 | .Dd July 8, 1997 |
35 | .Dt STRCAT 3 | 35 | .Dt STRCAT 3 |
@@ -49,9 +49,9 @@ The | |||
49 | .Fn strcat | 49 | .Fn strcat |
50 | and | 50 | and |
51 | .Fn strncat | 51 | .Fn strncat |
52 | functions append a copy of the null-terminated string | 52 | functions append a copy of the NUL-terminated string |
53 | .Fa append | 53 | .Fa append |
54 | to the end of the null-terminated string | 54 | to the end of the NUL-terminated string |
55 | .Fa s , | 55 | .Fa s , |
56 | then add a terminating | 56 | then add a terminating |
57 | .Ql \e0 . | 57 | .Ql \e0 . |