summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/string.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/string/string.3')
-rw-r--r--src/lib/libc/string/string.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/string.3 b/src/lib/libc/string/string.3
index 89034ac24c..690cf4dbda 100644
--- a/src/lib/libc/string/string.3
+++ b/src/lib/libc/string/string.3
@@ -27,7 +27,7 @@
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE. 28.\" SUCH DAMAGE.
29.\" 29.\"
30.\" $OpenBSD: string.3,v 1.10 2004/02/09 20:53:12 jmc Exp $ 30.\" $OpenBSD: string.3,v 1.11 2005/02/25 03:12:44 cloder Exp $
31.\" 31.\"
32.Dd April 19, 1991 32.Dd April 19, 1991
33.Dt STRING 3 33.Dt STRING 3
@@ -84,11 +84,11 @@
84.Sh DESCRIPTION 84.Sh DESCRIPTION
85The string functions 85The string functions
86manipulate strings terminated by a 86manipulate strings terminated by a
87null byte. 87NUL byte.
88.Pp 88.Pp
89See the specific manual pages for more information. 89See the specific manual pages for more information.
90For manipulating variable length generic objects as byte 90For manipulating variable length generic objects as byte
91strings (without the null byte check), see 91strings (without the NUL-byte check), see
92.Xr bstring 3 . 92.Xr bstring 3 .
93.Pp 93.Pp
94Except as noted in their specific manual pages, 94Except as noted in their specific manual pages,