summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/string/index.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/index.3 b/src/lib/libc/string/index.3
index 04db37eb10..e6560cc805 100644
--- a/src/lib/libc/string/index.3
+++ b/src/lib/libc/string/index.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: index.3,v 1.2 1996/08/19 08:34:02 tholo Exp $ 34.\" $OpenBSD: index.3,v 1.3 1997/07/10 23:54:34 millert Exp $
35.\" 35.\"
36.Dd April 19, 1991 36.Dd April 19, 1991
37.Dt INDEX 3 37.Dt INDEX 3
@@ -76,7 +76,7 @@ locates the terminating '\e0'.
76.Xr strstr 3 , 76.Xr strstr 3 ,
77.Xr strtok 3 77.Xr strtok 3
78.Sh HISTORY 78.Sh HISTORY
79A 79An
80.Fn index 80.Fn index
81function appeared in 81function appeared in
82.At v6 . 82.At v6 .