From 1161496b1fe96bd200abb99eecc93d8594aa8306 Mon Sep 17 00:00:00 2001 From: mpech <> Date: Mon, 6 Aug 2001 10:42:26 +0000 Subject: o) We always close .Bl and .Bd tags; o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok --- src/lib/libc/string/strtok.3 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libc/string') diff --git a/src/lib/libc/string/strtok.3 b/src/lib/libc/string/strtok.3 index b3949d3e72..b8dad8eff0 100644 --- a/src/lib/libc/string/strtok.3 +++ b/src/lib/libc/string/strtok.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtok.3,v 1.14 2000/08/09 15:56:44 aaron Exp $ +.\" $OpenBSD: strtok.3,v 1.15 2001/08/06 10:42:26 mpech Exp $ .\" .Dd June 29, 1991 .Dt STRTOK 3 @@ -94,7 +94,6 @@ and modify the string, .Fa str should not point to an area in the initialized data segment. -.Pp .Sh EXAMPLES The following will construct an array of pointers to each individual word in the string -- cgit v1.2.3-55-g6feb