1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00

FIxed arg types (mostly missing consts) in synopsis.

This commit is contained in:
Bruce Evans 1997-03-19 00:58:07 +00:00
parent 09589ca82e
commit 1d23531445
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24009
3 changed files with 7 additions and 7 deletions

View File

@ -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.

View File

@ -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).

View File

@ -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.