16 lines
730 B
DTD
16 lines
730 B
DTD
<!-- Copyright (C) 2011-2022 Free Software Foundation, Inc.
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
are permitted in any medium without royalty provided the copyright
|
|
notice and this notice are preserved. -->
|
|
|
|
<!-- library-list-svr4: Root element with versioning -->
|
|
<!ELEMENT library-list-svr4 (library)*>
|
|
<!ATTLIST library-list-svr4 version CDATA #FIXED "1.0">
|
|
<!ATTLIST library-list-svr4 main-lm CDATA #IMPLIED>
|
|
|
|
<!ELEMENT library EMPTY>
|
|
<!ATTLIST library name CDATA #REQUIRED>
|
|
<!ATTLIST library lm CDATA #REQUIRED>
|
|
<!ATTLIST library l_addr CDATA #REQUIRED>
|
|
<!ATTLIST library l_ld CDATA #REQUIRED>
|