diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-02-16 08:15:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-02-16 08:15:23 +0000 |
commit | e3fafbc2ee2eedb6d2faad5f5ca3eb5eaef93754 (patch) | |
tree | ff78ad4d570ede0d14b920357b184474e84e78f1 /share/man/man4/iwi.4 | |
parent | 74980e3101d68ebea237eca82a522d1bf5580b1b (diff) |
use `` instead of $(), since the former works for both csh and ksh; as
pointed out by claudio
Diffstat (limited to 'share/man/man4/iwi.4')
-rw-r--r-- | share/man/man4/iwi.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/iwi.4 b/share/man/man4/iwi.4 index 5638474a96e..616be6ae9e7 100644 --- a/share/man/man4/iwi.4 +++ b/share/man/man4/iwi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iwi.4,v 1.34 2008/12/08 08:38:29 jmc Exp $ +.\" $OpenBSD: iwi.4,v 1.35 2009/02/16 08:15:22 jmc Exp $ .\" .\" Copyright (c) 2004 .\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: December 8 2008 $ +.Dd $Mdocdate: February 16 2009 $ .Os .Dt IWI 4 .Sh NAME @@ -129,7 +129,7 @@ using WPA-PSK with passphrase .Dq my_passphrase : .Bd -literal -offset indent # ifconfig iwi0 nwid my_net wpa wpapsk \e - $(wpa-psk my_net my_passphrase) + `wpa-psk my_net my_passphrase` .Ed .Pp Return iwi0 to its default settings: |