]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 26 Apr 2006 06:51:15 +0000 (06:51 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 26 Apr 2006 06:51:15 +0000 (06:51 +0000)
man2/gettimeofday.2

index f641516d201590fa7635703e2e26b2598288016b..543fb221e680388d9430518c73f023f6b4c26de9 100644 (file)
@@ -79,8 +79,8 @@ argument is a
 .in +0.25i
 .nf
 struct timezone {
-    int tz_minuteswest;     /* minutes W of Greenwich */
-    int tz_dsttime;         /* type of dst correction */
+    int tz_minuteswest;     /* minutes west of Greenwich */
+    int tz_dsttime;         /* type of DST correction */
 };
 .fi
 .in -0.25i