diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 12 | ||||
-rw-r--r-- | man/xmore.man | 16 |
2 files changed, 28 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am new file mode 100644 index 0000000..e90de34 --- /dev/null +++ b/man/Makefile.am @@ -0,0 +1,12 @@ + +appmandir = $(APP_MAN_DIR) +appman_PRE = xmore.man +appman_DATA = $(appman_PRE:man=$(APP_MAN_SUFFIX)) + +EXTRA_DIST = $(appman_PRE) +CLEANFILES = $(appman_DATA) +SUFFIXES = .$(APP_MAN_SUFFIX) .man + +# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure +.man.$(APP_MAN_SUFFIX): + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ diff --git a/man/xmore.man b/man/xmore.man new file mode 100644 index 0000000..4d6db60 --- /dev/null +++ b/man/xmore.man @@ -0,0 +1,16 @@ +.\" -*- coding: us-ascii -*- +.TH xmore __appmansuffix__ "1 February 2005" +.SH NAME +xmore \- plain text display program for the X Window System +.SH SYNOPSIS +.ad l +\fBxmore\fR \kx +.if (\nxu > (\n(.lu / 2)) .nr x (\n(.lu / 5) +'in \n(.iu+\nxu +[\fB\fBfilename\fR\fR] +'in \n(.iu-\nxu +.ad b +.SH DESCRIPTION +xmore is a plain text browser. +.SH "SEE ALSO" +\fBX11\fR(__miscmansuffix__), \fBxman\fR(__appmansuffix__) |