summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormillert <>1997-07-10 23:54:34 +0000
committermillert <>1997-07-10 23:54:34 +0000
commit26adfdbdbb5766e96d652080041e8d9a27b11cea (patch)
treec9e9507bb6b7e7091979897e227ee1ccad8aaeab
parent876d3a1be4aa406672cc674a171f26878319d505 (diff)
downloadopenbsd-26adfdbdbb5766e96d652080041e8d9a27b11cea.tar.gz
openbsd-26adfdbdbb5766e96d652080041e8d9a27b11cea.tar.bz2
openbsd-26adfdbdbb5766e96d652080041e8d9a27b11cea.zip
A -> An
-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 .