diff options
author | jkeenan <jkeenan@cpan.org> | 2011-11-22 15:59:53 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-22 16:27:22 -0800 |
commit | 6b0bcbb15a2b81f5d96b8c9dc4c65f0054126b86 (patch) | |
tree | 5e1b2a17d947337434434dd4d96e6559eff58afd /ext/SDBM_File | |
parent | 2338da5a00e98910006b24c724aeb72c75ac8d22 (diff) | |
download | perl-6b0bcbb15a2b81f5d96b8c9dc4c65f0054126b86.tar.gz |
[RT #36079] Where sensible, replace consecutive single quotation marks with a double quotation mark.
Diffstat (limited to 'ext/SDBM_File')
-rw-r--r-- | ext/SDBM_File/sdbm/README | 18 | ||||
-rw-r--r-- | ext/SDBM_File/sdbm/readme.ms | 4 |
2 files changed, 11 insertions, 11 deletions
diff --git a/ext/SDBM_File/sdbm/README b/ext/SDBM_File/sdbm/README index 2013504ad4..2659e0fa11 100644 --- a/ext/SDBM_File/sdbm/README +++ b/ext/SDBM_File/sdbm/README @@ -305,19 +305,19 @@ References Ken Thompson, private communication, Nov. 1990 [Lit80] - W. Litwin, '' Linear Hashing: A new tool for file and - table addressing'', Proceedings of the 6th Conference on + W. Litwin, "Linear Hashing: A new tool for file and + table addressing", Proceedings of the 6th Conference on Very Large Dabatases (Montreal), pp. 212-223, Very Large Database Foundation, Saratoga, Calif., 1980. [Fag79] R. Fagin, J. Nievergelt, N. Pippinger, and H. R. - Strong, ''Extendible Hashing - A Fast Access Method for - Dynamic Files'', ACM Trans. Database Syst., vol. 4, + Strong, "Extendible Hashing - A Fast Access Method for + Dynamic Files", ACM Trans. Database Syst., vol. 4, no.3, pp. 315-344, Sept. 1979. [Wal84] - Rich Wales, ''Discussion of "dbm" data base system'', + Rich Wales, "Discussion of 'dbm' data base system", USENET newsgroup unix.wizards, Jan. 1984. [Tor87] @@ -337,13 +337,13 @@ References USENET newsgroup comp.unix, 1987. [Mar79] - G. N. Martin, ''Spiral Storage: Incrementally Augment- - able Hash Addressed Storage'', Technical Report #27, + G. N. Martin, "Spiral Storage: Incrementally Augment- + able Hash Addressed Storage", Technical Report #27, University of Varwick, Coventry, U.K., 1979. [Enb88] - R. J. Enbody and H. C. Du, ''Dynamic Hashing - Schemes'',ACM Computing Surveys, vol. 20, no. 2, pp. + R. J. Enbody and H. C. Du, "Dynamic Hashing + Schemes",ACM Computing Surveys, vol. 20, no. 2, pp. 85-113, June 1988. diff --git a/ext/SDBM_File/sdbm/readme.ms b/ext/SDBM_File/sdbm/readme.ms index 6e8137cc14..2965cde28d 100644 --- a/ext/SDBM_File/sdbm/readme.ms +++ b/ext/SDBM_File/sdbm/readme.ms @@ -328,7 +328,7 @@ P.-A. Larson, Ken Thompson, \fIprivate communication\fP, Nov. 1990 .IP [Lit80] 4m W. Litwin, -" Linear Hashing: A new tool for file and table addressing", +"Linear Hashing: A new tool for file and table addressing", \fIProceedings of the 6th Conference on Very Large Dabatases (Montreal)\fP, pp. 212-223, Very Large Database Foundation, Saratoga, Calif., 1980. .IP [Fag79] 4m @@ -337,7 +337,7 @@ R. Fagin, J. Nievergelt, N. Pippinger, and H. R. Strong, \fIACM Trans. Database Syst.\fP, vol. 4, no.3, pp. 315-344, Sept. 1979. .IP [Wal84] 4m Rich Wales, -"Discussion of "dbm" data base system", \fIUSENET newsgroup unix.wizards\fP, +"Discussion of 'dbm' data base system", \fIUSENET newsgroup unix.wizards\fP, Jan. 1984. .IP [Tor87] 4m Chris Torek, |