diff --git a/lib/libc/gen/ftok.3 b/lib/libc/gen/ftok.3 index 15e318aef5d9..03b586d29578 100644 --- a/lib/libc/gen/ftok.3 +++ b/lib/libc/gen/ftok.3 @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: ftok.3,v 1.7 1997/02/22 15:06:08 peter Exp $ .Dd June 24, 1994 .Os .Dt ftok 3 @@ -34,7 +34,7 @@ .Fd #include .Fd #include .Ft key_t -.Fn ftok "const char *path" "int id" ; +.Fn ftok "const char *path" "int id" .Sh DESCRIPTION .Bf -symbolic This function is available from the compatibility library, libcompat. diff --git a/lib/libcompat/4.1/cftime.3 b/lib/libcompat/4.1/cftime.3 index 5c760a9d5c31..058f85cdcabd 100644 --- a/lib/libcompat/4.1/cftime.3 +++ b/lib/libcompat/4.1/cftime.3 @@ -32,7 +32,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.\" $Id$ +.\" $Id: cftime.3,v 1.3 1997/02/22 15:05:51 peter Exp $ .\" .Dd June 15, 1993 .Os @@ -44,9 +44,9 @@ .Sh SYNOPSIS .Fd #include .Ft int -.Fn cftime "char *s" "char *format" "const time_t *clock" ; +.Fn cftime "char *s" "char *format" "const time_t *clock" .Ft int -.Fn ascftime "char *s" "const char *format" "const struct tm *tmptr" ; +.Fn ascftime "char *s" "const char *format" "const struct tm *tmptr" .Sh DESCRIPTION .Bf -symbolic The cftime and ascftime functions are made obsolete by strftime(3). diff --git a/lib/libcompat/SysV/ftok.3 b/lib/libcompat/SysV/ftok.3 index 15e318aef5d9..03b586d29578 100644 --- a/lib/libcompat/SysV/ftok.3 +++ b/lib/libcompat/SysV/ftok.3 @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: ftok.3,v 1.7 1997/02/22 15:06:08 peter Exp $ .Dd June 24, 1994 .Os .Dt ftok 3 @@ -34,7 +34,7 @@ .Fd #include .Fd #include .Ft key_t -.Fn ftok "const char *path" "int id" ; +.Fn ftok "const char *path" "int id" .Sh DESCRIPTION .Bf -symbolic This function is available from the compatibility library, libcompat.