diff options
author | 1997-07-10 23:54:34 +0000 | |
---|---|---|
committer | 1997-07-10 23:54:34 +0000 | |
commit | d31f4ca28450fb20493c28e302cb2a59d445000a (patch) | |
tree | f9cfac3a8bb6aa1341205a26158e695a5223c5ef /lib/libc/string | |
parent | Be consistent wrt unsigned vs. u_* (diff) | |
download | wireguard-openbsd-d31f4ca28450fb20493c28e302cb2a59d445000a.tar.xz wireguard-openbsd-d31f4ca28450fb20493c28e302cb2a59d445000a.zip |
A -> An
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/index.3 | 4 |
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 . |