]> git.saurik.com Git - apple/libc.git/blobdiff - string/FreeBSD/strlcpy.3
Libc-391.tar.gz
[apple/libc.git] / string / FreeBSD / strlcpy.3
index 974cd958e57b923dafb4480b9ff964070bc374fe..c33c0dd90896eac299e0c218a73addcd74cb737b 100644 (file)
@@ -25,7 +25,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $FreeBSD: src/lib/libc/string/strlcpy.3,v 1.12 2002/12/18 12:45:11 ru Exp $
+.\" $FreeBSD: src/lib/libc/string/strlcpy.3,v 1.13 2004/07/02 23:52:13 ru Exp $
 .\"
 .Dd June 22, 1998
 .Dt STRLCPY 3
 .\"
 .Dd June 22, 1998
 .Dt STRLCPY 3
@@ -47,7 +47,8 @@ The
 .Fn strlcpy
 and
 .Fn strlcat
 .Fn strlcpy
 and
 .Fn strlcat
-functions copy and concatenate strings respectively.  They are designed
+functions copy and concatenate strings respectively.
+They are designed
 to be safer, more consistent, and less error prone replacements for
 .Xr strncpy 3
 and
 to be safer, more consistent, and less error prone replacements for
 .Xr strncpy 3
 and
@@ -108,7 +109,8 @@ The
 and
 .Fn strlcat
 functions return the total length of the string they tried to
 and
 .Fn strlcat
 functions return the total length of the string they tried to
-create.  For
+create.
+For
 .Fn strlcpy
 that means the length of
 .Fa src .
 .Fn strlcpy
 that means the length of
 .Fa src .