diff options
author | okan <okan> | 2009-08-08 17:27:51 +0000 |
---|---|---|
committer | okan <okan> | 2009-08-08 17:27:51 +0000 |
commit | 82911249e2a50b50ed19ebc12fe957d84e1ff1f2 (patch) | |
tree | 673eaaa6ae61696c856d7a6e9151700fa606be7e | |
parent | e095e955a85cc894447068ceac69ad274f9bf4f4 (diff) | |
download | cwm-82911249e2a50b50ed19ebc12fe957d84e1ff1f2.tar.gz cwm-82911249e2a50b50ed19ebc12fe957d84e1ff1f2.tar.xz cwm-82911249e2a50b50ed19ebc12fe957d84e1ff1f2.zip |
remove unnecessary Ar macros
ok jmc@
-rw-r--r-- | cwmrc.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cwmrc.5 b/cwmrc.5 index 9950141..f71b817 100644 --- a/cwmrc.5 +++ b/cwmrc.5 @@ -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 @@ -41,7 +41,7 @@ windows in sticky group mode. The class and name of a window may be obtained using .Xr xprop 1 . .Pp -.It Ic bind Ar keys Ar command +.It Ic bind Ar keys command Cause the creation of a keybinding, or replacement of a default keybinding. The modifier keys come first, followed by a @@ -96,7 +96,7 @@ Set the color of the inactive border. .It Ic color ungroupborder Ar color Set the color of the border while ungrouping a window. .Pp -.It Ic command Ar name Ar path +.It Ic command Ar name path Every .Ar name entry is shown in the application menu. @@ -142,7 +142,7 @@ Ignore windows with the name .Ar windowname when drawing borders and cycling through windows. .Pp -.It Ic mousebind Ar buttons Ar command +.It Ic mousebind Ar buttons command Cause the creation of a mouse binding, or replacement of a default mouse binding. The modifier keys come first, followed by a |