This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use more plausible argument for 'cd' in example.
authorJames E Keenan <jkeenan@cpan.org>
Tue, 27 Nov 2018 21:07:35 +0000 (16:07 -0500)
committerJames E Keenan <jkeenan@cpan.org>
Fri, 7 Dec 2018 23:09:23 +0000 (23:09 +0000)
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'.

Porting/README.y2038

index 41087d5..0e83775 100644 (file)
@@ -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
   ======================