Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen Remove superfluous semicolon.
details: https://anonhg.NetBSD.org/src/rev/f682c4305917
branches: trunk
changeset: 548490:f682c4305917
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Jun 27 13:23:11 2003 +0000
description:
Remove superfluous semicolon.
diffstat:
lib/libc/gen/ftok.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 87a008c2b4b8 -r f682c4305917 lib/libc/gen/ftok.3
--- a/lib/libc/gen/ftok.3 Fri Jun 27 13:20:00 2003 +0000
+++ b/lib/libc/gen/ftok.3 Fri Jun 27 13:23:11 2003 +0000
@@ -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@localhost>
.\" 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
Home |
Main Index |
Thread Index |
Old Index