summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarken <bwarken>2013-10-30 16:08:28 +0000
committerbwarken <bwarken>2013-10-30 16:08:28 +0000
commit50a975b230d9cb96f0fe800ffad19f2467e4d402 (patch)
tree0c7f4b16db7d2e272d17f525ee3273c3c59a0286
parent68aadcf5501aa2d1940f9323d6a9ee7589941518 (diff)
downloadgroff-50a975b230d9cb96f0fe800ffad19f2467e4d402.tar.gz
glilypond.man: Correct writing.
-rw-r--r--contrib/glilypond/ChangeLog4
-rw-r--r--contrib/glilypond/glilypond.man30
2 files changed, 20 insertions, 14 deletions
diff --git a/contrib/glilypond/ChangeLog b/contrib/glilypond/ChangeLog
index 45eeaf2b..3017ad82 100644
--- a/contrib/glilypond/ChangeLog
+++ b/contrib/glilypond/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-30 Bernd Warken <groff-bernd.warken-72@web.de>
+
+ * glilypond.man: Correct writing.
+
2013-05-10 Bernd Warken <groff-bernd.warken-72@web.de>
* glilypond.pl: Correct position information. Add debug code.
diff --git a/contrib/glilypond/glilypond.man b/contrib/glilypond/glilypond.man
index 7e35019c..bfd49511 100644
--- a/contrib/glilypond/glilypond.man
+++ b/contrib/glilypond/glilypond.man
@@ -1,6 +1,6 @@
.TH glilypond @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@"
.SH NAME
-glilypond \[em] integrate \f[CI]lilypond\f[P] parts into \f[CI]groff\f[]
+glilypond \- integrate lilypond parts into groff
.
.\" This .SH was moved to this place in order to appease `apropos'.
.
@@ -58,6 +58,7 @@ If not, see the GNU licenses at
.\" --------------------------------------------------------------------
.
.ds Ellipsis "\&.\|.\|.\&\"
+.ad l
.
.
.\" --------------------------------------------------------------------
@@ -90,8 +91,8 @@ If not, see the GNU licenses at
.\" --------------------------------------------------------------------
.\" .OP+ (<option> [ [ | option] ...] [<optarg> [<end>] ])
.\"
-.\" like .OP, but with 1st arg split and and optional final character
-.\" Example: `.OP+ -p | --prefix ly .' gets `[-t|--prefix ly].'
+.\" like .OP, but with 1st arg split and optional final character
+.\" Example: `.OP+ -p | --prefix ly .' gets `[-p|--prefix ly].'
.\" Example: `.OP+ -h | --help | --usage' gets `[-h|--help|--usage]'
.\" Example: `.OP+ -v | --verbose "" ,' gets `[-v|--verbose],'
.\"
@@ -114,7 +115,8 @@ If not, see the GNU licenses at
. \}
. shift 2
. \}
-. as result \fI\ \\$1\f[CR]]\fR
+. ie ( \\n[.$] == 0 ) .as result \f[CR]]\fR
+. el .as result \fI\ \\$1\f[CR]]\fR
. nop \\*[result]\&
. hy
..
@@ -238,7 +240,7 @@ Normally all temporary files without the
.FONT CI eps
files are deleted.
.
-With this opton, all generated files either by the
+With this option, all generated files either by the
.FONT CB lilypond
program or other format transposers are kept.
.
@@ -283,7 +285,7 @@ A lot more of information is sent to STDERR.
.SS "Short Option Collections"
.\" --------------------------------------------------------------------
.
-The argument handling of options
+The argument handling of options
.
.
.P
@@ -301,10 +303,10 @@ Such a collection can be terminated by an option character that
expects an option argument.
.
If this option character is not the last character of the argument,
-the follwing final part of the argument is the option argument.
+the following final part of the argument is the option argument.
.
If it is the last character of the argument, the next argument is
-taken as the option argument.
+taken as the option argument.
.
.
.P
@@ -433,7 +435,7 @@ or even as an abbreviation like
.
An argument that is not an option or an option argument is called a
.FONT CI filespec
-argument.
+argument.
.
.
.P
@@ -573,7 +575,7 @@ So
.FONT CB ".lilypond include"
may not be used in
.FONT CI "lilypond mode" R ,
-i.e. between
+i.e.\& between
.FONT CB ".lilypond start"
and
.FONT CB ".lilypond end" R .
@@ -687,7 +689,7 @@ file.
.
The output
.I file\-name
-must be provided without an extension, its directory is temporary..
+must be provided without an extension, its directory is temporary.
.
.
.P
@@ -719,7 +721,7 @@ This is done by
.FONT CI groff
commands
.EX
-.FONT CB ".PSPIC " CI file-name CB \- I digit CB .eps
+.FONT CB ".PSPIC " CI file-name CB \- I digit CB .eps
.EE
.
.
@@ -802,7 +804,7 @@ parts by the
.FONT CI groff
command
.EX
-.FONT CB ".PSPIC " CI file-name CB .eps
+.FONT CB ".PSPIC " CI file-name CB .eps
.EE
.
.
@@ -827,7 +829,7 @@ or
.TP
2)
stored into a file by given the option
-.OP -o\fR|\fB\~--output file_name
+.OP \-o\fR\~|\fB\~\-\-output file_name
.
.
.\" --------------------------------------------------------------------