1. 09 9月, 2016 1 次提交
  2. 13 7月, 2016 1 次提交
  3. 08 7月, 2016 1 次提交
  4. 05 7月, 2016 1 次提交
    • M
      doc-rst: linux_tv: avoid using c:func:: · 760c7010
      Mauro Carvalho Chehab 提交于
      Using auto-generated links is dangerous, as there are multiple
      definitions for syscalls (at least one on each book part).
      
      So, reference them by their explicit reference.
      
      I used this small script to help writing this patch:
      
      for i in $(git grep -l "c:func:"); do perl -ne 's/\:c\:func:\`(open|close|read|poll|write|select|mmap|munmap|ioctl)\(\)`/:ref:`$1() <func-$1>`/; print $_' < $i >a && mv a $i; done
      Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      760c7010
  5. 04 7月, 2016 2 次提交
  6. 02 7月, 2016 2 次提交
  7. 01 7月, 2016 1 次提交
新手
引导
客服 返回
顶部