summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-07-10 23:54:34 +0000
committermillert <millert@openbsd.org>1997-07-10 23:54:34 +0000
commitd31f4ca28450fb20493c28e302cb2a59d445000a (patch)
treef9cfac3a8bb6aa1341205a26158e695a5223c5ef /lib/libc/string
parentBe consistent wrt unsigned vs. u_* (diff)
downloadwireguard-openbsd-d31f4ca28450fb20493c28e302cb2a59d445000a.tar.xz
wireguard-openbsd-d31f4ca28450fb20493c28e302cb2a59d445000a.zip
A -> An
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/index.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/index.3 b/lib/libc/string/index.3
index 04db37eb10f..e6560cc8057 100644
--- a/lib/libc/string/index.3
+++ b/lib/libc/string/index.3
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: index.3,v 1.2 1996/08/19 08:34:02 tholo Exp $
+.\" $OpenBSD: index.3,v 1.3 1997/07/10 23:54:34 millert Exp $
.\"
.Dd April 19, 1991
.Dt INDEX 3
@@ -76,7 +76,7 @@ locates the terminating '\e0'.
.Xr strstr 3 ,
.Xr strtok 3
.Sh HISTORY
-A
+An
.Fn index
function appeared in
.At v6 .