diff options
author | Michael Adam <obnox@samba.org> | 2008-01-18 11:08:18 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:42 -0500 |
commit | 037d4638ab7f6f2a851ca21ab1ca3b6aef34a6e8 (patch) | |
tree | 8383ef233ab7c4416b756e136b9bc1aae350f287 | |
parent | 41be8df3f35d28f2fb15b4ccff5f8cbeb414feb6 (diff) | |
download | samba-037d4638ab7f6f2a851ca21ab1ca3b6aef34a6e8.tar.gz samba-037d4638ab7f6f2a851ca21ab1ca3b6aef34a6e8.tar.bz2 samba-037d4638ab7f6f2a851ca21ab1ca3b6aef34a6e8.zip |
Fix output of backslashes in SMBCONF registry key.
Michael
(This used to be commit 17b778c0f93d4d5de95dae465065c5ef4ba2be41)
-rw-r--r-- | docs/manpages-3/smb.conf.5.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manpages-3/smb.conf.5.xml b/docs/manpages-3/smb.conf.5.xml index 0b2df36d80..a925f2a7ea 100644 --- a/docs/manpages-3/smb.conf.5.xml +++ b/docs/manpages-3/smb.conf.5.xml @@ -764,7 +764,7 @@ chmod 1770 /usr/local/samba/lib/usershares The registry configuration can be accessed with tools like <emphasis>regedit</emphasis> or <emphasis>net rpc registry</emphasis> in the key - <emphasis><literal>HKLM\Software\Samba\smbconf</literal></emphasis>. + <emphasis>HKLM\Software\Samba\smbconf</emphasis>. More conveniently, the <emphasis>conf</emphasis> subcommand of the <citerefentry><refentrytitle>net</refentrytitle> |