diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-03-19 14:06:55 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-03-19 14:06:55 +0000 |
| commit | 3df7a83b1c28a0bdb96fb81a749e29d38951aae7 (patch) | |
| tree | 3f5aabe9aeb03fd1556a2fe7151b00cb9da56908 /lib/libc | |
| parent | db7e641fba3993f55b6f86ea5b2820ee301ad2a7 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/ualarm.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3 index 666029af82ef..77082cd84999 100644 --- a/lib/libc/gen/ualarm.3 +++ b/lib/libc/gen/ualarm.3 @@ -29,7 +29,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)ualarm.3 8.2 (Berkeley) 4/19/94 +.\" From: @(#)ualarm.3 8.2 (Berkeley) 4/19/94 +.\" $Id$ .\" .Dd April 19, 1994 .Dt UALARM 3 @@ -68,7 +69,7 @@ microseconds after the timer expires (e.g. after microseconds have passed). .Sh RETURN VALUES When the signal has successfully been caught, -.Fn alarm +.Fn ualarm returns the amount of time left on the clock. The maximum number of .Ar microseconds |
