diff options
| author | Minsoo Choo <minsoochoo0122@proton.me> | 2025-11-30 19:01:14 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2025-12-01 14:19:19 +0000 |
| commit | 507cfc42799f38d6960cd3a14eb66294c5fda4ff (patch) | |
| tree | 020e43e4321ad11fd7f44388f1c31717b4c58562 | |
| parent | d11ff7f93386f36a385ea01498fd9ff9ff3862ce (diff) | |
dtrace.1: remove sparc
Signed-off-by: Minsoo Choo <minsoochoo0122@proton.me>
Reviewed by: markj
MFC after: 1 week
Pull Request: https://github.com/freebsd/freebsd-src/pull/1907
| -rw-r--r-- | cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 index 86887bbe8dd9..786c3d6e50d1 100644 --- a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 +++ b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 @@ -20,7 +20,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 12, 2025 +.Dd November 30, 2025 .Dt DTRACE 1 .Os .Sh NAME @@ -837,10 +837,6 @@ __unix .It __SVR4 .It -__sparc (on SPARC systems only) -.It -__sparcv9 (on SPARC systems only when 64-bit programs are compiled) -.It __i386 (on x86 systems only when 32-bit programs are compiled) .It __amd64 (on x86 systems only when 64-bit programs are compiled) |
