diff options
author | Gerald Carter <jerry@samba.org> | 2001-02-23 22:13:00 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-02-23 22:13:00 +0000 |
commit | ac41b77d6534d4ee1eefdf122c6658b43aa5e029 (patch) | |
tree | f3f5d5ea1309aff9dba3d659b3b4f01af1d67763 /docs/docbook/manpages | |
parent | e9c929b5a482238e69bc96b811b84621f5557b0a (diff) | |
download | samba-ac41b77d6534d4ee1eefdf122c6658b43aa5e029.tar.gz samba-ac41b77d6534d4ee1eefdf122c6658b43aa5e029.tar.bz2 samba-ac41b77d6534d4ee1eefdf122c6658b43aa5e029.zip |
couple of updates to remove error message when generating
man pages
(This used to be commit caea759c9b4aa9920d3f4034c092e2bade8dde49)
Diffstat (limited to 'docs/docbook/manpages')
-rw-r--r-- | docs/docbook/manpages/nmbd.8.sgml | 8 | ||||
-rw-r--r-- | docs/docbook/manpages/samba.7.sgml | 4 | ||||
-rw-r--r-- | docs/docbook/manpages/smbd.8.sgml | 12 |
3 files changed, 12 insertions, 12 deletions
diff --git a/docs/docbook/manpages/nmbd.8.sgml b/docs/docbook/manpages/nmbd.8.sgml index 0188bca748..5194b1072b 100644 --- a/docs/docbook/manpages/nmbd.8.sgml +++ b/docs/docbook/manpages/nmbd.8.sgml @@ -40,7 +40,7 @@ those produced by SMBD/CIFS clients such as Windows 95/98/ME, Windows NT, Windows 2000, and LanManager clients. It also participates in the browsing protocols which make up the - Windows "Network Neighborhood" view.</para> + Windows "Network Neighborhood" view.</para> <para>SMB/CIFS clients, when they start up, may wish to locate an SMB/CIFS server. That is, they wish to know what @@ -49,7 +49,7 @@ <para>Amongst other services, <command>nmbd</command> will listen for such requests, and if its own NetBIOS name is specified it will respond with the IP number of the host it - is running on. Its "own NetBIOS name" is by + is running on. Its "own NetBIOS name" is by default the primary DNS name of the host it is running on, but this can be overridden with the <emphasis>-n</emphasis> option (see OPTIONS below). Thus <command>nmbd</command> will @@ -167,8 +167,8 @@ and base filename into which operational data from the running <command>nmbd</command> server will be logged. The actual log file name is generated by - appending the extension ".nmb" to the specified base - name. For example, if the name specified was "log" + appending the extension ".nmb" to the specified base + name. For example, if the name specified was "log" then the file log.nmb would contain the debugging data.</para> <para>The default log file path is compiled into Samba as diff --git a/docs/docbook/manpages/samba.7.sgml b/docs/docbook/manpages/samba.7.sgml index a27b52ca94..5d81d9d446 100644 --- a/docs/docbook/manpages/samba.7.sgml +++ b/docs/docbook/manpages/samba.7.sgml @@ -117,7 +117,7 @@ and the manual pages of those components that you use. If the manual pages aren't clear enough then please send a patch or bug report to <ulink url="mailto:samba@samba.org"> - samba@samba.org</ulink></para> + samba@samba.org</ulink></para> @@ -165,7 +165,7 @@ </para> <para>If you have patches to submit or bugs to report - then you may mail them directly to samba-patches@samba.org. + then you may mail them directly to samba-patches@samba.org. Note, however, that due to the enormous popularity of this package the Samba Team may take some time to respond to mail. We prefer patches in <command>diff -u</command> format.</para> diff --git a/docs/docbook/manpages/smbd.8.sgml b/docs/docbook/manpages/smbd.8.sgml index 2ee7b46e19..2d01fd7d49 100644 --- a/docs/docbook/manpages/smbd.8.sgml +++ b/docs/docbook/manpages/smbd.8.sgml @@ -261,10 +261,10 @@ <title>LIMITATIONS</title> <para>On some systems <command>smbd</command> cannot change uid back to root after a setuid() call. Such systems are called - "trapdoor" uid systems. If you have such a system, + trapdoor uid systems. If you have such a system, you will be unable to connect from a client (such as a PC) as two different users at once. Attempts to connect the - second user will result in "access denied" or + second user will result in access denied or similar.</para> </refsect1> @@ -276,7 +276,7 @@ <term>PRINTER</term> <listitem><para>If no printer name is specified to printable services, most systems will use the value of - this variable (or "lp" if this variable is + this variable (or lp if this variable is not defined) as the name of the printer to use. This is not specific to the server, however.</para></listitem> </varlistentry> @@ -471,9 +471,9 @@ <command>inetd</command> will reread their configuration tables if they receive a HUP signal.</para> - <para>If your machine's name is "fred" and your - name is "mary", you should now be able to connect - to the service <filename>\\fred\mary</filename>. + <para>If your machine's name is fred and your + name is mary, you should now be able to connect + to the service <filename>\\fred\mary</filename>. </para> <para>To properly test and experiment with the server, we |