merge in changes from 1.1 release branch
This commit is contained in:
parent
9e5ad8a853
commit
31ed1143ff
@ -1,2 +1,2 @@
|
||||
major=0
|
||||
minor=0
|
||||
minor=1
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: mount.2,v 1.9 1995/10/12 15:41:07 jtc Exp $
|
||||
.\" $NetBSD: mount.2,v 1.10 1995/11/28 06:41:53 jtc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1989, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -112,7 +112,7 @@ specific arguments to mount.
|
||||
The currently supported types of file systems and
|
||||
their type specific data are:
|
||||
.Pp
|
||||
.Dv MOUNT_UFS
|
||||
.Dv MOUNT_FFS
|
||||
.Bd -literal -offset indent -compact
|
||||
struct ufs_args {
|
||||
char *fspec; /* Block special file to mount */
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: ctime.3,v 1.6 1995/08/22 19:28:15 jtc Exp $
|
||||
.\" $NetBSD: ctime.3,v 1.7 1995/11/28 06:41:57 jtc Exp $
|
||||
.TH CTIME 3
|
||||
.SH NAME
|
||||
asctime, ctime, difftime, gmtime, localtime, mktime \- convert date and time to ASCII
|
||||
@ -199,8 +199,8 @@ UTC leap seconds are loaded from
|
||||
.BR /usr/share/zoneinfo/posixrules .
|
||||
.SH SEE ALSO
|
||||
getenv(3),
|
||||
newtzset(3),
|
||||
time(2),
|
||||
tzset(3),
|
||||
time(3),
|
||||
tzfile(5)
|
||||
.SH NOTES
|
||||
The return values point to static data;
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: time2posix.3,v 1.3 1995/03/10 18:21:27 jtc Exp $
|
||||
.\" $NetBSD: time2posix.3,v 1.4 1995/11/28 06:42:00 jtc Exp $
|
||||
.TH TIME2POSIX 3
|
||||
.SH NAME
|
||||
time2posix, posix2time \- convert seconds since the Epoch
|
||||
@ -38,7 +38,7 @@ to be
|
||||
(mostly)
|
||||
opaque\(emtime_t values should only be obtained-from and
|
||||
passed-to functions such as
|
||||
.IR time(2) ,
|
||||
.IR time(3) ,
|
||||
.IR localtime(3) ,
|
||||
.IR mktime(3) ,
|
||||
and
|
||||
@ -115,5 +115,5 @@ degenerate to the identity function.
|
||||
difftime(3),
|
||||
localtime(3),
|
||||
mktime(3),
|
||||
time(2)
|
||||
time(3)
|
||||
.\" @(#)time2posix.3 7.3
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: tzfile.5,v 1.3 1995/03/10 18:21:29 jtc Exp $
|
||||
.\" $NetBSD: tzfile.5,v 1.4 1995/11/28 06:42:02 jtc Exp $
|
||||
.TH TZFILE 5
|
||||
.SH NAME
|
||||
tzfile \- time zone information
|
||||
@ -96,7 +96,7 @@ Then there are
|
||||
pairs of four-byte values, written in standard byte order;
|
||||
the first value of each pair gives the time
|
||||
(as returned by
|
||||
.IR time(2))
|
||||
.IR time(3))
|
||||
at which a leap second occurs;
|
||||
the second gives the
|
||||
.I total
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: tzset.3,v 1.5 1995/08/22 19:28:17 jtc Exp $
|
||||
.\" $NetBSD: tzset.3,v 1.6 1995/11/28 06:42:04 jtc Exp $
|
||||
.TH TZSET 3
|
||||
.SH NAME
|
||||
tzset \- initialize time conversion information
|
||||
@ -231,6 +231,6 @@ UTC leap seconds are loaded from
|
||||
.SH SEE ALSO
|
||||
getenv(3),
|
||||
ctime(3),
|
||||
time(2),
|
||||
time(3),
|
||||
tzfile(5)
|
||||
.\" @(#)newtzset.3 7.3
|
||||
|
Loading…
Reference in New Issue
Block a user