From ac41b77d6534d4ee1eefdf122c6658b43aa5e029 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 23 Feb 2001 22:13:00 +0000 Subject: couple of updates to remove error message when generating man pages (This used to be commit caea759c9b4aa9920d3f4034c092e2bade8dde49) --- docs/docbook/manpages/nmbd.8.sgml | 8 ++++---- docs/docbook/manpages/samba.7.sgml | 4 ++-- docs/docbook/manpages/smbd.8.sgml | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'docs') 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. + Windows "Network Neighborhood" view. 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 @@ Amongst other services, nmbd 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 -n option (see OPTIONS below). Thus nmbd will @@ -167,8 +167,8 @@ and base filename into which operational data from the running nmbd 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. 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 - samba@samba.org + samba@samba.org @@ -165,7 +165,7 @@ 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 diff -u format. 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 @@ LIMITATIONS On some systems smbd 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. @@ -276,7 +276,7 @@ PRINTER 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. @@ -471,9 +471,9 @@ inetd will reread their configuration tables if they receive a HUP signal. - If your machine's name is "fred" and your - name is "mary", you should now be able to connect - to the service \\fred\mary. + If your machine's name is fred and your + name is mary, you should now be able to connect + to the service \\fred\mary. To properly test and experiment with the server, we -- cgit