source: projects/initscripts/tags/initscripts-8.91.3/src/netreport.1 @ 1108

Revision 1108, 685 bytes checked in by daisuke, 14 years ago (diff)

import initscripts-8.90.6 from internal cvs repository

Line 
1.TH NETREPORT 1 "Red Hat, Inc." "RH" \" -*- nroff -*-
2.SH NAME
3netreport \- request notification of network interface changes
4.SH SYNOPSIS
5.B netreport
6\fI[\fP-r\fI]\fP
7.SH DESCRIPTION
8.B netreport
9tells the network management scripts to send a SIGIO signal
10to the process which called netreport when any network interface
11status changes occur.
12.SH OPTIONS
13.TP
14.B -r
15Remove the current request (if any) for the calling process.
16.PP
17.SH NOTES
18If a program does not call netreport with the
19.B -r
20option before it exits, and another process is created with the
21same PID before any changes take place in interface status, it
22is possible that the new process will receive a spurious SIGIO.
Note: See TracBrowser for help on using the repository browser.