From 97fe0a604df2290bb6bdd37637487094a9c20576 Mon Sep 17 00:00:00 2001 From: jamescott Date: Wed, 23 Oct 2013 11:51:56 -0700 Subject: add -f option to chef-client man page --- distro/common/man/man8/chef-client.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distro/common/man/man8/chef-client.8') diff --git a/distro/common/man/man8/chef-client.8 b/distro/common/man/man8/chef-client.8 index 68a77c4ef6..5d083bbd8f 100644 --- a/distro/common/man/man8/chef-client.8 +++ b/distro/common/man/man8/chef-client.8 @@ -76,7 +76,7 @@ Indicates that the executable will be run as a daemon. This option is only avail .B \fB\-E ENVIRONMENT_NAME\fP, \fB\-\-environment ENVIRONMENT_NAME\fP The name of the environment. .TP -.B \fB\-\-[no\-]fork\fP +.B \fB\-f\fP, \fB\-\-[no\-]fork\fP Indicates that a chef\-client run will be contained in a secondary process with dedicated RAM. When the chef\-client run is complete the RAM will be returned to the master process. This option helps ensure that a chef\-client will use a steady amount of RAM over time because the master process will not run recipes. This option will also help prevent memory leaks (such as those that can be introduced by the code contained within a poorly designed cookbook). Use \fB\-\-no\-fork\fP to disable running the chef\-client in fork node. Default value: \fB\-\-fork\fP. .TP .B \fB\-F FORMAT\fP, \fB\-\-format FORMAT\fP -- cgit v1.2.1