diff options
Diffstat (limited to 'src/lib/libc/string/memcpy.3')
-rw-r--r-- | src/lib/libc/string/memcpy.3 | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/lib/libc/string/memcpy.3 b/src/lib/libc/string/memcpy.3 index 3f4bb643c9..030eadff20 100644 --- a/src/lib/libc/string/memcpy.3 +++ b/src/lib/libc/string/memcpy.3 | |||
@@ -33,8 +33,7 @@ | |||
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 | .\" from: @(#)memcpy.3 5.5 (Berkeley) 6/29/91 | 36 | .\" $OpenBSD: memcpy.3,v 1.3 2000/04/21 15:24:19 aaron Exp $ |
37 | .\" $Id: memcpy.3,v 1.1.1.1 1995/10/18 08:42:21 deraadt Exp $ | ||
38 | .\" | 37 | .\" |
39 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 |
40 | .Dt MEMCPY 3 | 39 | .Dt MEMCPY 3 |
@@ -49,8 +48,7 @@ | |||
49 | .Sh DESCRIPTION | 48 | .Sh DESCRIPTION |
50 | The | 49 | The |
51 | .Fn memcpy | 50 | .Fn memcpy |
52 | function | 51 | function copies |
53 | copies | ||
54 | .Fa len | 52 | .Fa len |
55 | bytes from string | 53 | bytes from string |
56 | .Fa src | 54 | .Fa src |
@@ -59,8 +57,7 @@ to string | |||
59 | .Sh RETURN VALUES | 57 | .Sh RETURN VALUES |
60 | The | 58 | The |
61 | .Fn memcpy | 59 | .Fn memcpy |
62 | function | 60 | function returns the original value of |
63 | returns the original value of | ||
64 | .Fa dst . | 61 | .Fa dst . |
65 | .Sh SEE ALSO | 62 | .Sh SEE ALSO |
66 | .Xr bcopy 3 , | 63 | .Xr bcopy 3 , |
@@ -70,8 +67,7 @@ returns the original value of | |||
70 | .Sh STANDARDS | 67 | .Sh STANDARDS |
71 | The | 68 | The |
72 | .Fn memcpy | 69 | .Fn memcpy |
73 | function | 70 | function conforms to |
74 | conforms to | ||
75 | .St -ansiC . | 71 | .St -ansiC . |
76 | .Sh BUGS | 72 | .Sh BUGS |
77 | In this implementation | 73 | In this implementation |