aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorDavid Kaspar [Dee'Kej] <dkaspar@redhat.com>2018-05-24 16:06:03 +0200
committerDavid Kaspar [Dee'Kej] <dkaspar@redhat.com>2018-05-30 14:33:04 +0200
commit9b2dbe00100d4e1077404b9d781f35adad979467 (patch)
treef623f5643b1634032ae774a23b95bd1a074f63cc /man
parentb4a33f400394b4f89bac723977f6f356252a3386 (diff)
downloadinitscripts-9b2dbe00100d4e1077404b9d781f35adad979467.tar
initscripts-9b2dbe00100d4e1077404b9d781f35adad979467.tar.gz
initscripts-9b2dbe00100d4e1077404b9d781f35adad979467.tar.bz2
initscripts-9b2dbe00100d4e1077404b9d781f35adad979467.tar.xz
initscripts-9b2dbe00100d4e1077404b9d781f35adad979467.zip
netreport functionality dropped
This concept is quite outdated, and not sane to use at all.
Diffstat (limited to 'man')
-rw-r--r--man/netreport.122
1 files changed, 0 insertions, 22 deletions
diff --git a/man/netreport.1 b/man/netreport.1
deleted file mode 100644
index 75ed0747..00000000
--- a/man/netreport.1
+++ /dev/null
@@ -1,22 +0,0 @@
-.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.