nixpkgs/doc/stdenv
Alexis Hildebrandt ab42ca141a doc: Remove indefinite article and ending period from example meta.description
so that meta.description examples shown in the documentation
align with recommendations given in the "Meta attributes" section
in pkgs/README.md.

The changes were made with the following commands:
nix run nixpkgs#silver-searcher -- -l0 'description\s*=\s*"([Aa]n?|[Tt]he)\s' doc \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee '/description/s/"([Aa]n?|[Tt]he)\s(.)/"\U\2/'
nix run nixpkgs#silver-searcher -- -l0 'description\s*=\s*".*\."' doc \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee '/description/s/\."/"/'
2024-07-20 09:18:42 +02:00
..
cross-compilation.chapter.md treewide: Fix all Nix ASTs in all markdown files 2024-03-28 09:28:12 +01:00
meta.chapter.md doc: Remove indefinite article and ending period from example meta.description 2024-07-20 09:18:42 +02:00
multiple-output.chapter.md treewide: Fix all Nix ASTs in all markdown files 2024-03-28 09:28:12 +01:00
passthru.chapter.md doc: recommend versionCheckHook whenever relevant 2024-06-28 18:03:59 +03:00
platform-notes.chapter.md stdenv: substituteStream: deprecate --replace in favor of --replace-{fail,warn,quiet} 2024-01-14 22:07:58 +01:00
stdenv.chapter.md Merge remote-tracking branch 'upstream/master' into openbsd-static 2024-07-09 18:18:47 -04:00