diff options
| author | jmc <> | 2013-12-19 22:00:58 +0000 |
|---|---|---|
| committer | jmc <> | 2013-12-19 22:00:58 +0000 |
| commit | fc6d94c70f5f2496601a5901351c1d1decc89b71 (patch) | |
| tree | fc81ac868bdc3e1baeeb5dbf6f023ad86035a02f /src/lib/libc | |
| parent | 8d92c5014d1149b8e12f587c56f1843e30f42cff (diff) | |
| download | openbsd-fc6d94c70f5f2496601a5901351c1d1decc89b71.tar.gz openbsd-fc6d94c70f5f2496601a5901351c1d1decc89b71.tar.bz2 openbsd-fc6d94c70f5f2496601a5901351c1d1decc89b71.zip | |
fix double word error;
Diffstat (limited to 'src/lib/libc')
| -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 . |
