Browse Source

Some minor changes

ceriel 33 years ago
parent
commit
c6931b04e7
2 changed files with 4 additions and 4 deletions
  1. 3 3
      man/ns_as.6
  2. 1 1
      man/pc_prlib.7

+ 3 - 3
man/ns_as.6

@@ -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

+ 1 - 1
man/pc_prlib.7

@@ -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.