The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=61957f3a6f154592a079a4aa8e10c037878311ea
commit 61957f3a6f154592a079a4aa8e10c037878311ea Author: Ed Maste <[email protected]> AuthorDate: 2022-09-20 14:02:45 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2022-09-25 19:21:25 +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 --- 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
