diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-12 16:30:16 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-12 16:30:16 +0000 |
commit | 8a580ec8c90f7e948c0c850b83fa145dcdd26484 (patch) | |
tree | aeb43d646e7328856946e8730e9e94685560a2e0 /Build/source/texk/web2c/otps | |
parent | 86284ffe4cf7dcc6bd41f997f473ba69ac30a053 (diff) |
web2c manpages
git-svn-id: svn://tug.org/texlive/trunk@17817 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/otps')
-rw-r--r-- | Build/source/texk/web2c/otps/ChangeLog | 6 | ||||
-rw-r--r-- | Build/source/texk/web2c/otps/Makefile.in | 1 | ||||
-rw-r--r-- | Build/source/texk/web2c/otps/mkocp.man | 6 | ||||
-rw-r--r-- | Build/source/texk/web2c/otps/mkofm.man | 6 | ||||
-rw-r--r-- | Build/source/texk/web2c/otps/otp2ocp.man | 7 | ||||
-rw-r--r-- | Build/source/texk/web2c/otps/outocp.man | 6 |
6 files changed, 15 insertions, 17 deletions
diff --git a/Build/source/texk/web2c/otps/ChangeLog b/Build/source/texk/web2c/otps/ChangeLog index bfb66e5f0b7..a9c8bb57d51 100644 --- a/Build/source/texk/web2c/otps/ChangeLog +++ b/Build/source/texk/web2c/otps/ChangeLog @@ -1,3 +1,9 @@ +2010-04-07 Peter Breitenlohner <peb@mppmu.mpg.de> + + * mkocp.man, mkofm.man, otp2ocp.man, outocp.man: + Uniform manpage formatting: bold for literals, italic for + variable items, roman for meta items. + 2009-10-24 Peter Breitenlohner <peb@mppmu.mpg.de> * mkocp.man, mkofm.man, otp2ocp.man, outocp.man: New files diff --git a/Build/source/texk/web2c/otps/Makefile.in b/Build/source/texk/web2c/otps/Makefile.in index 2bc6b3b9a2d..ac9e89cd737 100644 --- a/Build/source/texk/web2c/otps/Makefile.in +++ b/Build/source/texk/web2c/otps/Makefile.in @@ -221,7 +221,6 @@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_DLLOADERS = @LT_DLLOADERS@ LT_DLPREOPEN = @LT_DLPREOPEN@ -LUATANGLE = @LUATANGLE@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ diff --git a/Build/source/texk/web2c/otps/mkocp.man b/Build/source/texk/web2c/otps/mkocp.man index c35c967225e..74a90dc6581 100644 --- a/Build/source/texk/web2c/otps/mkocp.man +++ b/Build/source/texk/web2c/otps/mkocp.man @@ -2,11 +2,9 @@ .PP .SH "NAME" mkocp \- frontend to \fBotp2ocp\fP(1) -.PP .SH "SYNOPSIS" -.PP -\fBmkocp\fP \fIOTPFILE\fP -.PP +.B mkocp +.I OTPFILE .SH "DESCRIPTION" .PP \fBmkocp\fP is used to create or recreate Omega Compiled Process files diff --git a/Build/source/texk/web2c/otps/mkofm.man b/Build/source/texk/web2c/otps/mkofm.man index 9c38a4301a6..f676d0e22f0 100644 --- a/Build/source/texk/web2c/otps/mkofm.man +++ b/Build/source/texk/web2c/otps/mkofm.man @@ -2,11 +2,9 @@ .PP .SH "NAME" mkofm \- front end to \fBmktextfm\fP(1) -.PP .SH "SYNOPSIS" -.PP -\fBmkofm\fP \fIARGS\fP -.PP +.B mkofm +.I ARGS .SH "DESCRIPTION" .PP \fBmkofm\fP takes all \fIARGS\fP and passes them to diff --git a/Build/source/texk/web2c/otps/otp2ocp.man b/Build/source/texk/web2c/otps/otp2ocp.man index c111acc49d3..fcb4d0ad117 100644 --- a/Build/source/texk/web2c/otps/otp2ocp.man +++ b/Build/source/texk/web2c/otps/otp2ocp.man @@ -3,11 +3,10 @@ .SH "NAME" otp2ocp \- convert Omega Translation Process files to Omega Compiled Process files -.PP .SH "SYNOPSIS" -.PP -\fBotp2ocp\fP \fIOTPFILE\fP[\&.otp] [ \fIOCPFILE\fP[\&.ocp] ] -.PP +.B otp2ocp +.IR OTPFILE [ \fB.otp\fP ] +.RI [ OCPFILE [ \fB.ocp\fP ]] .SH "DESCRIPTION" .PP \fBotp2ocp\fP is used to create or recreate Omega Compiled Process diff --git a/Build/source/texk/web2c/otps/outocp.man b/Build/source/texk/web2c/otps/outocp.man index ee803d9be67..9f41f3ba967 100644 --- a/Build/source/texk/web2c/otps/outocp.man +++ b/Build/source/texk/web2c/otps/outocp.man @@ -2,11 +2,9 @@ .PP .SH "NAME" outocp \- debug an OCP file -.PP .SH "SYNOPSIS" -.PP -\fBoutocp\fP \fIOCPFILE\fP[\&.ocp] -.PP +.B outocp +.IR OCPFILE [ \fB.ocp\fP ] .SH "DESCRIPTION" .PP \fBoutocp\fP is used for debugging Omega Compiled Translation Process |