[BACK]Return to alarm.3 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/gen/alarm.3 between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 1993/03/21 09:45:37 version 1.1.1.2, 1995/02/25 09:11:10
Line 1 
Line 1 
 .\" Copyright (c) 1980, 1991 Regents of the University of California.  .\" Copyright (c) 1980, 1991, 1993, 1994
 .\" All rights reserved.  .\"     The Regents of the University of California.  All rights reserved.
 .\"  .\"
 .\" Redistribution and use in source and binary forms, with or without  .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions  .\" modification, are permitted provided that the following conditions
Line 29 
Line 29 
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF  .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.  .\" SUCH DAMAGE.
 .\"  .\"
 .\"     @(#)alarm.3     6.4 (Berkeley) 4/19/91  .\"     @(#)alarm.3     8.2 (Berkeley) 4/19/94
 .\"  .\"
 .Dd April 19, 1991  .Dd April 19, 1994
 .Dt ALARM 3  .Dt ALARM 3
 .Os BSD 4  .Os BSD 4
 .Sh NAME  .Sh NAME
Line 56  before asserting the terminating signal
Line 56  before asserting the terminating signal
 When the signal has successfully been caught,  When the signal has successfully been caught,
 .Fn alarm  .Fn alarm
 returns the amount of time left on the clock.  returns the amount of time left on the clock.
 The maximum mumber of  The maximum number of
 .Ar seconds  .Ar seconds
 allowed  allowed
 is 2147483647.  is 2147483647.
Line 65  If an alarm has been set with
Line 65  If an alarm has been set with
 .Fn alarm ,  .Fn alarm ,
 another call to  another call to
 .Fn alarm  .Fn alarm
 will superceed the prior call.  will supersede the prior call.
 The request  The request
 .Fn alarm "0"  .Fn alarm "0"
 voids the current  voids the current

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

CVSweb <webmaster@jp.NetBSD.org>