diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2009-08-08 17:27:52 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2009-08-08 17:27:52 +0000 |
commit | 9c88956154e02b5f15f2d0692e5eee4a104962c8 (patch) | |
tree | d5fed6ac34661fc1565f76f68443f5458958f7ad /app/cwm | |
parent | d23989d6f4bdcb3b19946a014cab8b5f6c394cf5 (diff) |
remove unnecessary Ar macros
ok jmc@
Diffstat (limited to 'app/cwm')
-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 137d252b1..25cf080fb 100644 --- a/app/cwm/cwmrc.5 +++ b/app/cwm/cwmrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.26 2009/08/08 00:25:52 okan Exp $ +.\" $OpenBSD: cwmrc.5,v 1.27 2009/08/08 17:27:51 okan Exp $ .\" .\" Copyright (c) 2004,2005 Marius Aamodt Eriksen <marius@monkey.org> .\" @@ -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 |