diff options
author | 2009-02-16 08:15:22 +0000 | |
---|---|---|
committer | 2009-02-16 08:15:22 +0000 | |
commit | 8a99a3932657d24ff73ca9c130d730a31f492c4f (patch) | |
tree | 7b7caf1e202930cdcffaab1c8ba24b8de6c5654c /share/man/man4/run.4 | |
parent | sync the wpa example with those in the driver pages, as pointed out (diff) | |
download | wireguard-openbsd-8a99a3932657d24ff73ca9c130d730a31f492c4f.tar.xz wireguard-openbsd-8a99a3932657d24ff73ca9c130d730a31f492c4f.zip |
use `` instead of $(), since the former works for both csh and ksh; as
pointed out by claudio
Diffstat (limited to 'share/man/man4/run.4')
-rw-r--r-- | share/man/man4/run.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/run.4 b/share/man/man4/run.4 index 1164532db7d..1cabda4416b 100644 --- a/share/man/man4/run.4 +++ b/share/man/man4/run.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: run.4,v 1.3 2009/01/05 18:23:06 damien Exp $ +.\" $OpenBSD: run.4,v 1.4 2009/02/16 08:15:22 jmc Exp $ .\" .\" Copyright (c) 2008 Damien Bergamini <damien.bergamini@free.fr> .\" @@ -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: January 5 2009 $ +.Dd $Mdocdate: February 16 2009 $ .Os .Dt RUN 4 .Sh NAME @@ -101,7 +101,7 @@ using WPA-PSK with passphrase .Dq my_passphrase : .Bd -literal -offset indent # ifconfig run0 nwid my_net wpa wpapsk \e - $(wpa-psk my_net my_passphrase) + `wpa-psk my_net my_passphrase` .Ed .Pp Return run0 to its default settings: |