diff options
author | jmc <> | 2013-12-19 22:00:58 +0000 |
---|---|---|
committer | jmc <> | 2013-12-19 22:00:58 +0000 |
commit | e9b8af9101b84fecac7034057f8fb1084724d7ba (patch) | |
tree | fc81ac868bdc3e1baeeb5dbf6f023ad86035a02f | |
parent | 062d999e00c36692605b1ac394ffcfbb340e1771 (diff) | |
download | openbsd-e9b8af9101b84fecac7034057f8fb1084724d7ba.tar.gz openbsd-e9b8af9101b84fecac7034057f8fb1084724d7ba.tar.bz2 openbsd-e9b8af9101b84fecac7034057f8fb1084724d7ba.zip |
fix double word error;
-rw-r--r-- | src/lib/libc/string/strncat.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/strncat.3 b/src/lib/libc/string/strncat.3 index 38eabe3474..bd15ef10fa 100644 --- a/src/lib/libc/string/strncat.3 +++ b/src/lib/libc/string/strncat.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: strncat.3,v 1.1 2013/12/19 20:52:37 millert Exp $ | 1 | .\" $OpenBSD: strncat.3,v 1.2 2013/12/19 22:00:58 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1990, 1991 The Regents of the University of California. | 3 | .\" Copyright (c) 1990, 1991 The Regents of the University of California. |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -124,5 +124,5 @@ functions conform to | |||
124 | .Sh HISTORY | 124 | .Sh HISTORY |
125 | The | 125 | The |
126 | .Fn strncat | 126 | .Fn strncat |
127 | function first first appeared in | 127 | function first appeared in |
128 | .At v7 . | 128 | .At v7 . |