Some minor changes
authorceriel <none@none>
Mon, 25 Nov 1991 09:52:08 +0000 (09:52 +0000)
committerceriel <none@none>
Mon, 25 Nov 1991 09:52:08 +0000 (09:52 +0000)
man/ns_as.6
man/pc_prlib.7

index 523d284..c608be2 100644 (file)
@@ -2,12 +2,12 @@
 .TH NS_AS 6 "$Revision$"
 .ad
 .SH NAME
-ns_as \- National Semiconductor 16032 assembler/linker
+ns_as \- National Semiconductor 16032 assembler
 .SH SYNOPSIS
 ~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
+on the universal assembler \fIuni_ass\fP(6). It is an assembler generating
 relocatable object code in \fIack.out\fP(5) format.
 The mnemonics for the instructions are taken from the NS-16000
 Programmers Reference Manual.
@@ -90,7 +90,7 @@ the encoding of the msr register in smr and lmr instructions.
 Two different possibilities are given for the encoding of
 the instructions movsu and movus.
 .SH "SEE ALSO"
-uni_ass(VI)
+uni_ass(6)
 ack(1),
 ack.out(5),
 .br
index c1e8b9d..300daf9 100644 (file)
@@ -428,7 +428,7 @@ Close a file. Closing of files is done for local files when the procedure
 in which they are declared exits.
 The compiler only closes local files if they are not part of a structured type.
 Files allocated in the heap are not closed when they are deallocated.
-There is an external routine \fIpclose\fP in libP(VII), that may be called
+There is an external routine \fIpclose\fP in libpc(7), that may be called
 explicitly to do the closing in these cases.
 Closing may be necessary to flush buffers or to keep the number of
 simultaneously opened files below NFILES.