summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRobert Love <rml@novell.com>2006-01-20 21:10:33 +0000
committerRobert Love <rlove@rlove.org>2006-01-20 21:10:33 +0000
commit43013ba9c6c2334bf85911958113a6ed05177d38 (patch)
tree223f0bd37f26c8893a028565e17ff0bf82cbd483 /man
parentac59639918f730f62972140ab342bb41f5083deb (diff)
2006-01-20 Robert Love <rml@novell.com>
* Makefile.am, configure.in: Add new man subdirectory. * man, man/NetworkManager.1.in, man/NetworkManagerDispatcher.1.in, man/Makefile.am: Add man pages for NetworkManager and its crime-solving bumbling buddy, NetworkManagerDispatcher. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1367 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am8
-rw-r--r--man/NetworkManager.1.in25
-rw-r--r--man/NetworkManagerDispatcher.1.in27
3 files changed, 60 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
new file mode 100644
index 0000000000..143882f0a9
--- /dev/null
+++ b/man/Makefile.am
@@ -0,0 +1,8 @@
+man_MANS = \
+ NetworkManager.1 \
+ NetworkManagerDispatcher.1
+
+EXTRA_DIST = \
+ $(mans_MANS) \
+ NetworkManager.1.in \
+ NetworkManagerDispatcher.1.in
diff --git a/man/NetworkManager.1.in b/man/NetworkManager.1.in
new file mode 100644
index 0000000000..1583236bf0
--- /dev/null
+++ b/man/NetworkManager.1.in
@@ -0,0 +1,25 @@
+.\" NetworkManager(1) manual page
+.\"
+.\" Copyright (C) 2005 Robert Love
+.\"
+.TH NETWORKMANAGER "1"
+NetworkManager \- network management daemon
+.SH SYNOPSIS
+.B NetworkManager [\-\-no-daemon] [\-\-enable-test-devices]
+.SH DESCRIPTION
+The \fINetworkManager\fP daemon attempts to keep an active network connection
+available at all times. The point of NetworkManager is to make networking
+configuration and setup as painless and automatic as possible. If using DHCP,
+NetworkManager is intended to replace default routes, obtain IP addresses from
+a DHCP server, and change nameservers whenever it sees fit, with the aim of
+making networking Just Work.
+.SH OPTIONS
+The following options are supported:
+.TP
+.I "--no-daemon"
+Do not daemonize. This is useful for debugging.
+.TP
+.I "--enable-test-devices"
+Enable support for virtual test devices. These are useful for debugging.
+.SH SEE ALSO
+.BR NetworkManagerDispatcher (1)
diff --git a/man/NetworkManagerDispatcher.1.in b/man/NetworkManagerDispatcher.1.in
new file mode 100644
index 0000000000..1dbeaf96d0
--- /dev/null
+++ b/man/NetworkManagerDispatcher.1.in
@@ -0,0 +1,27 @@
+.\" 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)