diff options
author | Gerald Carter <jerry@samba.org> | 2001-07-31 21:01:24 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-07-31 21:01:24 +0000 |
commit | 318b07e2ff501ba186b05c2f6eab423b0c6ac012 (patch) | |
tree | 31935052d2702929be09c5614d2c20652a3f6450 /docs/htmldocs | |
parent | 9fb1dc685392df6e9c25d11402da5ebed152b901 (diff) | |
download | samba-318b07e2ff501ba186b05c2f6eab423b0c6ac012.tar.gz samba-318b07e2ff501ba186b05c2f6eab423b0c6ac012.tar.xz samba-318b07e2ff501ba186b05c2f6eab423b0c6ac012.zip |
fixed a few typos which were pointed out. Also included
the submitted update for the smbd/nmbd man pages to correct
the information about changing the debug level of a running
process.
Diffstat (limited to 'docs/htmldocs')
-rw-r--r-- | docs/htmldocs/Samba-HOWTO-Collection.html | 2 | ||||
-rw-r--r-- | docs/htmldocs/nmbd.8.html | 30 | ||||
-rw-r--r-- | docs/htmldocs/smbd.8.html | 17 |
3 files changed, 26 insertions, 23 deletions
diff --git a/docs/htmldocs/Samba-HOWTO-Collection.html b/docs/htmldocs/Samba-HOWTO-Collection.html index d93a4543d47..ad7f1abcca0 100644 --- a/docs/htmldocs/Samba-HOWTO-Collection.html +++ b/docs/htmldocs/Samba-HOWTO-Collection.html @@ -6108,7 +6108,7 @@ an entry in smbpasswd for <EM >. The password <EM >SHOULD</EM -> be set to s different password that the +> be set to a different password that the associated <TT CLASS="FILENAME" >/etc/passwd</TT diff --git a/docs/htmldocs/nmbd.8.html b/docs/htmldocs/nmbd.8.html index 29bd8180407..a9f5c645696 100644 --- a/docs/htmldocs/nmbd.8.html +++ b/docs/htmldocs/nmbd.8.html @@ -559,23 +559,25 @@ CLASS="COMMAND" the <TT CLASS="FILENAME" >log.nmb</TT -> file. In addition, the debug log level - of nmbd may be raised by sending it a SIGUSR1 (<B -CLASS="COMMAND" ->kill -USR1 - <nmbd-pid></B ->) and lowered by sending it a - SIGUSR2 (<B +> file.</P +><P +>The debug log level of nmbd may be raised or lowered using + <A +HREF="smbcontrol.1.html" +TARGET="_top" +><B CLASS="COMMAND" ->kill -USR2 <nmbd-pid></B ->). This is to - allow transient problems to be diagnosed, whilst still running at a - normally low log level.</P +>smbcontrol(1)</B +> + </A +> (SIGUSR[1|2] signals are no longer used in Samba 2.2). This is + to allow transient problems to be diagnosed, whilst still running + at a normally low log level.</P ></DIV ><DIV CLASS="REFSECT1" ><A -NAME="AEN186" +NAME="AEN187" ></A ><H2 >VERSION</H2 @@ -586,7 +588,7 @@ NAME="AEN186" ><DIV CLASS="REFSECT1" ><A -NAME="AEN189" +NAME="AEN190" ></A ><H2 >SEE ALSO</H2 @@ -651,7 +653,7 @@ TARGET="_top" ><DIV CLASS="REFSECT1" ><A -NAME="AEN206" +NAME="AEN207" ></A ><H2 >AUTHOR</H2 diff --git a/docs/htmldocs/smbd.8.html b/docs/htmldocs/smbd.8.html index f5ce9b78fd8..be82ef6d4ec 100644 --- a/docs/htmldocs/smbd.8.html +++ b/docs/htmldocs/smbd.8.html @@ -965,16 +965,17 @@ CLASS="COMMAND" >The debug log level of <B CLASS="COMMAND" >smbd</B -> may be raised by sending - it a SIGUSR1 (<B -CLASS="COMMAND" ->kill -USR1 <smbd-pid></B ->) - and lowered by sending it a SIGUSR2 (<B +> may be raised + or lowered using <A +HREF="smbcontrol.1.html" +TARGET="_top" +><B CLASS="COMMAND" ->kill -USR2 <smbd-pid> +>smbcontrol(1) </B ->). This is to allow transient problems to be diagnosed, +></A +> program (SIGUSR[1|2] signals are no longer used in + Samba 2.2). This is to allow transient problems to be diagnosed, whilst still running at a normally low log level.</P ><P >Note that as the signal handlers send a debug write, |