docs: Update client.conf manpage
Change-Id: I8b7bac4b327475a6f1c86a0418cc273855405cdf
Refs: #1906
diff --git a/client.conf.sample b/client.conf.sample
index d911623..de8012e 100644
--- a/client.conf.sample
+++ b/client.conf.sample
@@ -13,21 +13,19 @@
; it has a value of:
; nfd-0.1
; nrd-0.1
-; ndnd-tlv-0.7
-; ndnx-0.7
protocol=nrd-0.1
; "pib" determines which Public Info Base (PIB) should used by default in applications.
; If "pib" is not specified, the default PIB will be used.
; Note that default PIB could be different on different system.
; If "pib" is specified, it may have a value of:
-; sqlite3
-; pib=sqlite3
+; pib-sqlite3
+; pib=pib-sqlite3
; "tpm" determines which Trusted Platform Module (TPM) should used by default in applications.
; If "tpm" is not specified, the default TPM will be used.
; Note that default TPM could be different on different system.
; If "tpm" is specified, it may have a value of:
-; file
-; osx-keychain
-; tpm=file
\ No newline at end of file
+; tpm-osxkeychain (default in OS X)
+; tpm-file (default in operating systems other than OS X)
+; tpm=tpm-file
\ No newline at end of file