man: document --connectivity-* command-line options in NetworkManager man page

This commit is contained in:
Jiří Klimeš 2012-07-26 10:43:12 +02:00
parent d5abf328cd
commit 4494a85e47

View file

@ -1,16 +1,16 @@
.\" NetworkManager(8) manual page .\" NetworkManager(8) manual page
.\" .\"
.\" Copyright (C) 2005 - 2011 Red Hat, Inc. .\" Copyright (C) 2005 - 2012 Red Hat, Inc.
.\" Copyright (C) 2005 - 2009 Novell, Inc. .\" Copyright (C) 2005 - 2009 Novell, Inc.
.\" Copyright (C) 2005 Robert Love .\" Copyright (C) 2005 Robert Love
.\" .\"
.TH NETWORKMANAGER "8" "2 August 2011" .TH NETWORKMANAGER "8" "26 July 2012"
.SH NAME .SH NAME
NetworkManager \- network management daemon NetworkManager \- network management daemon
.SH SYNOPSIS .SH SYNOPSIS
.B NetworkManager [\-\-version] | [\-\-help] .B NetworkManager [\-\-version] | [\-\-help]
.PP .PP
.B NetworkManager [\-\-no\-daemon] [\-\-pid\-file=<filename>] [\-\-state\-file=<filename>] [\-\-config=<filename>] [\-\-plugins=<plugin1>,plugin2>,...] [\-\-log\-level=<level>] [\-\-log\-domains=<domain1>,<domain2>,...] .B NetworkManager [\-\-no\-daemon] [\-\-pid\-file=<filename>] [\-\-state\-file=<filename>] [\-\-config=<filename>] [\-\-plugins=<plugin1>,plugin2>,...] [\-\-log\-level=<level>] [\-\-log\-domains=<domain1>,<domain2>,...] [\-\-connectivity\-uri=<uri>] [\-\-connectivity\-interval=<int>] [\-\-connectivity\-response=<resp>]
.SH DESCRIPTION .SH DESCRIPTION
The \fINetworkManager\fP daemon attempts to make networking configuration and The \fINetworkManager\fP daemon attempts to make networking configuration and
operation as painless and automatic as possible by managing the primary network operation as painless and automatic as possible by managing the primary network
@ -118,6 +118,24 @@ log levels and domains.
Sets which operations are logged to the log destination (usually syslog). By Sets which operations are logged to the log destination (usually syslog). By
default, most domains are logging-enabled. See \fBNetworkManager.conf\fP(5) for default, most domains are logging-enabled. See \fBNetworkManager.conf\fP(5) for
more information on log levels and domains. more information on log levels and domains.
.TP
.I "\-\-connectivity\-uri=<uri>
Sets the URI of a web page that will be used for connectivity checking. By
default connectivity checking is disabled. See \fBNetworkManager.conf\fP(5)
[connectivity] section for more information on connectivity checking feature.
.TP
.I "\-\-connectivity\-interval=<int>
Sets the interval (in seconds) in which connection checks for the URI are done.
0 means no checks. The default value is 300 seconds. See
\fBNetworkManager.conf\fP(5) [connectivity] section for more information on
connectivity checking feature.
.TP
.I "\-\-connectivity\-response=<resp>
If set, it controls what body content NetworkManager checks for when requesting
the URI for connectivity checking. If missing, defaults to "NetworkManager is online".
See \fBNetworkManager.conf\fP(5) [connectivity] section for more information on
connectivity checking feature.
.SH DEBUGGING .SH DEBUGGING
The following environment variables are supported to help debugging. When used The following environment variables are supported to help debugging. When used
in conjunction with the "\-\-no\-daemon" option (thus echoing PPP and DHCP helper in conjunction with the "\-\-no\-daemon" option (thus echoing PPP and DHCP helper