diff options
author | 2015-08-01 10:30:52 +0000 | |
---|---|---|
committer | 2015-08-01 10:30:52 +0000 | |
commit | e30c7474f1e9d702d2923ca7068c8b6972b181f2 (patch) | |
tree | 66c360b74efbe18270a41c36062b2524790cdbb8 | |
parent | update currency exchange rates; (diff) | |
download | wireguard-openbsd-e30c7474f1e9d702d2923ca7068c8b6972b181f2.tar.xz wireguard-openbsd-e30c7474f1e9d702d2923ca7068c8b6972b181f2.zip |
Use "Ev" macro for AUCAT_COOKIE environment variable. From Michael
Reed <m.reed at mykolab.com>. Thanks.
-rw-r--r-- | lib/libsndio/sndio.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libsndio/sndio.7 b/lib/libsndio/sndio.7 index 49c3396c55a..580ad9e6e10 100644 --- a/lib/libsndio/sndio.7 +++ b/lib/libsndio/sndio.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sndio.7,v 1.13 2013/04/06 11:38:41 ratchov Exp $ +.\" $OpenBSD: sndio.7,v 1.14 2015/08/01 10:30:52 ratchov Exp $ .\" .\" Copyright (c) 2007 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: April 6 2013 $ +.Dd $Mdocdate: August 1 2015 $ .Dt SNDIO 7 .Os .Sh NAME @@ -198,7 +198,7 @@ If a session needs to be shared between multiple users, they can connect to the server using the same cookie. .Sh ENVIRONMENT .Bl -tag -width "AUDIODEVICEXXX" -compact -.It AUCAT_COOKIE +.It Ev AUCAT_COOKIE Path to file containing the session cookie to be used when connecting to .Xr sndiod 1 . |