diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-12 23:54:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-12 23:54:15 +0000 |
commit | 3789e73b704c6afd06871be5e7ae2d0f7911c259 (patch) | |
tree | ea84fbff4f1e8ebd71d27db72afe1ed9f47ecdc9 | |
parent | 5b167abd08eb9c4b77591e837262b7d786043b43 (diff) |
specify man section 1 where missing
git-svn-id: svn://tug.org/texlive/trunk@42936 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/web2c/man/ChangeLog | 7 | ||||
-rw-r--r-- | Build/source/texk/web2c/man/ofm2opl.man | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/man/opl2ofm.man | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/man/ovf2ovp.man | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/man/ovp2ovf.man | 2 |
5 files changed, 11 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/man/ChangeLog b/Build/source/texk/web2c/man/ChangeLog index a47d1069485..f2fbe8e4689 100644 --- a/Build/source/texk/web2c/man/ChangeLog +++ b/Build/source/texk/web2c/man/ChangeLog @@ -1,3 +1,10 @@ +2017-01-13 Karl Berry <karl@tug.org> + + * ofm2opl.man, + * opl2ofm.man, + * ovf2ovp.man, + * ovp2ovf.man: specify section 1. Report from Julian Gilbey. + 2016-04-14 Karl Berry <karl@freefriends.org> * ofm2opl.man, diff --git a/Build/source/texk/web2c/man/ofm2opl.man b/Build/source/texk/web2c/man/ofm2opl.man index c054bd456bf..6df373a5d62 100644 --- a/Build/source/texk/web2c/man/ofm2opl.man +++ b/Build/source/texk/web2c/man/ofm2opl.man @@ -1,4 +1,4 @@ -.TH OFM2OPL "14 April 2016" "Web2C @VERSION@" +.TH OFM2OPL 1 "14 April 2016" "Web2C @VERSION@" .PP .SH "NAME" ofm2opl \- convert Omega and TeX font-metric files to property-list files diff --git a/Build/source/texk/web2c/man/opl2ofm.man b/Build/source/texk/web2c/man/opl2ofm.man index 638433722b2..f37496f58e1 100644 --- a/Build/source/texk/web2c/man/opl2ofm.man +++ b/Build/source/texk/web2c/man/opl2ofm.man @@ -1,4 +1,4 @@ -.TH OPL2OFM "16 June 2015" "Web2C @VERSION@" +.TH OPL2OFM 1 "16 June 2015" "Web2C @VERSION@" .PP .SH "NAME" opl2ofm \- convert Omega and TeX property-list files to font-metric files diff --git a/Build/source/texk/web2c/man/ovf2ovp.man b/Build/source/texk/web2c/man/ovf2ovp.man index 467ecc3876d..e3af350ee17 100644 --- a/Build/source/texk/web2c/man/ovf2ovp.man +++ b/Build/source/texk/web2c/man/ovf2ovp.man @@ -1,4 +1,4 @@ -.TH OVF2OVP "14 April 2016" "Web2C @VERSION@" +.TH OVF2OVP 1 "14 April 2016" "Web2C @VERSION@" .PP .SH "NAME" ovf2ovp \- convert virtual font file and associated font metrics to property-list format diff --git a/Build/source/texk/web2c/man/ovp2ovf.man b/Build/source/texk/web2c/man/ovp2ovf.man index dcb1e0a53df..394b3c3a776 100644 --- a/Build/source/texk/web2c/man/ovp2ovf.man +++ b/Build/source/texk/web2c/man/ovp2ovf.man @@ -1,4 +1,4 @@ -.TH OVP2OVF "16 June 2015" "Web2C @VERSION@" +.TH OVP2OVF 1 "16 June 2015" "Web2C @VERSION@" .PP .SH "NAME" ovp2ovf \- convert a virtual property-list file into a virtual font file and its associated font metric file |