From 7551b8e83ab278fc63c2c731e267b4a97ddbca68 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 1 Oct 1991 12:18:39 +0000 Subject: [PATCH] Changes to manual page --- lang/cem/cemcom.ansi/cemcom.ansi.1 | 4 ++-- lang/cem/cemcom/cemcom.1 | 5 +++-- lang/cem/cpp.ansi/ncpp.6 | 5 +++-- lang/cem/lint/lpass2/lint.1 | 14 +++----------- lang/m2/comp/em_m2.6 | 4 ++-- lang/m2/comp/modula-2.1 | 4 ++-- lang/m2/m2mm/m2mm.1 | 2 +- lang/pc/comp/em_pc.6 | 4 ++-- mach/mantra/int/em.1 | 6 +++--- mach/pdp/int/em.1 | 15 +++++++-------- mach/pdp/int/eminform.1 | 10 +++++----- man/6500_as.6 | 4 ++-- man/6800_as.6 | 4 ++-- man/6805_as.6 | 4 ++-- man/6809_as.6 | 4 ++-- man/8080_as.6 | 4 ++-- man/em_cg.6 | 4 ++-- man/em_ncg.6 | 4 ++-- man/i386_as.6 | 4 ++-- man/i86_as.6 | 4 ++-- man/libmon.7 | 2 +- man/libpc.7 | 2 +- man/m68k2_as.6 | 4 ++-- man/ns_as.6 | 4 ++-- man/pc_prlib.7 | 8 +++++++- man/pdp_as.6 | 4 ++-- man/uni_ass.6 | 4 ++-- man/z8000_as.6 | 4 ++-- man/z80_as.6 | 4 ++-- modules/src/alloc/alloc.3 | 2 +- modules/src/assert/assert.3 | 2 +- modules/src/em_code/em_code.3X | 2 +- modules/src/em_mes/em_mes.3 | 2 +- modules/src/em_opt/em_nopt.6 | 9 +++++---- modules/src/em_opt/em_opt.3 | 4 ++-- modules/src/flt_arith/flt_arith.3 | 2 +- modules/src/idf/idf.3 | 2 +- modules/src/input/input.3 | 2 +- modules/src/object/object.3 | 2 +- modules/src/print/print.3 | 2 +- modules/src/read_em/read_em.3 | 2 +- modules/src/string/string.3 | 2 +- modules/src/system/system.3 | 2 +- util/LLgen/LLgen.1 | 17 ++--------------- util/ack/ack.1.X | 2 +- util/amisc/anm.1 | 8 ++------ util/amisc/asize.1 | 5 ++--- util/amisc/astrip.1 | 5 ++--- util/arch/aal.1 | 2 +- util/arch/arch.1 | 2 +- util/arch/arch.5 | 2 +- util/ass/em_ass.6 | 5 +++-- util/cmisc/cclash.1 | 5 +++-- util/cmisc/cid.1 | 2 +- util/cmisc/mkdep.1 | 6 +++--- util/cmisc/prid.1 | 6 +++--- util/cmisc/tabgen.1 | 5 +++-- util/cpp/cpp.6 | 5 +++-- util/grind/grind.1 | 9 ++------- util/int/int.1 | 2 +- util/led/ack.out.5 | 2 +- util/led/led.6 | 4 ++-- util/misc/em_decode.6 | 8 +++++--- util/ncgg/ncgg.6 | 5 +++-- util/opt/em_opt.6 | 5 +++-- 65 files changed, 139 insertions(+), 155 deletions(-) diff --git a/lang/cem/cemcom.ansi/cemcom.ansi.1 b/lang/cem/cemcom.ansi/cemcom.ansi.1 index f87376e28..918ad950a 100644 --- a/lang/cem/cemcom.ansi/cemcom.ansi.1 +++ b/lang/cem/cemcom.ansi/cemcom.ansi.1 @@ -1,9 +1,9 @@ -.TH EM_CEMCOM.ANSI 6ACK +.TH EM_CEMCOM.ANSI 6 "$Revision$" .ad .SH NAME em_cemcom.ansi \- ANSI C to EM compiler .SH SYNOPSIS -\fB~/em/lib.bin/em_cemcom.ansi\fP [\fIoptions\fP] \fIsource \fP[\fIdestination +\fB~/em/lib.bin/em_cemcom.ansi\fP [ options ] source destination .SH DESCRIPTION \fICemcom\fP is a compiler that translates C programs into EM compact code. diff --git a/lang/cem/cemcom/cemcom.1 b/lang/cem/cemcom/cemcom.1 index 571a31d9d..7151d1578 100644 --- a/lang/cem/cemcom/cemcom.1 +++ b/lang/cem/cemcom/cemcom.1 @@ -1,9 +1,10 @@ -.TH EM_CEMCOM 6ACK +.TH EM_CEMCOM 6 "$Revision$" .ad .SH NAME em_cemcom \- C to EM compiler .SH SYNOPSIS -\fB~/em/lib/em_cemcom\fP [\fIoptions\fP] \fIsource \fP[\fIdestination \fP[\fInamelist\fP]] +.B ~/em/lib.bin/em_cemcom +[ options ] source [ destination [ namelist ] ] .SH DESCRIPTION \fICemcom\fP is a compiler that translates C programs into EM compact code. diff --git a/lang/cem/cpp.ansi/ncpp.6 b/lang/cem/cpp.ansi/ncpp.6 index 2a757428b..e47abba6a 100644 --- a/lang/cem/cpp.ansi/ncpp.6 +++ b/lang/cem/cpp.ansi/ncpp.6 @@ -1,9 +1,10 @@ -.TH CPP.ANSI 6ACK +.TH CPP.ANSI 6 "$Revision$" .ad .SH NAME cpp.ansi \- ANSI C Pre-Processor .SH SYNOPSIS -cpp.ansi [\-options] [ file ] +.B ~em/lib.bin/cpp.ansi +[\-options] [ file ] .SH DESCRIPTION .I Cpp.ansi reads a file, expands macros and include diff --git a/lang/cem/lint/lpass2/lint.1 b/lang/cem/lint/lpass2/lint.1 index 9125a5a11..c824b1491 100644 --- a/lang/cem/lint/lpass2/lint.1 +++ b/lang/cem/lint/lpass2/lint.1 @@ -2,23 +2,15 @@ .\" See the copyright notice in the ACK home directory, in the file "Copyright". .\" .\" $Header$ -.TH LINT 1 89/10/04 +.TH LINT 1 "$Revision$" .SH NAME lint \- a C program checker .SH SYNOPSIS .B lint -[ -.B \-abhuvx \-KR -ansi -] -[file | libname -.BR \-l xxx -] ... +[ \-abhuvx \-KR -ansi ] [file | libname | \-l\fIxxx\fP ] ... .br .B lint -.BR \-L libname -[file | libname2 -.BR \-l xxx -] ... +\-L\fIlibname\fP [ file | libname2 | \-l\fIxxx\fP ] ... .br .SH DESCRIPTION .I Lint diff --git a/lang/m2/comp/em_m2.6 b/lang/m2/comp/em_m2.6 index ffc7b34d3..6f0ac369d 100644 --- a/lang/m2/comp/em_m2.6 +++ b/lang/m2/comp/em_m2.6 @@ -1,9 +1,9 @@ -.TH EM_M2 6ACK +.TH EM_M2 6 "$Revision$" .ad .SH NAME em_m2 \- ACK Modula\-2 compiler .SH SYNOPSIS -.B em_m2 +.B ~em/lib.bin/em_m2 .RI [ option ] .I source .I destination diff --git a/lang/m2/comp/modula-2.1 b/lang/m2/comp/modula-2.1 index e0fdabacd..e48099d78 100644 --- a/lang/m2/comp/modula-2.1 +++ b/lang/m2/comp/modula-2.1 @@ -1,4 +1,4 @@ -.TH MODULA\-2 1ACK +.TH MODULA\-2 1 "$Revision$" .ad .SH NAME Modula-2 \- ACK Modula-2 compiler @@ -88,7 +88,7 @@ This is useful for interpreters that use the "real" MIN(INTEGER) to indicate "undefined". .LP .SH SEE ALSO -\fIack\fR(1ACK), \fIem_m2\fR(6ACK), \fIm2mm(1ACK)\fR +\fIack\fR(1), \fIem_m2\fR(6), \fIm2mm(1)\fR .SH FILES .IR ~em/lib/em_m2 : binary of the Modula-2 compiler. diff --git a/lang/m2/m2mm/m2mm.1 b/lang/m2/m2mm/m2mm.1 index 91b4205c9..5f94bd640 100644 --- a/lang/m2/m2mm/m2mm.1 +++ b/lang/m2/m2mm/m2mm.1 @@ -1,4 +1,4 @@ -.TH M2MM 1ACK +.TH M2MM 1 "$Revision$" .ad .SH NAME m2mm \- Modula-2 makefile generator diff --git a/lang/pc/comp/em_pc.6 b/lang/pc/comp/em_pc.6 index 2a91f86e1..f544e0536 100644 --- a/lang/pc/comp/em_pc.6 +++ b/lang/pc/comp/em_pc.6 @@ -1,9 +1,9 @@ -.TH EM_PC 6ACK +.TH EM_PC 6 "$Revision$" .ad .SH NAME em_pc \- Pascal compiler .SH SYNOPSIS -.B em_pc +.B ~em/lib.bin/em_pc .RI [ option ] .I source .I destination diff --git a/mach/mantra/int/em.1 b/mach/mantra/int/em.1 index 20ef472b9..33c0cef12 100644 --- a/mach/mantra/int/em.1 +++ b/mach/mantra/int/em.1 @@ -1,10 +1,10 @@ .\" $Header$ -.TH EM 1ACK +.TH EM 1 "$Revision$" .ad .SH NAME em \- calling program for em interpreters .SH SYNOPSIS -em [-t] [+fcp] [loadfile [args ... ...] ] +\fBem\fP [-t] [+fcp] [loadfile [args ... ...] ] .SH DESCRIPTION The loadfile ("e.out" if not specified) is opened to read the first 8 word header. The format of this header is explained in e.out(5). @@ -75,7 +75,7 @@ source line flow data last lines executed .PD .SH "SEE ALSO" -\fIack\fP(1ACK), +\fIack\fP(1), .SH BUGS Most error messages are self explanatory. If runtime flags are turned on it is advisable to try again diff --git a/mach/pdp/int/em.1 b/mach/pdp/int/em.1 index 477308077..641671b82 100644 --- a/mach/pdp/int/em.1 +++ b/mach/pdp/int/em.1 @@ -1,10 +1,10 @@ .\" $Header$ -.TH EM 1ACK +.TH EM 1 "$Revision$" .ad .SH NAME em \- calling program for em interpreters .SH SYNOPSIS -em [-t] [+fcp] [loadfile [args ... ...] ] +\fBem\fP [-t] [+fcp] [loadfile [args ... ...] ] .SH DESCRIPTION The loadfile ("e.out" if not specified) is opened to read the first 8 word header. The format of this header is explained in e.out(5). @@ -28,18 +28,18 @@ an estimate of the number of memory cycles used per source line. This option is expensive in time as well as in memory space. The result tables made at run time are dumped onto a file named em_runinf. This file is converted to human readable format -by the program eminform(1ACK) which writes the profiling information +by the program eminform(1) which writes the profiling information on a file called em_profile. .IP f maintain a bit map of all source lines that have been executed. -This map is written also onto the file em_runinf and can be interpreted by eminform(1ACK) which writes in this case the file em_flow. +This map is written also onto the file em_runinf and can be interpreted by eminform(1) which writes in this case the file em_flow. This option is almost free in time and space. .IP c count line usage in tables that contains for every source line the number of times it was entered. These tables are also written onto em_runinf. -Eminform(1ACK) can be used to convert this information into the +Eminform(1) can be used to convert this information into the file em_count. Cheap in time, expensive in memory space. .PP @@ -50,7 +50,7 @@ directory ~em/lib/em22/em_???? If the interpreter exits with a non-zero exit status, then the line numbers of the 64 last executed source lines are dumped on the file em_runinf -in the current directory. Eminform(1ACK) writes this information +in the current directory. Eminform(1) writes this information on the human readable file em_last. .SH "FILES" .IP ~em/lib/em22/em_???? 35 @@ -67,11 +67,10 @@ source line flow data last lines executed .PD .SH "SEE ALSO" -eminform(1ACK), ack(1ACK), +eminform(1), ack(1), .SH BUGS Most error messages are self explanatory. The interpreter stops in case of lack of space with an error message SEGVIO stack overflow. If runtime flags are turned on it is advisable to try again with the default options. -Bugs should be reported to Evert Wattel. diff --git a/mach/pdp/int/eminform.1 b/mach/pdp/int/eminform.1 index 5b11eacc5..26a56b54d 100644 --- a/mach/pdp/int/eminform.1 +++ b/mach/pdp/int/eminform.1 @@ -1,15 +1,15 @@ .\" $Header$ .tr ~ -.TH EMINFORM 1ACK +.TH EMINFORM 1 "$Revision$" .ad .SH NAME eminform \- converts runtime information of interpreted em to human readable form. .SH SYNOPSIS -eminform +\fBeminform\fP .SH DESCRIPTION -The EM interpreter, em(1ACK), has several debugging features built in. -They can be activated by flag options to em(1ACK). +The EM interpreter, em(1), has several debugging features built in. +They can be activated by flag options to em(1). The EM interpreter collects the information while it runs the program. When the program is terminated, the interpreter dumps this information onto a file called em_runinf. @@ -42,7 +42,7 @@ failed". .SH FILES em_runinf, em_last, em_flow, em_count, em_profile .SH "SEE ALSO" -ack(1ACK), em(1ACK). +ack(1), em(1). .SH BUGS If an entire procedure is not touched, the the file name in which this procedure occured is unknown. diff --git a/man/6500_as.6 b/man/6500_as.6 index d8855ebb2..3fb50f547 100644 --- a/man/6500_as.6 +++ b/man/6500_as.6 @@ -1,10 +1,10 @@ .\" $Header$ -.TH 6500_AS 6ACK +.TH 6500_AS 6 "$Revision$" .ad .SH NAME 6500_as \- assembler for Mostek 6500 .SH SYNOPSIS -~em/lib/6500/as [options] argument ... +~em/lib.bin/6500/as [options] argument ... .SH DESCRIPTION This assembler is made with the general framework described in \fIuni_ass\fP(6). It is an assembler-loader. diff --git a/man/6800_as.6 b/man/6800_as.6 index b2f8ca9ad..a61962c6c 100644 --- a/man/6800_as.6 +++ b/man/6800_as.6 @@ -1,10 +1,10 @@ .\" $Header$ -.TH 6800_AS 6ACK +.TH 6800_AS 6 "$Revision$" .ad .SH NAME 6800_as \- assembler for Motorola 6800 .SH SYNOPSIS -~em/lib/6800/as [options] argument ... +~em/lib.bin/6800/as [options] argument ... .SH DESCRIPTION This assembler is made with the general framework described in \fIuni_ass\fP(6). It is an assembler generating relocatable diff --git a/man/6805_as.6 b/man/6805_as.6 index dec01d0b8..62b733742 100644 --- a/man/6805_as.6 +++ b/man/6805_as.6 @@ -1,10 +1,10 @@ .\" $Header$ -.TH 6805_AS 6ACK +.TH 6805_AS 6 "$Revision$" .ad .SH NAME 6805_as \- assembler for Motorola 6805 .SH SYNOPSIS -~em/lib/6805/as [options] argument ... +~em/lib.bin/6805/as [options] argument ... .SH DESCRIPTION This assembler is made with the general framework described in \fIuni_ass\fP(6). It is an assembler generating relocatable diff --git a/man/6809_as.6 b/man/6809_as.6 index 410ab508d..6adda712d 100644 --- a/man/6809_as.6 +++ b/man/6809_as.6 @@ -1,10 +1,10 @@ .\" $Header$ -.TH 6809_AS 6ACK +.TH 6809_AS 6 "$Revision$" .ad .SH NAME 6809_as \- assembler for 6809 .SH SYNOPSIS -~em/lib/6809/as [options] argument ... +~em/lib.bin/6809/as [options] argument ... .SH DESCRIPTION This assembler is made with the general framework described in \fIuni_ass\fP(6). It is an assembler generating relocatable diff --git a/man/8080_as.6 b/man/8080_as.6 index 4a65b73c2..e22d326db 100644 --- a/man/8080_as.6 +++ b/man/8080_as.6 @@ -1,10 +1,10 @@ .\" $Header$ -.TH 8080_AS 6ACK +.TH 8080_AS 6 "$Revision$" .ad .SH NAME 8080_as \- assembler for Intel 8080 and 8085 .SH SYNOPSIS -~em/lib/8080/as [options] argument ... +~em/lib.bin/8080/as [options] argument ... .SH DESCRIPTION This assembler is made with the general framework described in \fIuni_ass\fP(6). It is an assembler generating relocatable diff --git a/man/em_cg.6 b/man/em_cg.6 index e3a9aed8b..2bc114ec4 100644 --- a/man/em_cg.6 +++ b/man/em_cg.6 @@ -1,10 +1,10 @@ .\" $Header$ -.TH EM_CG 6ACK +.TH EM_CG 6 "$Revision$" .ad .SH NAME em_cg \- EM to assembly code translator .SH SYNOPSIS -~em/lib/\fBmach\fP/cg [-d] [-p\fIn\fP] [-w\fIn\fP] [ infile [ outfile ] ] +~em/lib.bin/\fImach\fP/cg [-d] [-p\fIn\fP] [-w\fIn\fP] [ infile [ outfile ] ] .SH DESCRIPTION Em_cg reads a compact EM-program, argument or standard input, and produces an assembly program on argument or standard output diff --git a/man/em_ncg.6 b/man/em_ncg.6 index dcb5e9644..13bb30f63 100644 --- a/man/em_ncg.6 +++ b/man/em_ncg.6 @@ -1,10 +1,10 @@ .\" $Header$ -.TH EM_NCG 6ACK +.TH EM_NCG 6 "$Revision$" .ad .SH NAME em_ncg \- EM to assembly code translator .SH SYNOPSIS -~em/lib/\fBmach\fP/cg [-d\fIn\fP] [-p\fIn\fP] [-w\fIn\fP] [-u\fIfile\fP] [ infile [ outfile ] ] +~em/lib.bin/\fImach\fP/cg [-d\fIn\fP] [-p\fIn\fP] [-w\fIn\fP] [-u\fIfile\fP] [ infile [ outfile ] ] .SH DESCRIPTION Em_cg reads a compact EM-program, argument or standard input, and produces an assembly program on argument or standard output diff --git a/man/i386_as.6 b/man/i386_as.6 index 0174fb853..73b21d09f 100644 --- a/man/i386_as.6 +++ b/man/i386_as.6 @@ -1,10 +1,10 @@ .\" $Header$ -.TH I386_AS 6ACK +.TH I386_AS 6 "$Revision$" .ad .SH NAME i386_as \- assembler for Intel 80386 .SH SYNOPSIS -~em/lib/i386/as [options] argument ... +~em/lib.bin/i386/as [options] argument ... .SH DESCRIPTION This assembler is made with the general framework described in \fIuni_ass\fP(6). It is an assembler generating relocatable diff --git a/man/i86_as.6 b/man/i86_as.6 index c4f3a5fe5..b838e5c16 100644 --- a/man/i86_as.6 +++ b/man/i86_as.6 @@ -1,10 +1,10 @@ .\" $Header$ -.TH I86_AS 6ACK +.TH I86_AS 6 "$Revision$" .ad .SH NAME i86_as \- assembler for Intel 8086 .SH SYNOPSIS -~em/lib/i86/as [options] argument ... +~em/lib.bin/i86/as [options] argument ... .SH DESCRIPTION This assembler is made with the general framework described in \fIuni_ass\fP(6). It is an assembler generating relocatable diff --git a/man/libmon.7 b/man/libmon.7 index a34328638..977790215 100644 --- a/man/libmon.7 +++ b/man/libmon.7 @@ -1,5 +1,5 @@ .\" $Header$ -.TH LIBMON 7ACK +.TH LIBMON 7 "$Revision$" .ad .SH NAME libmon \- library of system call routines with EM calling sequence diff --git a/man/libpc.7 b/man/libpc.7 index 9fc4fcd6a..224f594b6 100644 --- a/man/libpc.7 +++ b/man/libpc.7 @@ -1,5 +1,5 @@ .\" $Header$ -.TH LIBPC 7ACK +.TH LIBPC 7 "$Revision$" .ad .SH NAME libpc \- library of external routines for Pascal programs diff --git a/man/m68k2_as.6 b/man/m68k2_as.6 index 142d81729..45338dcfb 100644 --- a/man/m68k2_as.6 +++ b/man/m68k2_as.6 @@ -1,10 +1,10 @@ .\" $Header$ -.TH M68K2_AS 6ACK +.TH M68K2_AS 6 "$Revision$" .ad .SH NAME m68k2_as \- assembler for Motorola 68000 .SH SYNOPSIS -~em/lib/m68k2/as [options] argument ... +~em/lib.bin/m68k2/as [options] argument ... .SH DESCRIPTION This assembler is made with the general framework described in \fIuni_ass\fP(6). It is an assembler generating relocatable diff --git a/man/ns_as.6 b/man/ns_as.6 index 9c42e8909..523d284f7 100644 --- a/man/ns_as.6 +++ b/man/ns_as.6 @@ -1,10 +1,10 @@ .\" $Header$ -.TH NS_AS 6ACK +.TH NS_AS 6 "$Revision$" .ad .SH NAME ns_as \- National Semiconductor 16032 assembler/linker .SH SYNOPSIS -~em/lib/ns/as [options] argument ... +~em/lib.bin/ns/as [options] argument ... .SH DESCRIPTION The assembler for the National Semiconductor 16032 is based on the universal assembler \fIuni_ass\fP(VI). It is an assembler generating diff --git a/man/pc_prlib.7 b/man/pc_prlib.7 index c72c084de..a394616a5 100644 --- a/man/pc_prlib.7 +++ b/man/pc_prlib.7 @@ -1,5 +1,5 @@ .\" $Header$ -.TH PC_PRLIB 7ACK +.TH PC_PRLIB 7 "$Revision$" .ad .SH NAME pc_prlib \- library of Pascal runtime routines @@ -13,6 +13,8 @@ function _abi(i:integer):integer; function _abl(i:long):long; function _mdi(j,i:integer):integer; function _mdl(j,i:long):long; +function _dvi(j,i:integer):integer; +function _dvl(j,i:long):long; function _abr(r:real):real; function _sin(r:real):real; function _cos(r:real):real; @@ -136,6 +138,10 @@ Compute the absolute value of a long. Perform the Pascal modulo operation on integers. .IP _mdl Perform the Pascal modulo operation on longs. +.IP _dvi +Perform the Pascal divide operation on integers. +.IP _dvl +Perform the Pascal divide operation on longs. .IP _abr Compute the absolute value of a real. .IP _sin diff --git a/man/pdp_as.6 b/man/pdp_as.6 index c63a076b4..985091bec 100644 --- a/man/pdp_as.6 +++ b/man/pdp_as.6 @@ -1,10 +1,10 @@ .\" $Header$ -.TH PDP_AS 6ACK +.TH PDP_AS 6 "$Revision$" .ad .SH NAME pdp_as \- assembler for PDP 11 .SH SYNOPSIS -~em/lib/pdp/as [options] argument ... +~em/lib.bin/pdp/as [options] argument ... .SH DESCRIPTION This assembler is made with the general framework described in \fIuni_ass\fP(6). It is an assembler generating relocatable diff --git a/man/uni_ass.6 b/man/uni_ass.6 index 551a6926c..aaf0d3aa2 100644 --- a/man/uni_ass.6 +++ b/man/uni_ass.6 @@ -1,10 +1,10 @@ .\" $Header$ -.TH UNI_ASS 6ACK +.TH UNI_ASS 6 "$Revision$" .ad .SH NAME uni_ass \- universal assembler, assembler\-loader .SH SYNOPSIS -~em/lib/\fImach\fP/as [options] argument ... +~em/lib.bin/\fImach\fP/as [options] argument ... .SH DESCRIPTION The universal assembler is a framework allowing easy generation of an assembler for any byte oriented machine. diff --git a/man/z8000_as.6 b/man/z8000_as.6 index 6c8dcfced..3e1b4d788 100644 --- a/man/z8000_as.6 +++ b/man/z8000_as.6 @@ -1,10 +1,10 @@ .\" $Header$ -.TH Z8000_AS 6ACK +.TH Z8000_AS 6 "$Revision$" .ad .SH NAME z8000_as \- assembler for Zilog z8000 (segmented version) .SH SYNOPSIS -~em/lib/z8000/as [options] argument ... +~em/lib.bin/z8000/as [options] argument ... .SH DESCRIPTION This assembler is made with the general framework described in \fIuni_ass\fP(6). It is an assembler\-loader. Output is diff --git a/man/z80_as.6 b/man/z80_as.6 index a644c5526..52c74afc0 100644 --- a/man/z80_as.6 +++ b/man/z80_as.6 @@ -1,10 +1,10 @@ .\" $Header$ -.TH Z80_AS 6ACK +.TH Z80_AS 6 "$Revision$" .ad .SH NAME z80_as \- assembler for Zilog z80 .SH SYNOPSIS -~em/lib/z80/as [options] argument ... +~em/lib.bin/z80/as [options] argument ... .SH DESCRIPTION This assembler is made with the general framework described in \fIuni_ass\fP(6). It is an assembler generating relocatable diff --git a/modules/src/alloc/alloc.3 b/modules/src/alloc/alloc.3 index a21b8dfe5..0b37403ae 100644 --- a/modules/src/alloc/alloc.3 +++ b/modules/src/alloc/alloc.3 @@ -1,4 +1,4 @@ -.TH ALLOC 3 "March 25, 1986" +.TH ALLOC 3 "$Revision$" .ad .SH NAME Malloc, Salloc, Realloc, Srealloc, st_alloc, st_free\ \-\ low level memory allocation routines diff --git a/modules/src/assert/assert.3 b/modules/src/assert/assert.3 index 99e47924c..d3da1cf3c 100644 --- a/modules/src/assert/assert.3 +++ b/modules/src/assert/assert.3 @@ -1,4 +1,4 @@ -.TH ASSERT 3ACK "$Revision$" +.TH ASSERT 3 "$Revision$" .ad .SH NAME assert \- program verification diff --git a/modules/src/em_code/em_code.3X b/modules/src/em_code/em_code.3X index 71f76c487..f17cf0c32 100644 --- a/modules/src/em_code/em_code.3X +++ b/modules/src/em_code/em_code.3X @@ -1,4 +1,4 @@ -.TH EM_CODE 3ACK "$Revision$" +.TH EM_CODE 3 "$Revision$" .ad .SH NAME emcode \- EM code interface for compilers diff --git a/modules/src/em_mes/em_mes.3 b/modules/src/em_mes/em_mes.3 index 9b7637249..5133d7384 100644 --- a/modules/src/em_mes/em_mes.3 +++ b/modules/src/em_mes/em_mes.3 @@ -1,4 +1,4 @@ -.TH EM_MES 3ACK "86/03/18" +.TH EM_MES 3 "$Revision$" .ad .SH NAME em_mes \- EM-message generating routines diff --git a/modules/src/em_opt/em_nopt.6 b/modules/src/em_opt/em_nopt.6 index 4dd8c9f17..885aa4466 100644 --- a/modules/src/em_opt/em_nopt.6 +++ b/modules/src/em_opt/em_nopt.6 @@ -1,9 +1,10 @@ -.TH EM_NOPT 6ACK "$Revision$" +.TH EM_NOPT 6 "$Revision$" .ad .SH NAME em_nopt \- EM peephole optimizer .SH SYNOPSIS -~em/lib/em_nopt [ inputfile [ outputfile ] ] +.B ~em/lib.bin/em_nopt +[ inputfile [ outputfile ] ] .SH DESCRIPTION Em_nopt reads a compact EM-program inputfile or standard input, and produces another compact EM program on outputfile or standard output @@ -12,7 +13,7 @@ but smaller. This program is a faster replacement for the program em_opt but does not perform some other functions that that program performed and were required before running a codegenerator. These operations are now performed by the -front ends and the EM_CODE(3ACK) module. The old program is still required +front ends and the EM_CODE(3) module. The old program is still required for front ends that do not use the new mechanisms or for making a library module. Usually this program need not be run as the front end will perform the @@ -20,4 +21,4 @@ equivalent optimizations using the library module em_opt(3). .SH "SEE ALSO" ack(1) em_opt(1) em_opt(3) .SH AUTHOR -Bruce McKenzie +Bruce McKenzie diff --git a/modules/src/em_opt/em_opt.3 b/modules/src/em_opt/em_opt.3 index 6fd9fbdc6..eb8fc093d 100644 --- a/modules/src/em_opt/em_opt.3 +++ b/modules/src/em_opt/em_opt.3 @@ -1,4 +1,4 @@ -.TH EM_OPT 3ACK "$Revision$" +.TH EM_OPT 3 "$Revision$" .ad .SH NAME emopt \- EM code peephole optimizer interface for compilers @@ -110,4 +110,4 @@ It is not possible to indicate that the argument of .B O_con_cst () must be seen as an unsigned value. .SH AUTHOR -Bruce McKenzie +Bruce McKenzie diff --git a/modules/src/flt_arith/flt_arith.3 b/modules/src/flt_arith/flt_arith.3 index 983d0171c..b8b90e11a 100644 --- a/modules/src/flt_arith/flt_arith.3 +++ b/modules/src/flt_arith/flt_arith.3 @@ -1,4 +1,4 @@ -.TH FLT_ARITH 3ACK " Fri June 30 1989" +.TH FLT_ARITH 3 "$Revision$" .ad .SH NAME flt_arith \- high precision floating point arithmetic diff --git a/modules/src/idf/idf.3 b/modules/src/idf/idf.3 index 793925469..b77a2a627 100644 --- a/modules/src/idf/idf.3 +++ b/modules/src/idf/idf.3 @@ -1,4 +1,4 @@ -.TH IDF 3ACK "March 17, 1986" +.TH IDF 3 "$Revision$" .ad .SH NAME init_idf, str2idf, findidf\ \-\ a namelist module diff --git a/modules/src/input/input.3 b/modules/src/input/input.3 index b63f04f66..86ce01d09 100644 --- a/modules/src/input/input.3 +++ b/modules/src/input/input.3 @@ -1,4 +1,4 @@ -.TH INPUT 3ACK "March 25, 1986" +.TH INPUT 3 "$Revision$" .ad .SH NAME LoadChar, PushBack, InsertFile, InsertText, AtEoIF, AtEoIT\ \-\ input diff --git a/modules/src/object/object.3 b/modules/src/object/object.3 index 7f66502fc..f838c73f8 100644 --- a/modules/src/object/object.3 +++ b/modules/src/object/object.3 @@ -1,4 +1,4 @@ -.TH OBJECT 3ACK "October 16, 1986" +.TH OBJECT 3 "$Revision$" .ad .SH NAME wr_open, wr_close, wr_ohead, wr_sect, wr_outsect, wr_emit, wr_putc, wr_relo, diff --git a/modules/src/print/print.3 b/modules/src/print/print.3 index 63de9f281..77288a32d 100644 --- a/modules/src/print/print.3 +++ b/modules/src/print/print.3 @@ -1,4 +1,4 @@ -.TH PRINT 3ACK "86/04/02" +.TH PRINT 3 "$Revision$" .ad .SH NAME print, fprint, sprint, doprnt -- very simple formatted-output routines diff --git a/modules/src/read_em/read_em.3 b/modules/src/read_em/read_em.3 index 11185a0e1..98fff132d 100644 --- a/modules/src/read_em/read_em.3 +++ b/modules/src/read_em/read_em.3 @@ -1,4 +1,4 @@ -.TH READ_EM 3ACK "March 17, 1986" +.TH READ_EM 3 "$Revision$" .ad .SH NAME EM_open, EM_getinstr, EM_close, diff --git a/modules/src/string/string.3 b/modules/src/string/string.3 index 68828e129..7884eb00c 100644 --- a/modules/src/string/string.3 +++ b/modules/src/string/string.3 @@ -1,4 +1,4 @@ -.TH STRING 3ACK "86/03/18" +.TH STRING 3 "$Revision$" .ad .SH NAME strcpy, strncpy, strcat, strncat, strcmp, strncmp, diff --git a/modules/src/system/system.3 b/modules/src/system/system.3 index e24b79077..269867d36 100644 --- a/modules/src/system/system.3 +++ b/modules/src/system/system.3 @@ -1,4 +1,4 @@ -.TH SYSTEM 3ACK "86/03/24" +.TH SYSTEM 3 "$Revision$" .ad .SH NAME sys_open, sys_close, sys_read, sys_write, sys_reset, sys_access, diff --git a/util/LLgen/LLgen.1 b/util/LLgen/LLgen.1 index 08b8ed212..abf7d990b 100644 --- a/util/LLgen/LLgen.1 +++ b/util/LLgen/LLgen.1 @@ -1,23 +1,10 @@ .\" $Header$ -.TH LLGEN 1ACK +.TH LLGEN 1 "$Revision$" .ad .SH NAME LLgen, an extended LL(1) parser generator .SH SYNOPSIS -\fBLLgen\fP -[ -\fB\-vxw\fP -] -[ -\fB\-j\fP[\fInum\fP] -] -[ -\fB\-l\fP\fInum\fP -] -[ -\fB\-h\fP\fInum\fP -] -file ... +LLgen [ \-vxw ] [ \-j[\fInum\fP] ] [ \-l\fInum\fP ] [ \-h\fInum\fP ] file ... .SH DESCRIPTION \fILLgen\fP converts a context-free grammar into a set of diff --git a/util/ack/ack.1.X b/util/ack/ack.1.X index a4ca5df24..73c290fcf 100644 --- a/util/ack/ack.1.X +++ b/util/ack/ack.1.X @@ -9,7 +9,7 @@ .ft \\n(Sf .sp 1 .. -.TH ACK 1ACK +.TH ACK 1 "$Revision$" .ad .SH NAME ack \- Amsterdam Compiler Kit diff --git a/util/amisc/anm.1 b/util/amisc/anm.1 index 449a989eb..525377e90 100644 --- a/util/amisc/anm.1 +++ b/util/amisc/anm.1 @@ -1,12 +1,8 @@ -.TH ANM 1ACK +.TH ANM 1 "$Revision$" .SH NAME anm \- print name list .SH SYNOPSIS -.B anm -[ -.B \-gnoprus -] -[ file ... ] +anm [ \-gnoprus ] [ file ... ] .SH DESCRIPTION .I Anm prints the name list (symbol table) of each ack.out(5) format object diff --git a/util/amisc/asize.1 b/util/amisc/asize.1 index 96d8fd919..89454dcaf 100644 --- a/util/amisc/asize.1 +++ b/util/amisc/asize.1 @@ -1,9 +1,8 @@ -.TH ASIZE 1ACK +.TH ASIZE 1 "$Revision$" .SH NAME asize \- size of an object file .SH SYNOPSIS -.B asize -[ file ... ] +asize [ file ... ] .SH DESCRIPTION .I Asize prints the (decimal) number of bytes diff --git a/util/amisc/astrip.1 b/util/amisc/astrip.1 index d7fd6adec..2f83bf1ab 100644 --- a/util/amisc/astrip.1 +++ b/util/amisc/astrip.1 @@ -1,9 +1,8 @@ -.TH ASTRIP 1ACK +.TH ASTRIP 1 "$Revision$" .SH NAME astrip \- remove symbols and relocation information .SH SYNOPSIS -.B astrip -file ... +astrip file ... .SH DESCRIPTION .I Astrip removes the symbol diff --git a/util/arch/aal.1 b/util/arch/aal.1 index e1f172a4b..3c022e4c5 100644 --- a/util/arch/aal.1 +++ b/util/arch/aal.1 @@ -1,5 +1,5 @@ .\" $Header$ -.TH AAL 1ACK +.TH AAL 1 "$Revision$" .ad .SH NAME aal \- archive and library maintainer diff --git a/util/arch/arch.1 b/util/arch/arch.1 index fc7a76203..485b6d922 100644 --- a/util/arch/arch.1 +++ b/util/arch/arch.1 @@ -1,5 +1,5 @@ .\" $Header$ -.TH ARCH 1ACK +.TH ARCH 1 "$Revision$" .ad .SH NAME arch \- archive and library maintainer diff --git a/util/arch/arch.5 b/util/arch/arch.5 index 468195f06..5ef427c54 100644 --- a/util/arch/arch.5 +++ b/util/arch/arch.5 @@ -1,5 +1,5 @@ .\" $Header$ -.TH ARCH 5ACK +.TH ARCH 5 "$Revision$" .ad .SH NAME arch \- archive (library) file format diff --git a/util/ass/em_ass.6 b/util/ass/em_ass.6 index e52099b09..993f87e5a 100644 --- a/util/ass/em_ass.6 +++ b/util/ass/em_ass.6 @@ -1,10 +1,11 @@ .\" $Header$ -.TH EM_ASS 6ACK +.TH EM_ASS 6 "$Revision$" .ad .SH NAME em_ass \- EM assembler/loader .SH SYNOPSIS -~em/lib/em_ass [options] argument ... +.B ~em/lib.bin/em_ass +[options] argument ... .SH DESCRIPTION Em_ass assembles and links EM modules. Arguments may be flags, EM modules or libraries. diff --git a/util/cmisc/cclash.1 b/util/cmisc/cclash.1 index 47e8e41d9..4dcb44170 100644 --- a/util/cmisc/cclash.1 +++ b/util/cmisc/cclash.1 @@ -1,9 +1,10 @@ -.TH CCLASH 1ACK +.TH CCLASH 1 "$Revision$" .ad .SH NAME cclash \- report clashing identifiers in C-programs .SH SYNOPSIS -.B cclash [ -l ] [ -c | -m ] +.B cclash +[ -l ] [ -c | -m ] [ file ... ] .SH DESCRIPTION .I Cclash diff --git a/util/cmisc/cid.1 b/util/cmisc/cid.1 index 5ab68017a..525d30286 100644 --- a/util/cmisc/cid.1 +++ b/util/cmisc/cid.1 @@ -1,4 +1,4 @@ -.TH CID 1ACK +.TH CID 1 "$Revision$" .ad .SH NAME cid \- change identifiers not occurring in C comment, strings and diff --git a/util/cmisc/mkdep.1 b/util/cmisc/mkdep.1 index e0d8fd5ce..a7e1219d2 100644 --- a/util/cmisc/mkdep.1 +++ b/util/cmisc/mkdep.1 @@ -1,10 +1,10 @@ -.TH MKDEP 1ACK +.TH MKDEP 1 "$Revision$" .ad .SH NAME mkdep \- dependency generator for C-programs .SH SYNOPSYS -.B mkdep [ -d ] -file ... +.B mkdep +[ -d ] file ... .SH DESCRIPTION .I Mkdep scans the files in the argument list for C-preprocessor lines of the form diff --git a/util/cmisc/prid.1 b/util/cmisc/prid.1 index 4307fb84e..6f696f0ff 100644 --- a/util/cmisc/prid.1 +++ b/util/cmisc/prid.1 @@ -1,10 +1,10 @@ -.TH PRID 1ACK +.TH PRID 1 "$Revision$" .ad .SH NAME prid \- print identifiers in C-programs longer than a certain length .SH SYNOPSIS -.B prid [ -l ] -[ file ... ] +.B prid +[ -l ] [ file ... ] .SH DESCRIPTION .I Prid prints all identifiers with length >= . diff --git a/util/cmisc/tabgen.1 b/util/cmisc/tabgen.1 index 0c2c9ac01..4118f6d2c 100644 --- a/util/cmisc/tabgen.1 +++ b/util/cmisc/tabgen.1 @@ -1,9 +1,10 @@ -.TH TABGEN 1ACK +.TH TABGEN 1 "$Revision$" .ad .SH NAME tabgen \- table generator for C-programs .SH SYNOPSYS -.B tabgen \fIarguments\fP +.B tabgen +\fIarguments\fP .SH DESCRIPTION .I Tabgen is a handy tool for generating tables for C-programs from a compact diff --git a/util/cpp/cpp.6 b/util/cpp/cpp.6 index 02e9d50bc..aad642ad6 100644 --- a/util/cpp/cpp.6 +++ b/util/cpp/cpp.6 @@ -1,9 +1,10 @@ -.TH CPP 6ACK +.TH CPP 6 "$Revision$" .ad .SH NAME cpp \- C Pre-Processor .SH SYNOPSIS -cpp [\-options] [ file ] +.B ~em/lib.bin/cpp +[\-options] [ file ] .SH DESCRIPTION .I Cpp reads a file, expands macros and include diff --git a/util/grind/grind.1 b/util/grind/grind.1 index 9940f07e8..bd9ff4a4f 100644 --- a/util/grind/grind.1 +++ b/util/grind/grind.1 @@ -1,15 +1,10 @@ .\" $Header$ -.TH GRIND 1 +.TH GRIND 1 "$Revision$" .SH NAME grind \- source-level debugger for ACK .SH SYNOPSIS .B grind -[ -.I -] -[ -.I -] +[ ] [ ] .SH DESCRIPTION .B Grind is a utility for source-level debugging and execution of diff --git a/util/int/int.1 b/util/int/int.1 index 37d50d1f6..a224af766 100644 --- a/util/int/int.1 +++ b/util/int/int.1 @@ -1,7 +1,7 @@ .\" Manual page .\" .\" $Header$ -.TH INT I +.TH INT 1 "$Revision$" .ad .SH NAME int \- Interpreter for EM Machine Language diff --git a/util/led/ack.out.5 b/util/led/ack.out.5 index 84521c7d1..ef7151b02 100644 --- a/util/led/ack.out.5 +++ b/util/led/ack.out.5 @@ -1,4 +1,4 @@ -.TH "ACK.OUT" 5ACK "July 29, 1986" +.TH "ACK.OUT" 5 "$Revision$" .ad .SH NAME ack.out\ \-\ ACK-assembler and link editor output diff --git a/util/led/led.6 b/util/led/led.6 index ab1e72652..3d2883738 100644 --- a/util/led/led.6 +++ b/util/led/led.6 @@ -1,9 +1,9 @@ -.TH LED 6ACK +.TH LED 6 "$Revision$" .ad .SH NAME led \- link editor .SH SYNOPSIS -.B led +.B ~em/lib.bin/em_led [ option ] ... file ... .SH DESCRIPTION .I Led diff --git a/util/misc/em_decode.6 b/util/misc/em_decode.6 index 359071a37..c293d7b73 100644 --- a/util/misc/em_decode.6 +++ b/util/misc/em_decode.6 @@ -1,12 +1,14 @@ .\" $Header$ -.TH EM_DECODE 6ACK +.TH EM_DECODE 6 "$Revision$" .ad .SH NAME em_decode,em_encode \- compact to readable EM and v.v. .SH SYNOPSIS -/usr/em/lib/em_decode [ inputfile [ outputfile ] ] +.B ~/lib.bin/em_decode +[ inputfile [ outputfile ] ] .br -/usr/em/lib/em_encode [ inputfile [ outputfile ] ] +.B ~em/lib.bin/em_encode +[ inputfile [ outputfile ] ] .SH DESCRIPTION Most programs involved with the EM project only produce and accept EM programs in compact form. diff --git a/util/ncgg/ncgg.6 b/util/ncgg/ncgg.6 index 43e77dd0a..920be486e 100644 --- a/util/ncgg/ncgg.6 +++ b/util/ncgg/ncgg.6 @@ -1,10 +1,11 @@ .\" $Header$ -.TH NCGG 6ACK +.TH NCGG 6 "$Revision$" .ad .SH NAME cgg \- Code table translating utility .SH SYNOPSIS -cgg [-c] [-d] [-v] table +.B ~em/lib.bin/cgg +[-c] [-d] [-v] table .SH DESCRIPTION cgg translates a machine description table into the internal structures needed by em_cg. diff --git a/util/opt/em_opt.6 b/util/opt/em_opt.6 index 7c351d8be..6d92893c2 100644 --- a/util/opt/em_opt.6 +++ b/util/opt/em_opt.6 @@ -1,10 +1,11 @@ .\" $Header$ -.TH EM_OPT 6ACK +.TH EM_OPT 6 "$Revision$" .ad .SH NAME em_opt \- EM peephole optimizer .SH SYNOPSIS -~em/lib/em_opt [-Ln] [ argument ] +.B ~em/lib/em_opt +[-Ln] [ argument ] .SH DESCRIPTION Em_opt reads a compact EM-program, argument or standard input, and produces another compact EM program on standard output -- 2.34.1