diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2009-08-08 00:25:53 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2009-08-08 00:25:53 +0000 |
commit | d23989d6f4bdcb3b19946a014cab8b5f6c394cf5 (patch) | |
tree | 0720914a5188caca85f0db35d7e3ea0cea436882 | |
parent | 8072e3014d23fd3bb0d6ad53db20d4dd5b2d20e4 (diff) |
remove unnecessary Dq macro; based on a diff from Martin Toft
feedback and ok jmc@, martynas@
-rw-r--r-- | app/cwm/cwmrc.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/cwm/cwmrc.5 b/app/cwm/cwmrc.5 index 910b1b9e2..137d252b1 100644 --- a/app/cwm/cwmrc.5 +++ b/app/cwm/cwmrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.25 2009/05/17 23:40:57 okan Exp $ +.\" $OpenBSD: cwmrc.5,v 1.26 2009/08/08 00:25:52 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: May 17 2009 $ +.Dd $Mdocdate: August 8 2009 $ .Dt CWMRC 5 .Os .Sh NAME @@ -27,8 +27,8 @@ configuration file. The following options are accepted in the configuration file: .Pp .Bl -tag -width Ds -compact -.It Ic autogroup Ar group Dq windowclass -.It Ic autogroup Ar group Dq windowclass,windowname +.It Ic autogroup Ar group windowclass +.It Ic autogroup Ar group windowclass,windowname Control automatic window grouping, based on the class and/or name properties, where .Ar group |