aboutsummaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
authorPetter Rodhelind <petter.rodhelind@gmail.com>2021-02-18 20:21:24 +0100
committerPetter Rodhelind <petter.rodhelind@gmail.com>2021-02-18 20:21:24 +0100
commit181d56ee64da53279bb6ecf49c24ab54cfb7193f (patch)
treefc6c8736bb97790a257c5514998c583ffce7c41c /man/man1
parent94c521bf102a74aec7e1a5c3a9ef5eaa968d4e14 (diff)
parent90971376a5e8620fc62579aa1b3be26245ec8c06 (diff)
downloadplan9port-181d56ee64da53279bb6ecf49c24ab54cfb7193f.tar.gz
plan9port-181d56ee64da53279bb6ecf49c24ab54cfb7193f.tar.bz2
plan9port-181d56ee64da53279bb6ecf49c24ab54cfb7193f.zip
Merge remote-tracking branch 'upstream/master'HEADmaster
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/9c.116
1 files changed, 1 insertions, 15 deletions
diff --git a/man/man1/9c.1 b/man/man1/9c.1
index dd15926d..943df6fb 100644
--- a/man/man1/9c.1
+++ b/man/man1/9c.1
@@ -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
[
@@ -14,10 +14,6 @@
.I file
\&...
.PP
-.B 9a
-.I file
-\&...
-.PP
.B 9l
[
.I -o
@@ -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
@@ -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