Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jun 2000 22:05:46 -0700 (PDT)
From:      Chris Costello <chris@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/sys aio_cancel.2 aio_error.2 aio_read.2 aio_return.2 aio_suspend.2 aio_waitcomplete.2 aio_write.2 bind.2 close.2 dup.2 fcntl.2 flock.2 fsync.2 getdirentries.2 getpeername.2 getsockname.2 getsockopt.2 kldfind.2 kldfirstmod.2 ...
Message-ID:  <200006230505.WAA50565@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
chris       2000/06/22 22:05:46 PDT

  Modified files:
    lib/libc/sys         aio_cancel.2 aio_error.2 aio_read.2 
                         aio_return.2 aio_suspend.2 
                         aio_waitcomplete.2 aio_write.2 bind.2 
                         close.2 dup.2 fcntl.2 flock.2 fsync.2 
                         getdirentries.2 getpeername.2 
                         getsockname.2 getsockopt.2 kldfind.2 
                         kldfirstmod.2 kldload.2 kldstat.2 
                         kldunload.2 kqueue.2 ktrace.2 listen.2 
                         mmap.2 read.2 setpgid.2 write.2 
  Log:
  Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:
    ``.Ar errno'' -> ``.Va errno''
    ``.Nm ops'' -> ``.Fa ops''
    ``.Va fd'' -> ``.Fa fd''
  
  Revision  Changes    Path
  1.10      +4 -4      src/lib/libc/sys/aio_cancel.2
  1.8       +3 -3      src/lib/libc/sys/aio_error.2
  1.8       +27 -27    src/lib/libc/sys/aio_read.2
  1.7       +3 -3      src/lib/libc/sys/aio_return.2
  1.10      +9 -9      src/lib/libc/sys/aio_suspend.2
  1.4       +7 -7      src/lib/libc/sys/aio_waitcomplete.2
  1.6       +23 -23    src/lib/libc/sys/aio_write.2
  1.14      +3 -3      src/lib/libc/sys/bind.2
  1.12      +3 -3      src/lib/libc/sys/close.2
  1.11      +7 -7      src/lib/libc/sys/dup.2
  1.18      +3 -3      src/lib/libc/sys/fcntl.2
  1.11      +3 -3      src/lib/libc/sys/flock.2
  1.8       +3 -3      src/lib/libc/sys/fsync.2
  1.14      +3 -3      src/lib/libc/sys/getdirentries.2
  1.13      +3 -3      src/lib/libc/sys/getpeername.2
  1.13      +3 -3      src/lib/libc/sys/getsockname.2
  1.15      +5 -5      src/lib/libc/sys/getsockopt.2
  1.8       +3 -3      src/lib/libc/sys/kldfind.2
  1.7       +4 -4      src/lib/libc/sys/kldfirstmod.2
  1.7       +2 -2      src/lib/libc/sys/kldload.2
  1.7       +11 -11    src/lib/libc/sys/kldstat.2
  1.8       +2 -2      src/lib/libc/sys/kldunload.2
  1.8       +6 -6      src/lib/libc/sys/kqueue.2
  1.12      +15 -15    src/lib/libc/sys/ktrace.2
  1.15      +3 -3      src/lib/libc/sys/listen.2
  1.24      +2 -2      src/lib/libc/sys/mmap.2
  1.11      +5 -5      src/lib/libc/sys/read.2
  1.8       +4 -4      src/lib/libc/sys/setpgid.2
  1.14      +5 -5      src/lib/libc/sys/write.2



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006230505.WAA50565>