From 7476d9c6d0624a08542e11976641d086cb2eff90 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 3 Jan 2003 17:35:18 +0000 Subject: regenerate man pages (This used to be commit 4461cd3adb4051383d052fb38c357d85ee473a74) --- docs/htmldocs/nmbd.8.html | 124 ++++++++++++++++++++++++++++------------------ 1 file changed, 76 insertions(+), 48 deletions(-) (limited to 'docs/htmldocs/nmbd.8.html') diff --git a/docs/htmldocs/nmbd.8.html b/docs/htmldocs/nmbd.8.html index c9cdb5908b..1183a14522 100644 --- a/docs/htmldocs/nmbd.8.html +++ b/docs/htmldocs/nmbd.8.html @@ -1,11 +1,12 @@ - + nmbd

nmbd

nmbd

Synopsis

nmbd [-D] [-a] [-i] [-o] [-h] [-V] [-d <debug level>] [-H <lmhosts file>] [-l <log directory>] [-n <primary netbios name>] [-p <port number>] [-s <configuration file>]

[-D] [-F] [-S] [-a] [-i] [-o] [-h] [-V] [-d <debug level>] [-H <lmhosts file>] [-l <log directory>] [-n <primary netbios name>] [-p <port number>] [-s <configuration file>]

DESCRIPTION

-n option (see OPTIONS below). Thus

OPTIONS

-F

If specified, this parameter causes + the main nmbd process to not daemonize, + i.e. double-fork and disassociate with the terminal. + Child processes are still created as normal to service + each connection request, but the main process does not + exit. This operation mode is suitable for running + nmbd under process supervisors such + as supervise and svscan + from Daniel J. Bernstein's daemontools + package, or the AIX process monitor. +

-S

If specified, this parameter causes + nmbd to log to standard output rather + than a file.

-a

nmbd also logs to standard + output, as if the -S parameter had been + given.

-o
.

-H <filename>
-H <filename>

NetBIOS lmhosts file. The lmhosts @@ -209,24 +252,18 @@ CLASS="FILENAME" > to resolve any NetBIOS name queries needed by the server. Note - that the contents of this file are NOT used by nmbd to answer any name queries. Adding a line to this file affects name NetBIOS resolution - from this host ONLY.

The default path to this file is compiled into @@ -264,7 +301,7 @@ CLASS="COMMAND" >.

-d <debug level>
-d <debug level>

debuglevel is an integer @@ -300,7 +337,7 @@ CLASS="FILENAME" > file.

-l <log directory>
-l <log directory>

The -l parameter specifies a directory @@ -320,12 +357,9 @@ CLASS="FILENAME" /var/log/log.nmb. . Beware: If the directory specified does not exist,

-n <primary NetBIOS name>
-n <primary NetBIOS name>

This option allows you to override @@ -360,7 +394,7 @@ CLASS="FILENAME" >.

-p <UDP port number>
-p <UDP port number>

UDP port number is a positive integer value. @@ -373,7 +407,7 @@ CLASS="COMMAND" won't need help!

-s <configuration file>
-s <configuration file>

The default configuration file name @@ -400,7 +434,7 @@ CLASS="FILENAME" >

FILES

If nmbd is acting as a is acting as a browse master (see the

SIGNALS

nmbd
process it is recommended - that SIGKILL (-9) NOT be used, except as a last resort, as this may leave the name database in an inconsistent state. The correct way to terminate

VERSION

SEE ALSO

AUTHOR