diff options
author | James E Keenan <jkeenan@cpan.org> | 2018-11-27 16:07:35 -0500 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2018-12-07 23:09:23 +0000 |
commit | 90c09c683be291d22d2f06a3d926b59dc5677958 (patch) | |
tree | 07cae079db0032476ed306ff78431db166832cf9 /Porting/README.y2038 | |
parent | 3601832e0e3e0dc07d27e6e3da50ad346500f469 (diff) | |
download | perl-90c09c683be291d22d2f06a3d926b59dc5677958.tar.gz |
Use more plausible argument for 'cd' in example.
In our documentation we generally assume that the user is navigating
from the top-level of the core distribution. If so, then to compile a C
program found in Porting/ the user would simply 'cd Porting' rather than
'cd perl/Porting'.
Diffstat (limited to 'Porting/README.y2038')
-rw-r--r-- | Porting/README.y2038 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/README.y2038 b/Porting/README.y2038 index 41087d5215..0e83775cf3 100644 --- a/Porting/README.y2038 +++ b/Porting/README.y2038 @@ -55,7 +55,7 @@ unix-like systems. For windows and VMS these values are hard-coded. You can use timecheck.c in the Porting directory to check those values yourself, using the same technique that is used in Configure based on bit-shifting: - $ cd perl/Porting + $ cd Porting $ cc -O -o timecheck timecheck.c $ ./timecheck ====================== |