diff options
author | jasper | 2007-05-10 17:23:49 +0000 |
---|---|---|
committer | jasper | 2007-05-10 17:23:49 +0000 |
commit | 819c368aa4ef1cf9aab7cb7416728c3cddcd5a43 (patch) | |
tree | 916edfa06fd117cba4a5a137d2fe1f285b5f3ca7 /cwm.1 | |
parent | ef7a73c51f1e8c490b81c82229f4d9430f1a010d (diff) | |
download | cwm-819c368aa4ef1cf9aab7cb7416728c3cddcd5a43.tar.gz |
- add a "-d" option, to specify the display cwm should be started on
- adjust argc/argv by optind
- add an ENVIRONMENT section to the manpage
ok matthieu@ ray@
Diffstat (limited to 'cwm.1')
-rw-r--r-- | cwm.1 | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: cwm.1,v 1.2 2007/04/27 18:08:14 bernd Exp $ +.\" $OpenBSD: cwm.1,v 1.3 2007/05/10 17:23:49 jasper Exp $ .\" .\" The following requests are required for all man pages. .Dd July 10, 2004 @@ -10,6 +10,7 @@ .Sh SYNOPSIS .\" For a program: program [-abc] file ... .Nm cwm +.Op Fl d Ar display .Op Fl s .Op Fl f Ar fontname .Sh DESCRIPTION @@ -104,6 +105,8 @@ The options for .Nm are as follows: .Bl -tag -width Ds +.It Fl d Ar display +Specify the display to use. .It Fl s Set sticky group mode on. The default behavior for new windows is to not assign any group. @@ -204,6 +207,14 @@ and .Xr xlock 1 , respectively. +.Sh ENVIRONMENT +.TP +DISPLAY +.Nm +starts on this display unless the +.Fl d +option is given. + .Sh ACKNOWLEDGEMENTS .Nm contains some code from 9wm. |