Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl 2025-01-26 00:30:12 +01:00
commit 5b588ef0e1
2 changed files with 4 additions and 2 deletions

View File

@ -61,7 +61,9 @@
<screen role="nodump"><userinput>umask</userinput></screen> <screen role="nodump"><userinput>umask</userinput></screen>
<para>The output should be <computeroutput>022</computeroutput>.</para> <para>The output may be <computeroutput>0022</computeroutput> or
<computeroutput>022</computeroutput> (the number of leading zeros depends
on the host distro).</para>
<para>If any output of these two commands is incorrect, use the command <para>If any output of these two commands is incorrect, use the command
given earlier on this page to set <envar>$LFS</envar> to the correct given earlier on this page to set <envar>$LFS</envar> to the correct

View File

@ -496,7 +496,7 @@ done
cp -v zone.tab zone1970.tab iso3166.tab $ZONEINFO cp -v zone.tab zone1970.tab iso3166.tab $ZONEINFO
zic -d $ZONEINFO -p America/New_York zic -d $ZONEINFO -p America/New_York
unset ZONEINFO</userinput></screen> unset ZONEINFO tz</userinput></screen>
<variablelist> <variablelist>
<title>The meaning of the zic commands:</title> <title>The meaning of the zic commands:</title>