Date: Sun, 25 Sep 2022 19:22:01 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 61957f3a6f15 - main - clang: remove as(1) cross-reference from man page Message-ID: <202209251922.28PJM1SD041459@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=61957f3a6f154592a079a4aa8e10c037878311ea commit 61957f3a6f154592a079a4aa8e10c037878311ea Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-09-20 14:02:45 +0000 Commit: Ed Maste <emaste@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209251922.28PJM1SD041459>