From 93a0e3521ecc2b7e6e59b3c020be24e071af6d2e Mon Sep 17 00:00:00 2001 From: Tim Wickberg <tim@schedmd.com> Date: Tue, 4 Oct 2016 10:37:57 -0400 Subject: [PATCH] Docs - update man page description of -D flag. Logs go to both locations when running in non-daemonized mode. Don't refer to this as "debug" mode, while useful for debugging it's not directly related. Bug 3146. --- doc/man/man8/slurmctld.8 | 2 +- doc/man/man8/slurmdbd.8 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/man8/slurmctld.8 b/doc/man/man8/slurmctld.8 index 7cd1e5b76bb..f9c761a2ade 100644 --- a/doc/man/man8/slurmctld.8 +++ b/doc/man/man8/slurmctld.8 @@ -30,7 +30,7 @@ jobs will be killed. .TP \fB\-D\fR -Debug mode. Execute \fBslurmctld\fR in the foreground with logging to stdout. +Run \fBslurmctld\fR in the foreground with logging copied to stdout. .TP \fB\-f <file>\fR Read configuration from the specified file. See \fBNOTES\fR below. diff --git a/doc/man/man8/slurmdbd.8 b/doc/man/man8/slurmdbd.8 index d2c7e36b856..124dc998bd2 100644 --- a/doc/man/man8/slurmdbd.8 +++ b/doc/man/man8/slurmdbd.8 @@ -13,7 +13,7 @@ for Slurm. This is particularly useful for archiving accounting records. OPTIONS .TP \fB\-D\fR -Debug mode. Execute \fBslurmdbd\fR in the foreground with logging to stdout. +Run \fBslurmdbd\fR in the foreground with logging copied to stdout. .TP \fB\-h\fR Help; print a brief summary of command options. -- GitLab