Skip to content

Commit

Permalink
handbook/dtrace: Fix semi-broken link to DTrace site
Browse files Browse the repository at this point in the history
  • Loading branch information
neirbowj committed Jul 6, 2024
1 parent e6d1a24 commit 7203666
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion documentation/content/de/books/handbook/dtrace/_index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Zum Schluss sollten Sie noch den aktuellen DTrace-Werkzeugsatz beschaffen. Die D
Die Skripte in [.filename]#/usr/shared/dtrace# wurden speziell für FreeBSD portiert. Nicht alle Skripte in der DTrace-Werkzeugsammlung werden in FreeBSD unverändert funktionieren und manche Skript benötigen einigen Aufwand, damit diese auf FreeBSD funktionieren.
====

Der DTrace-Werkzeugsatz beinhaltet viele Skripte in der speziellen Sprache von DTrace. Diese Sprache wird die D-Sprache genannt und ist sehr ähnlich zu C++. Eine detaillierte Beschreibung dieser Sprache würde den Rahmen dieses Dokuments sprengen. Im http://www.dtrace.org/guide[Illumos Dynamic Tracing Guide] wird diese Sprache ausführlich beschrieben.
Der DTrace-Werkzeugsatz beinhaltet viele Skripte in der speziellen Sprache von DTrace. Diese Sprache wird die D-Sprache genannt und ist sehr ähnlich zu C++. Eine detaillierte Beschreibung dieser Sprache würde den Rahmen dieses Dokuments sprengen. Im http://dtrace.org/guide[Illumos Dynamic Tracing Guide] wird diese Sprache ausführlich beschrieben.

[[dtrace-using]]
== DTrace verwenden
Expand Down
2 changes: 1 addition & 1 deletion documentation/content/en/books/handbook/dtrace/_index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Not all of the scripts found in the DTrace Toolkit will work as-is on FreeBSD an
The DTrace Toolkit includes many scripts in the special language of DTrace.
This language is called the D language and it is very similar to C++.
An in depth discussion of the language is beyond the scope of this document.
It is covered extensively in the http://www.dtrace.org/guide[Illumos Dynamic Tracing Guide].
It is covered extensively in the http://dtrace.org/guide[Illumos Dynamic Tracing Guide].

[[dtrace-out-of-kernel]]
== Enabling DTrace in Out-of-Kernel Modules
Expand Down
2 changes: 1 addition & 1 deletion documentation/content/pl/books/handbook/dtrace/_index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Finally, install the current DTrace Toolkit, a collection of ready-made scripts
The scripts found in [.filename]#/usr/shared/dtrace# have been specifically ported to FreeBSD. Not all of the scripts found in the DTrace Toolkit will work as-is on FreeBSD and some scripts may require some effort in order for them to work on FreeBSD.
====

The DTrace Toolkit includes many scripts in the special language of DTrace. This language is called the D language and it is very similar to C++. An in depth discussion of the language is beyond the scope of this document. It is covered extensively in the http://www.dtrace.org/guide[Illumos Dynamic Tracing Guide].
The DTrace Toolkit includes many scripts in the special language of DTrace. This language is called the D language and it is very similar to C++. An in depth discussion of the language is beyond the scope of this document. It is covered extensively in the http://dtrace.org/guide[Illumos Dynamic Tracing Guide].

[[dtrace-using]]
== Using DTrace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Por fim, instale o DTrace Toolkit atual, uma coleção de scripts prontos para c
Os scripts encontrados em [.filename]#/usr/shared/dtrace# foram especificamente portados para o FreeBSD. Nem todos os scripts encontrados no DTrace Toolkit funcionarão no FreeBSD e alguns scripts podem exigir algum esforço para que funcionem no FreeBSD.
====

O DTrace Toolkit inclui muitos scripts no idioma especial do DTrace. Esta linguagem é chamada de linguagem D e é muito semelhante ao C++. Uma discussão aprofundada da linguagem está além do escopo deste documento. Ele é abordado extensivamente no http://www.dtrace.org/guide[Illumos Dynamic Tracing Guide].
O DTrace Toolkit inclui muitos scripts no idioma especial do DTrace. Esta linguagem é chamada de linguagem D e é muito semelhante ao C++. Uma discussão aprofundada da linguagem está além do escopo deste documento. Ele é abordado extensivamente no http://dtrace.org/guide[Illumos Dynamic Tracing Guide].

[[dtrace-using]]
== Usando o DTrace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ FreeBSD 10 將其中一些腳本安裝在 [.filename]#/usr/share/dtrace# 中。
DTrace 工具箱包含許多使用 DTrace 特殊語言的腳本,
這種語言被稱為 D 語言,它與 C++ 非常類似,
對於該語言的深度討論超出了此文件的範圍,
他在 http://www.dtrace.org/guide[Illumos Dynamic Tracing Guide] 有廣泛的介紹。
他在 http://dtrace.org/guide[Illumos Dynamic Tracing Guide] 有廣泛的介紹。

[[dtrace-using]]
== 使用 DTrace
Expand Down

0 comments on commit 7203666

Please sign in to comment.