]> Zhao Yanbai Git Server - minix.git/commitdiff
Nits reported by Patrick Simpson
authorBen Gras <ben@minix3.org>
Wed, 31 Aug 2005 13:06:51 +0000 (13:06 +0000)
committerBen Gras <ben@minix3.org>
Wed, 31 Aug 2005 13:06:51 +0000 (13:06 +0000)
etc/mtree/minix.tree
man/Makefile
man/man3/ctime.3
man/man8/setup.8

index 92de2642a73ca43125f1ec769be5fa2a8a167c1e..928580cffc26d6ff43a048ab72bb76e87a0c336f 100644 (file)
@@ -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
index 0c8468c99bf59f31c5f4783b15972b164a032504..0e6f405598af7ff8b39da5127ad5f1f0894ba1f2 100644 (file)
@@ -7,7 +7,7 @@ clean::
 
 install::
        -rm -rf $(MAN)
-       mkdir $(MAN)
+       -mkdir $(MAN)
        cpdir . $(MAN)
        chown -R bin $(MAN)
        chgrp -R operator $(MAN)
index 25005d93c366ff22021ed730aa38e1b20ffc71db..7e347f5833f264c468ca4ee9f46c626df9f89a4f 100644 (file)
@@ -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.  
index bd4ffc9e9dc82fc6d562d99a889c8d029b251087..7bab7b775bc608d116e9478be5c1897354a8602f 100644 (file)
@@ -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