mirror of
https://github.com/0intro/wmii
synced 2025-02-16 14:24:00 +03:00
Add version to man page headers.
This commit is contained in:
parent
fce61e7c6d
commit
ffd2961abe
@ -3,12 +3,8 @@ include ${ROOT}/mk/hdr.mk
|
||||
include ${ROOT}/mk/wmii.mk
|
||||
|
||||
TARG = wmii.1 \
|
||||
wmiir.1 \
|
||||
wimenu.1
|
||||
|
||||
wmiir.1:
|
||||
true
|
||||
|
||||
$(TARG): Makefile $(ROOT)/mk/wmii.mk header.t2t
|
||||
|
||||
include ${ROOT}/mk/man.mk
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH "WMII" 1 "May, 2009" ""
|
||||
.TH "WIMENU" 1 "Oct, 2009" "wmii-@VERSION@"
|
||||
|
||||
.SH NAME
|
||||
.P
|
||||
|
@ -1,6 +1,6 @@
|
||||
WMII
|
||||
|
||||
May, 2009
|
||||
WIMENU
|
||||
wmii-@VERSION@
|
||||
Oct, 2009
|
||||
|
||||
%!includeconf: header.t2t
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
.TH "WMII" 1 "Dec, 2008" ""
|
||||
.TH "WMII" 1 "Oct, 2009" "wmii-@VERSION@"
|
||||
|
||||
.SH NAME
|
||||
.P
|
||||
wmii \- Window Manager Improved Improved
|
||||
wmii \- Window Manager Improved²
|
||||
|
||||
.SH SYNOPSIS
|
||||
.P
|
||||
|
@ -1,12 +1,12 @@
|
||||
WMII
|
||||
|
||||
Dec, 2008
|
||||
wmii-@VERSION@
|
||||
Oct, 2009
|
||||
|
||||
%!includeconf: header.t2t
|
||||
|
||||
= NAME =
|
||||
|
||||
wmii - Window Manager Improved Improved
|
||||
wmii - Window Manager Improved²
|
||||
|
||||
= SYNOPSIS =
|
||||
|
||||
|
51
man/wmiir.1
51
man/wmiir.1
@ -1,51 +0,0 @@
|
||||
.TH WMIIR 1 wmii-VERSION
|
||||
.SH NAME
|
||||
wmiir \(em wrapper script for ixpc
|
||||
.SH SYNOPSIS
|
||||
.B wmiir
|
||||
.RB [ \-a
|
||||
.IR address ]
|
||||
.I action
|
||||
.I file
|
||||
.br
|
||||
.B wmiir
|
||||
.B \-v
|
||||
.SH DESCRIPTION
|
||||
.SS Overview
|
||||
.B wmiir
|
||||
is a wrapper script for
|
||||
.BR ixpc (1)
|
||||
to conveniently access the filesystem of
|
||||
.BR wmiiwm (1)
|
||||
from the command line or from shell
|
||||
scripts. It can be used to configure
|
||||
.BR wmii (1).
|
||||
|
||||
.SS Options
|
||||
See the manual page of
|
||||
.BR ixpc (1) .
|
||||
.SH ENVIRONMENT
|
||||
.TP
|
||||
WMII_ADDRESS
|
||||
The address of the wmiiwm file server to which wmiir will connect.
|
||||
.SH EXAMPLES
|
||||
.TP
|
||||
.B wmiir ls /
|
||||
This prints the root directory of the wmii filesystem. For more information
|
||||
about the contents of this filesystem, see
|
||||
.BR wmiiwm (1).
|
||||
.TP
|
||||
.B echo -n quit | wmiir write /ctl
|
||||
Write 'quit' to the main control file of the wmii filesystem, effectively
|
||||
leaving wmii.
|
||||
.TP
|
||||
.B echo -n view 2 | wmiir write /ctl
|
||||
Bring into view all clients tagged '2'. To learn about clients and
|
||||
tags, see
|
||||
.BR wmii (1).
|
||||
.SH SEE ALSO
|
||||
.BR wmii (1),
|
||||
.BR ixpc (1),
|
||||
.BR wmiiwm (1)
|
||||
|
||||
http://www.cs.bell-labs.com/sys/man/5/INDEX.html
|
@ -1,51 +0,0 @@
|
||||
.TH WMIIR 1 wmii-hg2287
|
||||
.SH NAME
|
||||
wmiir \(em wrapper script for ixpc
|
||||
.SH SYNOPSIS
|
||||
.B wmiir
|
||||
.RB [ \-a
|
||||
.IR address ]
|
||||
.I action
|
||||
.I file
|
||||
.br
|
||||
.B wmiir
|
||||
.B \-v
|
||||
.SH DESCRIPTION
|
||||
.SS Overview
|
||||
.B wmiir
|
||||
is a wrapper script for
|
||||
.BR ixpc (1)
|
||||
to conveniently access the filesystem of
|
||||
.BR wmiiwm (1)
|
||||
from the command line or from shell
|
||||
scripts. It can be used to configure
|
||||
.BR wmii (1).
|
||||
|
||||
.SS Options
|
||||
See the manual page of
|
||||
.BR ixpc (1) .
|
||||
.SH ENVIRONMENT
|
||||
.TP
|
||||
WMII_ADDRESS
|
||||
The address of the wmiiwm file server to which wmiir will connect.
|
||||
.SH EXAMPLES
|
||||
.TP
|
||||
.B wmiir ls /
|
||||
This prints the root directory of the wmii filesystem. For more information
|
||||
about the contents of this filesystem, see
|
||||
.BR wmiiwm (1).
|
||||
.TP
|
||||
.B echo -n quit | wmiir write /ctl
|
||||
Write 'quit' to the main control file of the wmii filesystem, effectively
|
||||
leaving wmii.
|
||||
.TP
|
||||
.B echo -n view 2 | wmiir write /ctl
|
||||
Bring into view all clients tagged '2'. To learn about clients and
|
||||
tags, see
|
||||
.BR wmii (1).
|
||||
.SH SEE ALSO
|
||||
.BR wmii (1),
|
||||
.BR ixpc (1),
|
||||
.BR wmiiwm (1)
|
||||
|
||||
http://www.cs.bell-labs.com/sys/man/5/INDEX.html
|
@ -11,6 +11,7 @@ CFLAGS += '-DVERSION=\"$(VERSION)\"' '-DCOPYRIGHT=\"$(COPYRIGHT)\"' \
|
||||
FILTER = sed "s|@CONFPREFIX@|$(ETC)|g; \
|
||||
s|@CONFVERSION@|$(CONFVERSION)|g; \
|
||||
s|@DOCDIR@|$(DOC)|g; \
|
||||
s|@VERSION@|$(VERSION)|g; \
|
||||
s|@LIBDIR@|$(LIBDIR)|g; \
|
||||
s|@BINSH@|$(BINSH)|g; \
|
||||
s|@TERMINAL@|$(TERMINAL)|g;"
|
||||
|
Loading…
x
Reference in New Issue
Block a user