Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2014 04:28:53 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r45176 - head/en_US.ISO8859-1/books/developers-handbook/secure
Message-ID:  <201406300428.s5U4Sr7M039839@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Mon Jun 30 04:28:53 2014
New Revision: 45176
URL: http://svnweb.freebsd.org/changeset/doc/45176

Log:
  Don't make it seem like FreeSBD lacks these interfaces when first
  reading the sentence.

Modified:
  head/en_US.ISO8859-1/books/developers-handbook/secure/chapter.xml

Modified: head/en_US.ISO8859-1/books/developers-handbook/secure/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/developers-handbook/secure/chapter.xml	Mon Jun 30 04:28:51 2014	(r45175)
+++ head/en_US.ISO8859-1/books/developers-handbook/secure/chapter.xml	Mon Jun 30 04:28:53 2014	(r45176)
@@ -217,17 +217,11 @@ int main() {
       <function>strncpy</function> NUL fills up the size
       specified.</para>
 
-      <para>In OpenBSD, another memory copy implementation has been
-
-      <indexterm><primary>OpenBSD</primary></indexterm>
-
-      created to get around these problem.  The
+      <para>Another memory copy implementation exists
+      to get around these problems.  The
       <function>strlcpy</function> and <function>strlcat</function>
       functions guarantee that they will always null terminate the
-      destination string when given a non-zero length argument.  For
-      more information about these functions see <xref linkend="OpenBSD"/>.  The OpenBSD <function>strlcpy</function> and
-      <function>strlcat</function> instructions have been in FreeBSD
-      since 3.3.</para>
+      destination string when given a non-zero length argument.</para>
 
       <indexterm>
         <primary>string copy functions</primary>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406300428.s5U4Sr7M039839>