diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2015-11-18 08:30:09 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2015-11-18 08:30:09 +0000 |
commit | 6163e679f5596a5810d3f055759666b327ff386f (patch) | |
tree | 7923f988247795cff045f7c044e0b075d64eec7e /usr.bin/sndiod | |
parent | 28fe4decd2eb98c66b4ced925c8909c6dc92fdbf (diff) |
say that network communication is not secure
Diffstat (limited to 'usr.bin/sndiod')
-rw-r--r-- | usr.bin/sndiod/sndiod.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/sndiod/sndiod.1 b/usr.bin/sndiod/sndiod.1 index cf22a5da00b..8369b6b30c0 100644 --- a/usr.bin/sndiod/sndiod.1 +++ b/usr.bin/sndiod/sndiod.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sndiod.1,v 1.6 2015/09/05 11:39:29 ratchov Exp $ +.\" $OpenBSD: sndiod.1,v 1.7 2015/11/18 08:30:08 ratchov Exp $ .\" .\" Copyright (c) 2006-2012 Alexandre Ratchov <alex@caoua.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 5 2015 $ +.Dd $Mdocdate: November 18 2015 $ .Dt SNDIOD 1 .Os .Sh NAME @@ -228,6 +228,9 @@ If the option argument is then .Nm will accept connections from any address. +As the communication is not secure, this +option is only suitable for local networks where all hosts +and users are trusted. .It Fl m Ar mode Set the sub-device mode. Valid modes are |