diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-10 23:54:35 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-10 23:54:35 +0000 |
commit | 7b000d5f864f4f2a15b88f223535dbc8a5ee91f6 (patch) | |
tree | 03fdaac1bd36c85ce02d07d13b53474d82f27053 /lib | |
parent | f4a1f3900564cbe89faf720a16104d6b59385c25 (diff) |
A -> An
Diffstat (limited to 'lib')
-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 . |