diff options
author | okan | 2012-10-31 19:30:19 +0000 |
---|---|---|
committer | okan | 2012-10-31 19:30:19 +0000 |
commit | 09592e294300150a2c627a176bdbec0fedf4e1d9 (patch) | |
tree | 408b348edf99fa03e26c6aee3e1b08229d0c3da5 /cwmrc.5 | |
parent | 5854a666c86986a568f60c94ce1fa0fe10104405 (diff) | |
download | cwm-09592e294300150a2c627a176bdbec0fedf4e1d9.tar.gz |
replace 'reload' with 'restart', which merely re-exec's cwm using the
existing argv; same idea with respect to argv saving as Alexander
Polakov. reload support was half-complete and is getting in the way.
agreed to by many
Diffstat (limited to 'cwmrc.5')
-rw-r--r-- | cwmrc.5 | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.44 2012/10/28 20:13:02 okan Exp $ +.\" $OpenBSD: cwmrc.5,v 1.45 2012/10/31 19:30:19 okan Exp $ .\" .\" Copyright (c) 2004,2005 Marius Aamodt Eriksen <marius@monkey.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: October 28 2012 $ +.Dd $Mdocdate: October 31 2012 $ .Dt CWMRC 5 .Os .Sh NAME @@ -269,8 +269,9 @@ mousebind M-3 window_resize .Ed .Sh BIND COMMAND LIST .Bl -tag -width 18n -compact -.It reload -Reload configuration. +.It restart +Restart the running +.Xr cwm 1 . .It quit Quit .Xr cwm 1 . |