Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 May 2010 22:49:54 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/gen alarm.3 siginterrupt.3 ualarm.3 src/lib/libc/sys execve.2 fcntl.2 getitimer.2 getrlimit.2 sigaction.2 sigreturn.2 vfork.2 src/usr.bin/lastcomm lastcomm.1
Message-ID:  <201005062300.o46N08eU087400@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-05-06 22:49:54 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/gen         alarm.3 siginterrupt.3 ualarm.3 
    lib/libc/sys         execve.2 fcntl.2 getitimer.2 getrlimit.2 
                         sigaction.2 sigreturn.2 vfork.2 
    usr.bin/lastcomm     lastcomm.1 
  Log:
  SVN rev 207735 on 2010-05-06 22:49:54Z by jilles
  
  Update xrefs from 4.3BSD to modern signal functions in various man pages.
  
  sigvec(2) references have been updated to sigaction(2), sigsetmask(2) and
  sigblock(2) to sigprocmask(2), sigpause(2) to sigsuspend(2).
  
  Some legacy man pages still refer to them, that is OK.
  
  Revision  Changes    Path
  1.18      +1 -2      src/lib/libc/gen/alarm.3
  1.16      +2 -3      src/lib/libc/gen/siginterrupt.3
  1.21      +2 -2      src/lib/libc/gen/ualarm.3
  1.44      +2 -2      src/lib/libc/sys/execve.2
  1.49      +1 -1      src/lib/libc/sys/fcntl.2
  1.24      +1 -1      src/lib/libc/sys/getitimer.2
  1.27      +1 -1      src/lib/libc/sys/getrlimit.2
  1.62      +0 -4      src/lib/libc/sys/sigaction.2
  1.19      +1 -1      src/lib/libc/sys/sigreturn.2
  1.30      +1 -1      src/lib/libc/sys/vfork.2
  1.18      +1 -1      src/usr.bin/lastcomm/lastcomm.1



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