diff options
author | Alexander Bokovoy <ab@samba.org> | 2008-04-07 05:43:55 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:45 -0500 |
commit | cc8cfd8e9108b4cbf3c0ef3f1c7daf2c1990de47 (patch) | |
tree | b60d8101e6ece8f5b9840c4a15f29d55bbaa221f /docs/manpages-3 | |
parent | cf820a7ba0f1b41545817157382d20e642f9ef75 (diff) | |
download | samba-cc8cfd8e9108b4cbf3c0ef3f1c7daf2c1990de47.tar.gz samba-cc8cfd8e9108b4cbf3c0ef3f1c7daf2c1990de47.tar.bz2 samba-cc8cfd8e9108b4cbf3c0ef3f1c7daf2c1990de47.zip |
Fix more entries with back slashes that need to use literal formatting
(This used to be commit 0dd087ade47d3dc7e916e5c661ea99b6a0ac343d)
Diffstat (limited to 'docs/manpages-3')
-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 0e00f8517b..ff94ab696e 100644 --- a/docs/manpages-3/smb.conf.5.xml +++ b/docs/manpages-3/smb.conf.5.xml @@ -772,7 +772,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>HKLM\Software\Samba\smbconf</emphasis>. + <emphasis><literal>HKLM\Software\Samba\smbconf</literal></emphasis>. More conveniently, the <emphasis>conf</emphasis> subcommand of the <citerefentry><refentrytitle>net</refentrytitle> |