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/ral.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/ral.4')
-rw-r--r-- | share/man/man4/ral.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ral.4 b/share/man/man4/ral.4 index 8b4e22aa411..cf4d70381fb 100644 --- a/share/man/man4/ral.4 +++ b/share/man/man4/ral.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ral.4,v 1.91 2008/11/22 19:41:06 stevesk Exp $ +.\" $OpenBSD: ral.4,v 1.92 2009/02/16 08:15:22 jmc Exp $ .\" .\" Copyright (c) 2005-2008 .\" Damien Bergamini <damien.bergamini@free.fr> @@ -15,7 +15,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: November 22 2008 $ +.Dd $Mdocdate: February 16 2009 $ .Os .Dt RAL 4 .Sh NAME @@ -288,7 +288,7 @@ using WPA-PSK with passphrase .Dq my_passphrase : .Bd -literal -offset indent # ifconfig ral0 nwid my_net wpa wpapsk \e - $(wpa-psk my_net my_passphrase) + `wpa-psk my_net my_passphrase` .Ed .Pp Return ral0 to its default settings: |