Files
NetworkManager/man/NetworkManagerDispatcher.8.in
Dan Williams 3a576089ec 2006-12-02 Dan Williams <dcbw@redhat.com>
Patch from Michael Biebl <biebl@teco.edu>
	* configure.in
	  man/NetworkManager.1.in
	  man/NetworkManagerDispatcher.1.in
	  man/NetworkManager.8.in
	  man/NetworkManagerDispatcher.8.in
		- Add .SH NAME stanzas
		- Move NM & NM Dispatcher manpages to section 8 (admin)


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2140 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-12-03 03:39:39 +00:00

30 lines
847 B
Groff

.\" NetworkManager(8) manual page
.\"
.\" Copyright (C) 2005 Robert Love
.\"
.TH NETWORKMANAGERDISPATCHER "8"
.SH NAME
NetworkManagerDispatcher \- daemon that runs commands in response to off/online
.SH SYNOPSIS
.B NetworkManagerDispatcher [\-\-no-daemon]
.SH DESCRIPTION
The \fINetworkManagerDispatcher\fP daemon runs commands in the
.I @sysconfdir@/NetworkManager/dispatcher.d
directory in response to interfaces coming up and down. The scripts are run
alphabetically. The first parameter is the network interface name. The second
parameter is
.I up
if the interface is now up and
.I down
if the interface is now down.
.SH OPTIONS
The following options are supported:
.TP
.I "--no-daemon"
Do not daemonize. This is useful for debugging.
.SH FILES
@sysconfdir@/NetworkManager/dispatcher.d
.SH SEE ALSO
.BR NetworkManager (8),
.BR nm-tool (1)