This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [docbook] Markup for Protocol/Dialogue


> -----Original Message-----
> From: Michael P. Urban [mailto:urban@jord.JPL.NASA.GOV]
> Sent: Wednesday, May 21, 2003 8:01 PM
> To: docbook@lists.oasis-open.org
> Subject: [docbook] Markup for Protocol/Dialogue
> 
> 
> What is the right markup to use for a dialogue like:
> 
> Server: HERE
> Client: HELO I am here
> Server: OK I am here
> Client: QUIT
> Server: BYE
> 
Something like that?:

<screen>
  <systemitem class="systemname">Server</systemitem>:
<computeroutput><command>HERE</command></computeroutput>
  <systemitem class="systemname">Client</systemitem>:
<computeroutput><command>HELO</command><replaceable> I am
here</replaceable></computeroutput>
  <systemitem class="systemname">Server</systemitem>:
<computeroutput><command>OK</command><replaceable> I am
here</replaceable></computeroutput>
  <systemitem class="systemname">Client</systemitem>:
<computeroutput><command>QUIT</command></computeroutput>
  <systemitem class="systemname">Server</systemitem>:
<computeroutput><command>BYE</command></computeroutput>
</screen>

Regards
Gisbert Amm
http://web.de/

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-help@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]