Fixed a minor style nit in the EXAMPLE section.

This commit is contained in:
Wes Peters 1999-07-10 19:18:42 +00:00
parent b6041a4307
commit b7edc98010
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48740

View file

@ -107,7 +107,7 @@ character.
When no more tokens remain, a null pointer is returned.
.Sh EXAMPLE
The following uses
.Fn strtok_r ()
.Fn strtok_r
to parse two strings using separate contexts:
.Bd -literal
char test[80], blah[80];