mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 21:20:10 +01:00
man: document --connectivity-* command-line options in NetworkManager man page
This commit is contained in:
parent
d5abf328cd
commit
4494a85e47
1 changed files with 21 additions and 3 deletions
|
|
@ -1,16 +1,16 @@
|
|||
.\" 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 Robert Love
|
||||
.\"
|
||||
.TH NETWORKMANAGER "8" "2 August 2011"
|
||||
.TH NETWORKMANAGER "8" "26 July 2012"
|
||||
.SH NAME
|
||||
NetworkManager \- network management daemon
|
||||
.SH SYNOPSIS
|
||||
.B NetworkManager [\-\-version] | [\-\-help]
|
||||
.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
|
||||
The \fINetworkManager\fP daemon attempts to make networking configuration and
|
||||
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
|
||||
default, most domains are logging-enabled. See \fBNetworkManager.conf\fP(5) for
|
||||
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
|
||||
The following environment variables are supported to help debugging. When used
|
||||
in conjunction with the "\-\-no\-daemon" option (thus echoing PPP and DHCP helper
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue