summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/string/string.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/string.3 b/src/lib/libc/string/string.3
index 80da886e57..323d4f3040 100644
--- a/src/lib/libc/string/string.3
+++ b/src/lib/libc/string/string.3
@@ -31,7 +31,7 @@
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE. 32.\" SUCH DAMAGE.
33.\" 33.\"
34.\" $OpenBSD: string.3,v 1.2 1996/08/19 08:34:18 tholo Exp $ 34.\" $OpenBSD: string.3,v 1.3 1998/09/06 22:23:18 aaron Exp $
35.\" 35.\"
36.Dd April 19, 1991 36.Dd April 19, 1991
37.Dt STRING 3 37.Dt STRING 3
@@ -102,7 +102,7 @@
102.Fn rindex "const char *s" "int c" 102.Fn rindex "const char *s" "int c"
103.Sh DESCRIPTION 103.Sh DESCRIPTION
104The string functions 104The string functions
105functions manipulate strings terminated by a 105manipulate strings terminated by a
106null byte. 106null byte.
107.Pp 107.Pp
108See the specific manual pages for more information. 108See the specific manual pages for more information.