From: ceriel Date: Mon, 25 Nov 1991 09:52:08 +0000 (+0000) Subject: Some minor changes X-Git-Tag: release-5-5~599 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=c6931b04e7e4172e3d49029f41be36e69b9314a6;p=ack.git Some minor changes --- diff --git a/man/ns_as.6 b/man/ns_as.6 index 523d284f7..c608be22e 100644 --- a/man/ns_as.6 +++ b/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 diff --git a/man/pc_prlib.7 b/man/pc_prlib.7 index c1e8b9d33..300daf960 100644 --- a/man/pc_prlib.7 +++ b/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.