about summary refs log tree commit diff
path: root/nixos/modules/services/development
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-01-04 01:25:57 +0100
committerpennae <github@quasiparticle.net>2023-01-10 10:31:53 +0100
commit6aa4c2f9fc622487fe3078c841555811e8db2e37 (patch)
treec442b5c80ee3cc4d749231a2e8448a320a548677 /nixos/modules/services/development
parent90c61bc706d2ac06cdb2309df8388f0698264624 (diff)
downloadnixlib-6aa4c2f9fc622487fe3078c841555811e8db2e37.tar
nixlib-6aa4c2f9fc622487fe3078c841555811e8db2e37.tar.gz
nixlib-6aa4c2f9fc622487fe3078c841555811e8db2e37.tar.bz2
nixlib-6aa4c2f9fc622487fe3078c841555811e8db2e37.tar.lz
nixlib-6aa4c2f9fc622487fe3078c841555811e8db2e37.tar.xz
nixlib-6aa4c2f9fc622487fe3078c841555811e8db2e37.tar.zst
nixlib-6aa4c2f9fc622487fe3078c841555811e8db2e37.zip
nixos/manual: normalize <firstterm> -> <emphasis>
they're emphasized, so we can't just throw them out.
Diffstat (limited to 'nixos/modules/services/development')
-rw-r--r--nixos/modules/services/development/blackfire.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/development/blackfire.xml b/nixos/modules/services/development/blackfire.xml
index 3e8253d29ecf..182ff6dafde0 100644
--- a/nixos/modules/services/development/blackfire.xml
+++ b/nixos/modules/services/development/blackfire.xml
@@ -9,7 +9,7 @@
   <link xlink:href="https://blackfire.io/docs/introduction"/>
  </para>
  <para>
-  <link xlink:href="https://blackfire.io">Blackfire</link> is a proprietary tool for profiling applications. There are several languages supported by the product but currently only PHP support is packaged in Nixpkgs. The back-end consists of a module that is loaded into the language runtime (called <firstterm>probe</firstterm>) and a service (<firstterm>agent</firstterm>) that the probe connects to and that sends the profiles to the server.
+  <link xlink:href="https://blackfire.io">Blackfire</link> is a proprietary tool for profiling applications. There are several languages supported by the product but currently only PHP support is packaged in Nixpkgs. The back-end consists of a module that is loaded into the language runtime (called <emphasis>probe</emphasis>) and a service (<emphasis>agent</emphasis>) that the probe connects to and that sends the profiles to the server.
  </para>
  <para>
   To use it, you will need to enable the agent and the probe on your server. The exact method will depend on the way you use PHP but here is an example of NixOS configuration for PHP-FPM: