summaryrefslogtreecommitdiffstats
path: root/lib/libcompat
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-19 00:58:07 +0000
committerbde <bde@FreeBSD.org>1997-03-19 00:58:07 +0000
commite32c9b1cfa72e80f75e70858aac6f9fa4b840b80 (patch)
tree15f029807e5bec85999a2232eb979f2717799748 /lib/libcompat
parent4cc11f6a3dfbffa16c59ce9bad344c639752c164 (diff)
downloadFreeBSD-src-e32c9b1cfa72e80f75e70858aac6f9fa4b840b80.zip
FreeBSD-src-e32c9b1cfa72e80f75e70858aac6f9fa4b840b80.tar.gz
FIxed arg types (mostly missing consts) in synopsis.
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 5c760a9..058f85c 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 15e318a..03b586d 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.
OpenPOWER on IntegriCloud