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