diff options
author | jamescott <jamescott@opscode.com> | 2014-04-04 10:06:03 -0700 |
---|---|---|
committer | jamescott <jamescott@opscode.com> | 2014-04-04 10:06:07 -0700 |
commit | 189aace71e4af28ca2a5a2e93dbb0552c3760914 (patch) | |
tree | ed1a554c6031473ab666636977ad9c96b3fb8a5a | |
parent | b9d8382bdc85da028c6562b02d28f63cfbc1e5d9 (diff) | |
download | ohai-189aace71e4af28ca2a5a2e93dbb0552c3760914.tar.gz |
update man page
-rw-r--r-- | docs/man/man1/ohai.1 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/man/man1/ohai.1 b/docs/man/man1/ohai.1 index aedb9752..2a255eb7 100644 --- a/docs/man/man1/ohai.1 +++ b/docs/man/man1/ohai.1 @@ -1,3 +1,5 @@ +.\" Man page generated from reStructuredText. +. .TH "OHAI" "1" "Ohai 7.0.0" "" "ohai" .SH NAME ohai \- The man page for the ohai command line tool. @@ -28,8 +30,6 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.\" Man page generated from reStructuredText. -. .sp Ohai is a tool that is used to detect attributes on a node, and then provide these attributes to the chef\-client at the start of every chef\-client run. Ohai is required by the chef\-client and must be present on a node. (Ohai is installed on a node as part of the chef\-client install process.) .sp @@ -59,12 +59,16 @@ ohai is the command\-line interface for Ohai, a tool that is used to detect attr .SH OPTIONS .sp This command has the following syntax: +.INDENT 0.0 +.INDENT 3.5 .sp .nf .ft C ohai OPTION .ft P .fi +.UNINDENT +.UNINDENT .sp This tool has the following options: .INDENT 0.0 @@ -73,7 +77,7 @@ This tool has the following options: Use to have Ohai show only output for named attributes. .TP .B \fB\-d PATH\fP, \fB\-\-directory PATH\fP -The directory in which Ohai plugins are located. For example: \fB/etc/ohai/plugins\fP. +The directory in which Ohai plugins are located. For example: \fB/etc/ohai/plugins\fP\&. .TP .B \fB\-h\fP, \fB\-\-help\fP Shows help for the command. @@ -85,7 +89,7 @@ The level of logging that will be stored in a log file. The location in which log file output files will be saved. If this location is set to something other than \fBSTDOUT\fP, standard output logging will still be performed (otherwise there would be no output other than to a file). .TP .B \fB\-v\fP, \fB\-\-version\fP -The version of Ohai. +The version of Ohai\&. .UNINDENT .SH AUTHOR Opscode |