improvements to SGML
Started by Neil Conwayover 22 years ago4 messagespatches
This patch makes some editorial improvements to the bug reporting
guidelines and the LOCK reference page.
-Neil
Attachments:
bug-reporting-doc-improv-2.patchtext/x-patchDownload+69-69
Re: improvements to SGML
Neil Conway wrote:
This patch makes some editorial improvements to the bug reporting
guidelines and the LOCK reference page.
Looks good, but did you have a specific reason to prefer LOCK TABLE over
plain LOCK?
Re: improvements to SGML
Peter Eisentraut <peter_e@gmx.net> writes:
Looks good, but did you have a specific reason to prefer LOCK TABLE over
plain LOCK?
None other than consistency: the majority of the usages in lock.sgml
already used LOCK TABLE, so I converted the rest over. I don't
particularly prefer one form over another...
-Neil