diff --git a/site3/website/docs/admin/bookies.md b/site3/website/docs/admin/bookies.md index 23bcbc06028..e60b1ff5427 100644 --- a/site3/website/docs/admin/bookies.md +++ b/site3/website/docs/admin/bookies.md @@ -68,7 +68,7 @@ Parameter | Description | Default :---------|:------------|:------- `bookiePort` | The TCP port that the bookie listens on | `3181` `zkServers` | A comma-separated list of ZooKeeper servers in `hostname:port` format | `localhost:2181` -`journalDirectories` | The directories where the [log device](../getting-started/concepts#log-device) stores the bookie's write-ahead log (WAL) | `/tmp/bk-txn` +`journalDirectories` | The directories where the [log device](../getting-started/concepts#log-device) stores the bookie's write-ahead log (WAL, as a comma-separated list) | `/tmp/bk-txn` `ledgerDirectories` | The directories where the [ledger device](../getting-started/concepts#ledger-device) stores the bookie's ledger entries (as a comma-separated list) | `/tmp/bk-data` > Ideally, the directories specified `journalDirectories` and `ledgerDirectories` should be on difference devices. diff --git a/site3/website/docs/reference/cli.md b/site3/website/docs/reference/cli.md index de003619ef5..99c22e05ba5 100644 --- a/site3/website/docs/reference/cli.md +++ b/site3/website/docs/reference/cli.md @@ -310,7 +310,7 @@ $ bin/bookkeeper shell listbookies \ ### listfilesondisc {#bookkeeper-shell-listfilesondisc} -List the files in JournalDirectory/LedgerDirectories/IndexDirectories. +List the files in JournalDirectories/LedgerDirectories/IndexDirectories. ##### Usage