git: 8bbc22fac8cb - stable/13 - clang: remove as(1) cross-reference from man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Oct 2022 00:35:19 UTC
The branch stable/13 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=8bbc22fac8cb30f6ef13339a1315b9664641dd9c
commit 8bbc22fac8cb30f6ef13339a1315b9664641dd9c
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-09-20 14:02:45 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-10-02 00:35:06 +0000
clang: remove as(1) cross-reference from man page
PR: 265232
Reviewed by: dim
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differntial Revision: https://reviews.freebsd.org/D36634
(cherry picked from commit 61957f3a6f154592a079a4aa8e10c037878311ea)
---
usr.bin/clang/clang/clang.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.bin/clang/clang/clang.1 b/usr.bin/clang/clang/clang.1
index 81acd576c127..10e78ebe16df 100644
--- a/usr.bin/clang/clang/clang.1
+++ b/usr.bin/clang/clang/clang.1
@@ -900,7 +900,7 @@ include preprocessed source files (use the \fI\%\-E\fP option) and the full
output of the compiler, along with information to reproduce.
.SH SEE ALSO
.sp
-\fBas(1)\fP, \fBld(1)\fP
+\fBld(1)\fP
.SH AUTHOR
Maintained by the Clang / LLVM Team (<http://clang.llvm.org>)
.SH COPYRIGHT