|
1 | | -.\" $Id: conman.conf.5.in,v 1.5.2.1 2003/07/12 00:12:25 dun Exp $ |
| 1 | +.\" $Id: conman.conf.5.in,v 1.5.2.2 2003/07/14 06:08:20 dun Exp $ |
2 | 2 |
|
3 | 3 | .TH CONMAN.CONF 5 "@DATE@" "@PROJECT@-@VERSION@" "LLNL" |
4 | 4 |
|
@@ -82,10 +82,9 @@ following key/value pairs: |
82 | 82 | \fBlog\fR \fB=\fR "\fIfile\fR" |
83 | 83 | Specifies the default log file to use for each \fBconsole\fR directive. |
84 | 84 | This string undergoes conversion specifier expansion (cf, \fBCONVERSION |
85 | | -SPECIFICATIONS\fR) and must contain either the '\fB%N\fR' or '\fB%D\fR' |
86 | | -conversion specifier. If an absolute pathname is not given, the file's |
87 | | -location is relative to \fBlogdir\fR (assuming it has been previously |
88 | | -defined). |
| 85 | +SPECIFICATIONS\fR) and must contain either '\fB%N\fR' or '\fB%D\fR'. |
| 86 | +If an absolute pathname is not given, the file's location is relative to |
| 87 | +\fBlogdir\fR (assuming it has been previously defined). |
89 | 88 | .TP |
90 | 89 | \fBlogopts\fR \fB=\fR "(\fBsanitize\fR|\fBnosanitize\fR)" |
91 | 90 | Specifies global options for the console log files. These options can be |
@@ -151,46 +150,46 @@ A conversion specifier is a two-character sequence beginning with |
151 | 150 | a '\fB%\fR' character. The second character in the sequence specifies the |
152 | 151 | type of conversion to be applied. The following specifiers are supported: |
153 | 152 | .TP |
154 | | -N |
| 153 | +\fB%N\fR |
155 | 154 | The console name (from the \fBname\fR string). |
156 | 155 | .TP |
157 | | -D |
| 156 | +\fB%D\fR |
158 | 157 | The console device basename (from the \fBdev\fR string), |
159 | 158 | with leading directory components removed. |
160 | 159 | .TP |
161 | | -P |
| 160 | +\fB%P\fR |
162 | 161 | The daemon's process identifier. |
163 | 162 | .TP |
164 | | -Y |
| 163 | +\fB%Y\fR |
165 | 164 | The year as a 4-digit number with the century. |
166 | 165 | .TP |
167 | | -y |
| 166 | +\fB%y\fR |
168 | 167 | The year as a 2-digit number without the century. |
169 | 168 | .TP |
170 | | -m |
| 169 | +\fB%m\fR |
171 | 170 | The month as a 2-digit number (01-12). |
172 | 171 | .TP |
173 | | -d |
| 172 | +\fB%d\fR |
174 | 173 | The day of the month as a 2-digit number (01-31). |
175 | 174 | .TP |
176 | | -H |
| 175 | +\fB%H\fR |
177 | 176 | The hour as a 2-digit number using a 24-hour clock (00-23). |
178 | 177 | .TP |
179 | | -M |
| 178 | +\fB%M\fR |
180 | 179 | The minute as a 2-digit number (00-59). |
181 | 180 | .TP |
182 | | -S |
| 181 | +\fB%S\fR |
183 | 182 | The seconds as a 2-digit number (00-61). |
184 | 183 | .TP |
185 | | -s |
| 184 | +\fB%s\fR |
186 | 185 | The number of seconds since the Epoch. |
187 | 186 | .TP |
188 | | -% |
| 187 | +\fB%%\fR |
189 | 188 | A literal '%' character. |
190 | 189 | .PP |
191 | 190 | The console name (\fB%N\fR) and device (\fB%D\fR) specifiers are "sanitized" |
192 | | -in that non-printable characters and the '\fB/\fR' character are replaced with |
193 | | -underscores. |
| 191 | +in that non-printable characters and the forward-slash (/) character are |
| 192 | +replaced with underscores. |
194 | 193 |
|
195 | 194 | .SH FILES |
196 | 195 | .I @CONMAN_CONF@ |
|
0 commit comments