diff options
author | okan <okan> | 2009-08-08 00:25:52 +0000 |
---|---|---|
committer | okan <okan> | 2009-08-08 00:25:52 +0000 |
commit | e095e955a85cc894447068ceac69ad274f9bf4f4 (patch) | |
tree | 5d1d4a7aac2f7e1fdf3562d405dc87076ba3c415 | |
parent | 590eb4f37b8da3eba787e63acaf6e5be3ee911fc (diff) | |
download | cwm-e095e955a85cc894447068ceac69ad274f9bf4f4.tar.gz cwm-e095e955a85cc894447068ceac69ad274f9bf4f4.tar.xz cwm-e095e955a85cc894447068ceac69ad274f9bf4f4.zip |
remove unnecessary Dq macro; based on a diff from Martin Toft
feedback and ok jmc@, martynas@
-rw-r--r-- | cwmrc.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cwmrc.5 b/cwmrc.5 index 87171d6..9950141 100644 --- a/cwmrc.5 +++ b/cwmrc.5 @@ -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 |