Line | |
---|
1 | .\" $Header: /afs/dev.mit.edu/source/repository/athena/etc/xdm/xlogin/timeout.1,v 1.4 1991-06-28 20:27:26 probe Exp $ |
---|
2 | .TH TIMEOUT 1 "16 November 1990" |
---|
3 | .ds ]W MIT Project Athena |
---|
4 | .SH NAME |
---|
5 | timeout \- run an application and force it to exit if the user is inactive |
---|
6 | .SH SYNOPSIS |
---|
7 | .nf |
---|
8 | timeout seconds application command line |
---|
9 | .fi |
---|
10 | .SH DESCRIPTION |
---|
11 | \fITimeout\fR will execute the specified command line. If the user does |
---|
12 | not type anything for \fIseconds\fR seconds, \fItimeout\fR will kill |
---|
13 | the application and then exit itself. If the application exits before |
---|
14 | it has been idle too long, \fItimeout\fR will exit as well. |
---|
15 | |
---|
16 | .SH EXAMPLE |
---|
17 | .nf |
---|
18 | timeout 60 olh -tty |
---|
19 | .fi |
---|
20 | This will run OnLine Help in terminal mode, and force it to quit if |
---|
21 | the user goes for more than 1 minute without typing anything. |
---|
22 | |
---|
23 | .SH DIAGNOSTICS |
---|
24 | .nf |
---|
25 | timeout: Failed to exec application ... |
---|
26 | .fi |
---|
27 | This is printed if it can't find the application. Make sure you |
---|
28 | specify the complete path name. |
---|
29 | |
---|
30 | .nf |
---|
31 | MAX IDLE TIME REACHED. |
---|
32 | .fi |
---|
33 | This is printed just before \fItimeout\fR kills the application. |
---|
34 | |
---|
35 | .SH AUTHOR |
---|
36 | Mark Rosenstein, MIT Project Athena |
---|
37 | .br |
---|
38 | Copyright (c) 1990 Massachusetts Institute of Technology |
---|
Note: See
TracBrowser
for help on using the repository browser.