No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

17 líneas
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>