Github user andrewmlim commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2922#discussion_r205882868
--- Diff: nifi-docs/src/main/asciidoc/administration-guide.adoc ---
@@ -2315,7 +2419,7 @@ kadmin: xst -k nifi.keytab [email protected]
This keytab file can be copied to the other NiFi nodes with embedded
zookeeper servers.
-This will create a file in the current directory named `nifi.keytab`. We
can now copy that file into the _$NIFI_HOME/conf/_ directory. We should ensure
+This will create a file in the current directory named `nifi.keytab`. We
can now copy that file into the `$NIFI_HOME/conf/` directory. We should ensure
--- End diff --
I've been going with this convention: filenames in italics, directory
paths/directories in code formatting.
---