diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-09-22 14:35:17 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-09-22 14:35:17 +0000 |
commit | 2036b6b217c66f494a4e21144bd60f054a896b0f (patch) | |
tree | d581c31e31400860533792a04c36a0943fcc3e24 | |
parent | bdaf78999bfd331f3bd33d7fb170f7a8983a61a1 (diff) |
Improve wording of the ``ignore'' directive. From Martin Toft a while
ago, ok okan@ from similar amount of time ago.
-rw-r--r-- | app/cwm/cwmrc.5 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app/cwm/cwmrc.5 b/app/cwm/cwmrc.5 index 6db167256..1a71e4a2c 100644 --- a/app/cwm/cwmrc.5 +++ b/app/cwm/cwmrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.16 2008/07/11 15:42:29 oga Exp $ +.\" $OpenBSD: cwmrc.5,v 1.17 2008/09/22 14:35:16 oga Exp $ .\" .\" Copyright (c) 2004,2005 Marius Aamodt Eriksen <marius@monkey.org> .\" @@ -15,7 +15,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" The following requests are required for all man pages. -.Dd $Mdocdate: July 11 2008 $ +.Dd $Mdocdate: September 22 2008 $ .Dt CWMRC 5 .Os .Sh NAME @@ -123,8 +123,9 @@ can be used for applications such as where the user may wish to remain visible. .Pp .It Ic ignore Ar windowname -Ignore drawing borders around a window with the name -.Ar windowname . +Ignore windows with the name +.Ar windowname +when drawing borders and cycling through windows. .Pp .It Ic mousebind Ar buttons Ar command Cause the creation of a mouse binding, or replacement of a default |