improvements to SGML

Started by Neil Conwayover 22 years ago4 messagespatches
Jump to latest
#1Neil Conway
neilc@samurai.com

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
#2Peter Eisentraut
peter_e@gmx.net
In reply to: Neil Conway (#1)
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?

#3Neil Conway
neilc@samurai.com
In reply to: Peter Eisentraut (#2)
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

#4Neil Conway
neilc@samurai.com
In reply to: Neil Conway (#1)
Re: improvements to SGML

Neil Conway <neilc@samurai.com> writes:

This patch makes some editorial improvements to the bug reporting
guidelines and the LOCK reference page.

Patch applied to HEAD.

-Neil