diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-05-03 12:32:57 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-05-03 12:41:47 +0100 |
commit | a140e81f3789ad20bc7872f796a0f45ebe584ffa (patch) | |
tree | 0187e056fb5989020159e00ae9b85f4e840a9c0d /setnet.8 | |
parent | 19650bae5d0de65a5773f457e4f86cddf101a934 (diff) |
Version 0.40.4
Diffstat (limited to 'setnet.8')
-rw-r--r-- | setnet.8 | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -1,5 +1,5 @@ .\" The following requests are required for all man pages. -.Dd January 06, 2017 +.Dd May 03, 2018 .Dt SETNET 8 SMM .Os Linux .Sh NAME @@ -34,6 +34,13 @@ information to a file. Support for posting a dump of network status to websites like pastebin.com is under development. .Pp +setnet.sh uses +.Em /bin/sh +by default. It has been tested with several standard shells, including +bash, busybox, dash, ksh, mksh, posh, sh, yash, and zsh but it should work +correctly with any POSIX-compliant shell. + +.Pp setnet.sh recognises the following options: .Bl -tag -width Ds @@ -145,6 +152,11 @@ setnet.sh starts. .It Ev WIFI_DEVICES List of wifi devices. This list is used only when automatic detection of wifi devices fails. +.It Ev SUPPRESS_INFO +If set to "yes" or "YES", setnet will suppress verbose notifications. +.It Ev SHOW_LO +If set to "yes" or "YES" setnet will include the loopback device in +the list of available network devices. .El These variables are normally set in the setnetrc configuration file @@ -193,14 +205,14 @@ exists, it takes precedence over .\" fprintf/stderr type diagnostics) .\" .Sh DIAGNOSTICS .Sh SEE ALSO -ip(8), dhclient(8), wpa_supplicant(8), wpa_cli(8), netstat(8). +ip(8), iw(8), dhclient(8), wpa_supplicant(8), wpa_cli(8), netstat(8). .\" .Sh CONFORMING TO .\" .Sh HISTORY .Sh AUTHORS setnet.sh is Free Software, distributed under the terms of the GNU General Public License (GPL), version 3 of the License. .Pp -setnet.sh is copyleft (c) by +setnet.sh is copyleft (c) 2016-2018 by .An Vincenzo (KatolaZ) Nicosia <katolaz@freaknet.org> .Sh BUGS |