OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Formating comand line arguments


Hi I have the folowing code

<screen>
<prompt>bash$ </prompt>
<command>./configure<replaceable> --with-winbind --prefix=/usr/local/samba 
--sysconfdir=/etc/samba --with-configdir=/etc/samba
--with-privatedir=/etc/samba/private --with-lockdir=/var/lock
--with-smbmount --with-quotas --with-winbind-auth-challenge
--with-automount
</replaceable></command>
</screen>

the problem is that I would like to break the lines inside this code
so it will look somthing like this (I hope that the mime formating
works here)

./configure --with-winbind --prefix=/usr/local/samba 
		--sysconfdir=/etc/samba --with-configdir=/etc/samba
                --with-privatedir=/etc/samba/private --with-lockdir=/var/lock 
		--with-smbmount --with-quotas --with-winbind-auth-challenge --with-automount

How can I accomplish a formating like this, as far as I know docbook
does not hav LaTeX-like
verbatim or html <br> tags, so can this only be done in the xsl ?



Regards.

Lars Roland


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]