
* configure.in, man/nm-tool.1.in, man/Makefile.am: Add nm-tool(1) manpage. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1424 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
29 lines
838 B
Groff
29 lines
838 B
Groff
.\" NetworkManager(1) manual page
|
|
.\"
|
|
.\" Copyright (C) 2005 Robert Love
|
|
.\"
|
|
.TH NETWORKMANAGERDISPATCHER "1"
|
|
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 (1),
|
|
.BR nm-tool (1)
|