diff options
| author | wiz <wiz@NetBSD.org> | 2002-10-01 17:22:00 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2002-10-01 17:22:00 +0000 |
| commit | 6569c5c50996a3ffc19fc4b63fa6d74cd573f4f3 (patch) | |
| tree | b640f9cbe5bf5ee4b28d53fc73216174300f972e /lib/libc/string | |
| parent | 45dfd29508988be493867313533f1d1c7652a81b (diff) | |
New sentence, new line. From Robert Elz.
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/memcpy.3 | 5 | ||||
| -rw-r--r-- | lib/libc/string/strmode.3 | 11 |
2 files changed, 9 insertions, 7 deletions
diff --git a/lib/libc/string/memcpy.3 b/lib/libc/string/memcpy.3 index 9bba2239275..57613f706cf 100644 --- a/lib/libc/string/memcpy.3 +++ b/lib/libc/string/memcpy.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)memcpy.3 8.1 (Berkeley) 6/4/93 -.\" $NetBSD: memcpy.3,v 1.9 2002/02/07 07:00:31 ross Exp $ +.\" $NetBSD: memcpy.3,v 1.10 2002/10/01 17:29:59 wiz Exp $ .\" .Dd June 4, 1993 .Dt MEMCPY 3 @@ -59,7 +59,8 @@ bytes from string to string .Fa dst . The arguments must not overlap -- behavior if the arguments overlap is -undefined. To copy byte strings that overlap, use +undefined. +To copy byte strings that overlap, use .Xr memmove 3 . .Sh RETURN VALUES The diff --git a/lib/libc/string/strmode.3 b/lib/libc/string/strmode.3 index 29e79eb72a1..4b0211204ce 100644 --- a/lib/libc/string/strmode.3 +++ b/lib/libc/string/strmode.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)strmode.3 8.3 (Berkeley) 7/28/94 -.\" $NetBSD: strmode.3,v 1.13 2002/02/07 07:00:32 ross Exp $ +.\" $NetBSD: strmode.3,v 1.14 2002/10/01 17:30:00 wiz Exp $ .\" .Dd July 28, 1994 .Dt STRMODE 3 @@ -141,12 +141,13 @@ or additional access control methods associated with the inode, otherwise it will be a space. .Pp Archive state 1 and archive state 2 represent file system dependent -archive state for a file. Most file systems do not retain file archive +archive state for a file. +Most file systems do not retain file archive state, and so will not report files in either archive state. msdosfs will report a file in archive state 1 if it has been -archived more recently than modified. Hierarchical storage systems -may have multiple archive states for a file and may define archive -states 1 and 2 as appropriate. +archived more recently than modified. +Hierarchical storage systems may have multiple archive states for a +file and may define archive states 1 and 2 as appropriate. .Sh SEE ALSO .Xr chmod 1 , .Xr find 1 , |
