diff options
-rw-r--r-- | autodoc.pl | 2 | ||||
-rw-r--r-- | pod/perlapi.pod | 2 | ||||
-rw-r--r-- | pod/perlintern.pod | 9 |
3 files changed, 11 insertions, 2 deletions
diff --git a/autodoc.pl b/autodoc.pl index 7748e2aadf..e801c6cd46 100644 --- a/autodoc.pl +++ b/autodoc.pl @@ -161,7 +161,7 @@ sub readonly_footer (*) { print $fh <<'_EOF_'; =cut -ex: set ro: + ex: set ro: _EOF_ } diff --git a/pod/perlapi.pod b/pod/perlapi.pod index c5f4823411..64bb6b8b49 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -6939,4 +6939,4 @@ perlguts(1), perlxs(1), perlxstut(1), perlintern(1) =cut -ex: set ro: + ex: set ro: diff --git a/pod/perlintern.pod b/pod/perlintern.pod index de67174a41..5c901cd47d 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -1,3 +1,9 @@ +-*- buffer-read-only: t -*- + +!!!!!!! DO NOT EDIT THIS FILE !!!!!!! +This file is built by autodoc.pl extracting documentation from the C source +files. + =head1 NAME perlintern - autogenerated documentation of purely B<internal> @@ -1046,3 +1052,6 @@ document their functions. perlguts(1), perlapi(1) +=cut + + ex: set ro: |