From 0a463aa7536c0c00bd1a5712fa130db00b12b1cd Mon Sep 17 00:00:00 2001 From: yoe Date: Wed, 27 Sep 2006 09:49:45 +0000 Subject: [PATCH] r187: Documentation fix by Phillip, and fix one typo which I just found, too. --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 98251fa..80000c2 100644 --- a/README +++ b/README @@ -33,7 +33,7 @@ Note that the filename must be an absolute path; i.e., something like /path/to/file, not ../file. See the nbd-server manpage for details on any available options. -Finally, you'll be able to star the client: +Finally, you'll be able to start the client: nbd-client @@ -61,9 +61,9 @@ This configuration file is expected to be found at authfile = /export/nbd/export1-authfile timeout = 30 filesize = 10000000 - readonly = no + readonly = false multifile = false - copyonwrite = no + copyonwrite = false [otherexport] exportname = /export/nbd/experiment port = 12346 -- 1.7.10.4