summaryrefslogtreecommitdiff
path: root/lib/libcompat
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-03-19 00:58:07 +0000
committerBruce Evans <bde@FreeBSD.org>1997-03-19 00:58:07 +0000
commit1d23531445dd0e0e0f17a0d52f539f666c7b8de6 (patch)
tree3a081e951b71a7ccaeaffcc55e502b739fb1598b /lib/libcompat
parent09589ca82ea8ceaa26a6c2f4792742019a162827 (diff)
Notes
Diffstat (limited to 'lib/libcompat')
-rw-r--r--lib/libcompat/4.1/cftime.36
-rw-r--r--lib/libcompat/SysV/ftok.34
2 files changed, 5 insertions, 5 deletions
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 <time.h>
.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 <sys/types.h>
.Fd #include <sys/ipc.h>
.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.