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: Re: Which DocBook element to use for NICs?


On 9.4.2018 12:10, David O'Brien wrote:
> Anyone have any suggestions?
> 
> e.g., eth0, docker0, eno1

Definitively systemitem. For DocBook 4.x reference page is at:

https://tdg.docbook.org/tdg/4.5/systemitem.html

<systemitem>eth0</systemitem>

You can use class attribute to be more specific about value inside
systemitem. If there is nothing suitable for you in this list, you can
still use rola attribute and invent your own types, e.g.

<systemitem role="interface">eth0</systemitem>

						Jirka


-- 
------------------------------------------------------------------
  Jirka Kosek      e-mail: jirka@kosek.cz      http://xmlguru.cz
------------------------------------------------------------------
     Professional XML and Web consulting and training services
DocBook/DITA customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
    Bringing you XML Prague conference    http://xmlprague.cz
------------------------------------------------------------------

Attachment: signature.asc
Description: OpenPGP digital signature



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