From: Layerex Date: Wed, 25 May 2022 15:46:28 +0000 (+0300) Subject: nss: reword help and fix markdown (#67) X-Git-Tag: v0.2.0.0~8 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/f334e4943820fd2fb546eea04a5daffd948676b4?ds=sidebyside nss: reword help and fix markdown (#67) --- diff --git a/programs/nss.json b/programs/nss.json index b8edaf9..2d7b614 100644 --- a/programs/nss.json +++ b/programs/nss.json @@ -3,8 +3,8 @@ { "path": "$HOME/.pki", "movable": false, - "help": "**Disclaimer: supported, but may be created by other programs.**\n\nXDG is supported out-of-the-box, so we can simply move the file to _\"$XDG_DATA_HOME\"/pki_.\n\nSome apps (chromium, for example) hardcode path to _\"$HOME\"/.pki_, so the folder may appear again, see [](https://bugzilla.mozilla.org/show_bug.cgi?id=818686#c11).\n" + "help": "**Disclaimer: XDG is supported, but directory may be created again by some programs.**\n\nXDG is supported out-of-the-box, so we can simply move directory to _\"$XDG_DATA_HOME\"/pki_.\n\n_Note: some apps (chromium, for example) hardcode path to _\"$HOME\"/.pki_, so directory may appear again, see_ [https://bugzilla.mozilla.org/show_bug.cgi?id=818686#c11](https://bugzilla.mozilla.org/show_bug.cgi?id=818686#c11)_._\n" } ], "name": "nss" -} \ No newline at end of file +}