diff options
author | portix <none@none> | 2012-06-24 11:39:41 +0200 |
---|---|---|
committer | portix <none@none> | 2012-06-24 11:39:41 +0200 |
commit | cd4e389bc21fb2955493d5c3322da737646c03f6 (patch) | |
tree | 0cb43c6be3461792b556c727f497d18e8a191242 /doc/dwb.1.txt | |
parent | bd2a23a496f6ffb707b938b8ebc8dc513663776e (diff) | |
download | dwb-cd4e389bc21fb2955493d5c3322da737646c03f6.zip |
Fixing typos in manpage
Diffstat (limited to 'doc/dwb.1.txt')
-rw-r--r-- | doc/dwb.1.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dwb.1.txt b/doc/dwb.1.txt index e45e5389..8e99b20e 100644 --- a/doc/dwb.1.txt +++ b/doc/dwb.1.txt @@ -1418,8 +1418,8 @@ and 'DWB_REFERER' available which can be used in a script, for example: #!/bin/sh case ${DWB_SCHEME} in - mailto) xterm -\(hye "mutt ${DWB_URI}";; - ftp) xterm \(hye "ncftp ${DWB_URI}";; + mailto) xterm -e "mutt ${DWB_URI}";; + ftp) xterm -e "ncftp ${DWB_URI}";; *) xdg-open ${DWB_URI} esac -------- |