Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

17 lines
504B

  1. <!-- Copyright (C) 2009-2020 Free Software Foundation, Inc.
  2. Copying and distribution of this file, with or without modification,
  3. are permitted in any medium without royalty provided the copyright
  4. notice and this notice are preserved. -->
  5. <!-- The root element of a syscall info is <syscalls-info>. -->
  6. <!ELEMENT syscalls-info (syscall*)>
  7. <!ELEMENT syscall EMPTY>
  8. <!ATTLIST syscall
  9. name CDATA #REQUIRED
  10. number CDATA #REQUIRED
  11. alias CDATA #IMPLIED
  12. groups CDATA #IMPLIED>