From: Ben Gras Date: Wed, 31 Aug 2005 13:06:51 +0000 (+0000) Subject: Nits reported by Patrick Simpson X-Git-Tag: v3.1.0~229 X-Git-Url: http://zhaoyanbai.com/repos/rndc.html?a=commitdiff_plain;h=9aa010403a9ca6fc018d40a972d314a4e95e53d2;p=minix.git Nits reported by Patrick Simpson --- diff --git a/etc/mtree/minix.tree b/etc/mtree/minix.tree index 92de2642a..928580cff 100644 --- a/etc/mtree/minix.tree +++ b/etc/mtree/minix.tree @@ -33,7 +33,7 @@ 775 bin operator /usr/local 775 bin operator /usr/local/bin 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/man 755 bin operator /usr/local/man/man1 diff --git a/man/Makefile b/man/Makefile index 0c8468c99..0e6f40559 100644 --- a/man/Makefile +++ b/man/Makefile @@ -7,7 +7,7 @@ clean:: install:: -rm -rf $(MAN) - mkdir $(MAN) + -mkdir $(MAN) cpdir . $(MAN) chown -R bin $(MAN) chgrp -R operator $(MAN) diff --git a/man/man3/ctime.3 b/man/man3/ctime.3 index 25005d93c..7e347f583 100644 --- a/man/man3/ctime.3 +++ b/man/man3/ctime.3 @@ -86,17 +86,12 @@ struct tm { int tm_wday; /* 0-6 day of week (Sunday = 0) */ int tm_yday; /* 0-365 day of year */ 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 .RE .PP \fBTm_isdst\fP is non-zero if a time zone adjustment such as Daylight 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 .ta \w'/usr/lib/zoneinfo\0\0'u /usr/lib/zoneinfo time zone information directory @@ -111,6 +106,4 @@ from GMT, with positive values indicating East of Greenwich. .BR zic (8). .SH NOTE 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 -points to a static array of characters, which will also be overwritten -at the next call (and by calls to \fBtzset\fP). +each call. diff --git a/man/man8/setup.8 b/man/man8/setup.8 index bd4ffc9e9..7bab7b775 100644 --- a/man/man8/setup.8 +++ b/man/man8/setup.8 @@ -14,7 +14,7 @@ .sp 0.5v .. .tr ~ -.TH LS 1 +.TH SETUP 8 .SH NAME setup \- install MINIX 3 on the hard disk .SH SYNOPSIS