summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-06-27 13:23:11 +0000
committerwiz <wiz@NetBSD.org>2003-06-27 13:23:11 +0000
commit2a0c101d513ba9fc4e7fb3a6cae80e9541920e70 (patch)
treed423730e5bcc02671e5434f096697bd58c618d40 /lib
parentd82212c90e740da1cb6b42c5ddcaa23c017940f4 (diff)
Remove superfluous semicolon.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/ftok.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/ftok.3 b/lib/libc/gen/ftok.3
index 168dfe4600e..7e4ae39ea98 100644
--- a/lib/libc/gen/ftok.3
+++ b/lib/libc/gen/ftok.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: ftok.3,v 1.11 2003/04/16 13:34:36 wiz Exp $
+.\" $NetBSD: ftok.3,v 1.12 2003/06/27 13:23:11 wiz Exp $
.\"
.\" Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
.\" All rights reserved.
@@ -37,7 +37,7 @@
.In sys/types.h
.In sys/ipc.h
.Ft key_t
-.Fn ftok "const char *path" "int id" ;
+.Fn ftok "const char *path" "int id"
.Sh DESCRIPTION
The
.Fn ftok