Nits reported by Patrick Simpson
This commit is contained in:
parent
2f335d74e9
commit
9aa010403a
@ -33,7 +33,7 @@
|
|||||||
775 bin operator /usr/local
|
775 bin operator /usr/local
|
||||||
775 bin operator /usr/local/bin
|
775 bin operator /usr/local/bin
|
||||||
775 bin operator /usr/local/include
|
775 bin operator /usr/local/include
|
||||||
755 root operator /usr/local/info
|
775 bin operator /usr/local/info
|
||||||
775 bin operator /usr/local/lib
|
775 bin operator /usr/local/lib
|
||||||
775 bin operator /usr/local/man
|
775 bin operator /usr/local/man
|
||||||
755 bin operator /usr/local/man/man1
|
755 bin operator /usr/local/man/man1
|
||||||
|
@ -7,7 +7,7 @@ clean::
|
|||||||
|
|
||||||
install::
|
install::
|
||||||
-rm -rf $(MAN)
|
-rm -rf $(MAN)
|
||||||
mkdir $(MAN)
|
-mkdir $(MAN)
|
||||||
cpdir . $(MAN)
|
cpdir . $(MAN)
|
||||||
chown -R bin $(MAN)
|
chown -R bin $(MAN)
|
||||||
chgrp -R operator $(MAN)
|
chgrp -R operator $(MAN)
|
||||||
|
@ -86,17 +86,12 @@ struct tm {
|
|||||||
int tm_wday; /* 0-6 day of week (Sunday = 0) */
|
int tm_wday; /* 0-6 day of week (Sunday = 0) */
|
||||||
int tm_yday; /* 0-365 day of year */
|
int tm_yday; /* 0-365 day of year */
|
||||||
int tm_isdst; /* flag: daylight savings time in effect */
|
int tm_isdst; /* flag: daylight savings time in effect */
|
||||||
long tm_gmtoff; /* offset from GMT in seconds */
|
|
||||||
char **tm_zone; /* abbreviation of timezone name */
|
|
||||||
};
|
};
|
||||||
.fi
|
.fi
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fBTm_isdst\fP is non-zero if a time zone adjustment such as Daylight
|
\fBTm_isdst\fP is non-zero if a time zone adjustment such as Daylight
|
||||||
Savings time is in effect.
|
Savings time is in effect.
|
||||||
.PP
|
|
||||||
\fBTm_gmtoff\fP is the offset (in seconds) of the time represented
|
|
||||||
from GMT, with positive values indicating East of Greenwich.
|
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.ta \w'/usr/lib/zoneinfo\0\0'u
|
.ta \w'/usr/lib/zoneinfo\0\0'u
|
||||||
/usr/lib/zoneinfo time zone information directory
|
/usr/lib/zoneinfo time zone information directory
|
||||||
@ -111,6 +106,4 @@ from GMT, with positive values indicating East of Greenwich.
|
|||||||
.BR zic (8).
|
.BR zic (8).
|
||||||
.SH NOTE
|
.SH NOTE
|
||||||
The return values point to static data whose content is overwritten by
|
The return values point to static data whose content is overwritten by
|
||||||
each call. The \fBtm_zone\fP field of a returned \fBstruct tm\fP
|
each call.
|
||||||
points to a static array of characters, which will also be overwritten
|
|
||||||
at the next call (and by calls to \fBtzset\fP).
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
.sp 0.5v
|
.sp 0.5v
|
||||||
..
|
..
|
||||||
.tr ~
|
.tr ~
|
||||||
.TH LS 1
|
.TH SETUP 8
|
||||||
.SH NAME
|
.SH NAME
|
||||||
setup \- install MINIX 3 on the hard disk
|
setup \- install MINIX 3 on the hard disk
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user