t9a: remove a few mentions - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 0ed5e9f828757a17995e0550f285a11c1ff27026
 (DIR) parent ebbeff0ac69f8fa25fed3f85d2e7b2261e4fa2aa
 (HTM) Author: Russ Cox <rsc@swtch.com>
       Date:   Wed, 30 Dec 2020 08:07:24 -0500
       
       9a: remove a few mentions
       
       Diffstat:
         M man/man1/9c.1                       |      16 +---------------
         M src/mkhdr                           |       2 +-
       
       2 files changed, 2 insertions(+), 16 deletions(-)
       ---
 (DIR) diff --git a/man/man1/9c.1 b/man/man1/9c.1
       t@@ -1,6 +1,6 @@
        .TH 9C 1
        .SH NAME
       -9c, 9a, 9l, 9ar \- C compiler, assembler, linker, archiver
       +9c, 9l, 9ar \- C compiler, assembler, linker, archiver
        .SH SYNOPSIS
        .B 9c
        [
       t@@ -14,10 +14,6 @@
        .I file
        \&...
        .PP
       -.B 9a
       -.I file
       -\&...
       -.PP
        .B 9l
        [
        .I -o
       t@@ -81,12 +77,6 @@ also defines
        .B __sun__
        on SunOS systems.
        .PP
       -.I 9a
       -assembles the named files into object files for the current system.
       -Unlike some system assemblers, it does
       -.I not
       -promise to run the C preprocessor on the source files.
       -.PP
        .I 9l
        links the named object files and libraries to create the target executable.
        Each
       t@@ -203,10 +193,6 @@ rebuilt whenever the archive is modified.
        Compile three C source files.
        .TP
        .L
       -9a file4.s
       -Assemble one assembler source file.
       -.TP
       -.L
        9ar rvc lib.a file[12].o
        Archive the first two object files into a library.
        .TP
 (DIR) diff --git a/src/mkhdr b/src/mkhdr
       t@@ -9,7 +9,7 @@ OS=$O
        CC=9c
        #CC=9r
        LD=9l
       -AS=9a
       +AS=no-9a
        AR=9ar
        CFLAGS=
        LDFLAGS=