您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

17 行
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>