翻訳ドキュメント管理用
Révision | 8f4eb87f26b18e4cb3fe0e070e519a2b930624b4 (tree) |
---|---|
l'heure | 2021-03-03 09:45:30 |
Auteur | cyoichi <cyoichi@user...> |
Commiter | cyoichi |
util-linux: dmesg.1, setterm.1 to 2.36
modified: manual/util-linux/ChangeLog
modified: manual/util-linux/README.po4a
modified: manual/util-linux/original/man1/dmesg.1
modified: manual/util-linux/original/man1/setterm.1
new file: manual/util-linux/po4a/man1/dmesg.patch
new file: manual/util-linux/po4a/man1/dmesg.po
new file: manual/util-linux/po4a/man1/setterm.patch
new file: manual/util-linux/po4a/man1/setterm.po
new file: manual/util-linux/release/man1/dmesg.1
modified: manual/util-linux/release/man1/setterm.1
modified: manual/util-linux/translation_list
modified: www/index.m4
modified: www/news/index.m4
@@ -1,3 +1,9 @@ | ||
1 | +Wed Mar 3 09:18:22 JST 2021 Chonan Yoichi <cyoichi@maple.ocn.ne.jp> | |
2 | + | |
3 | + * release/man1{dmesg,setterm}: | |
4 | + util-linux 2.36 に更新。 | |
5 | + dmesg.1 はセクション 8 から 1 へ変更。 | |
6 | + | |
1 | 7 | Tue Jan 19 10:47:22 JST 2021 Chonan Yoichi <cyoichi@maple.ocn.ne.jp> |
2 | 8 | |
3 | 9 | * release/man1/{mesg.1,whereis.1,write.1}: |
@@ -19,7 +25,7 @@ Mon Oct 19 11:19:55 JST 2020 Chonan Yoichi <cyoichi@maple.ocn.ne.jp> | ||
19 | 25 | * release/man1/{chfn.1,chsh.1,last.1}: |
20 | 26 | util-linux 2.35.2 に更新。 |
21 | 27 | last.1 は原文が元は SysVinit にあったものに変更されているので、 |
22 | - 翻訳も SysVinit 版の翻訳を参考に改訂。 | |
28 | + 翻訳も SysVinit 版の旧訳を参考に改訂。 | |
23 | 29 | |
24 | 30 | Wed Oct 14 07:51:43 JST 2020 Chonan Yoichi <cyoichi@maple.ocn.ne.jp> |
25 | 31 |
@@ -31,3 +31,4 @@ $ patch -p0 <aaa.patch | ||
31 | 31 | ○ scriptreplay.1 |
32 | 32 | ○ scriptlive.1 |
33 | 33 | ○ logger.1 |
34 | +○ dmesg.1 |
@@ -30,7 +30,6 @@ The | ||
30 | 30 | and |
31 | 31 | .B \-\-console\-level |
32 | 32 | options are mutually exclusive. |
33 | -.PP | |
34 | 33 | .IP "\fB\-C\fR, \fB\-\-clear\fR" |
35 | 34 | Clear the ring buffer. |
36 | 35 | .IP "\fB\-c\fR, \fB\-\-read\-clear\fR" |
@@ -87,7 +86,7 @@ of levels. For example: | ||
87 | 86 | will print error and warning messages only. For all supported levels see the |
88 | 87 | .B \-\-help |
89 | 88 | output. |
90 | -.IP "\fB\-n\fR, \fB\-\-console\-level \fIlevel\fR | |
89 | +.IP "\fB\-n\fR, \fB\-\-console\-level \fIlevel\fR" | |
91 | 90 | Set the |
92 | 91 | .I level |
93 | 92 | at which printing of messages is done to the console. The |
@@ -113,12 +112,19 @@ option is used, | ||
113 | 112 | will |
114 | 113 | .I not |
115 | 114 | print or clear the kernel ring buffer. |
115 | +.IP "\fB\-\-noescape\fR" | |
116 | +The unprintable and potentially unsafe characters (e.g., broken multi-byte | |
117 | +sequences, terminal controlling chars, etc.) are escaped in format \\x<hex> for | |
118 | +security reason by default. This option disables this feature at all. It's | |
119 | +usable for example for debugging purpose together with \fB\-\-raw\fR. Be | |
120 | +careful and don't use it by default. | |
116 | 121 | .IP "\fB\-P\fR, \fB\-\-nopager\fR" |
117 | 122 | Do not pipe output into a pager. A pager is enabled by default for \fB\-\-human\fR output. |
118 | 123 | .IP "\fB\-p\fR, \fB\-\-force\-prefix\fR" |
119 | 124 | Add facility, level or timestamp information to each line of a multi-line message. |
120 | 125 | .IP "\fB\-r\fR, \fB\-\-raw\fR" |
121 | -Print the raw message buffer, i.e. do not strip the log-level prefixes. | |
126 | +Print the raw message buffer, i.e., do not strip the log-level prefixes, but | |
127 | +all unprintable characters are still escaped (see also \fB\-\-noescape\fR). | |
122 | 128 | |
123 | 129 | Note that the real raw format depends on the method how |
124 | 130 | .BR dmesg (1) |
@@ -137,7 +143,7 @@ kernel interface to read kernel messages. The default is to use /dev/kmsg rathe | ||
137 | 143 | than |
138 | 144 | .BR syslog (2) |
139 | 145 | since kernel 3.5.0. |
140 | -.IP "\fB\-s\fR, \fB\-\-buffer\-size \fIsize\fR | |
146 | +.IP "\fB\-s\fR, \fB\-\-buffer\-size \fIsize\fR" | |
141 | 147 | Use a buffer of |
142 | 148 | .I size |
143 | 149 | to query the kernel ring buffer. This is 16392 by default. (The default |
@@ -154,6 +160,8 @@ source used for the logs is | ||
154 | 160 | .B not updated after |
155 | 161 | system |
156 | 162 | .BR SUSPEND / RESUME . |
163 | +Timestamps are adjusted according to current delta between boottime and monotonic | |
164 | +clocks, this works only for messages printed after last resume. | |
157 | 165 | .IP "\fB\-t\fR, \fB\-\-notime\fR" |
158 | 166 | Do not print kernel's timestamps. |
159 | 167 | .IP "\fB\-\-time\-format\fR \fIformat\fR" |
@@ -186,6 +194,9 @@ Print userspace messages. | ||
186 | 194 | Wait for new messages. This feature is supported only on systems with |
187 | 195 | a readable /dev/kmsg (since kernel 3.5.0). |
188 | 196 | .TP |
197 | +.BR \-W , " \-\-follow-new" | |
198 | +Wait and print only new messages. | |
199 | +.TP | |
189 | 200 | .BR \-x , " \-\-decode" |
190 | 201 | Decode facility and level (priority) numbers to human-readable prefixes. |
191 | 202 | .TP |
@@ -205,13 +216,13 @@ The logical color names supported by | ||
205 | 216 | are: |
206 | 217 | .TP |
207 | 218 | .B subsys |
208 | -The message sub-system prefix (e.g. "ACPI:"). | |
219 | +The message sub-system prefix (e.g., "ACPI:"). | |
209 | 220 | .TP |
210 | 221 | .B time |
211 | 222 | The message timestamp. |
212 | 223 | .TP |
213 | 224 | .B timebreak |
214 | -The message timestamp in short ctime format in \fB\-\-reltime\fR | |
225 | +The message timestamp in short ctime format in \fB\-\-reltime\fR | |
215 | 226 | or \fB\-\-human\fR output. |
216 | 227 | .TP |
217 | 228 | .B alert |
@@ -235,20 +246,19 @@ can fail reporting permission denied error. This is usually caused by | ||
235 | 246 | kernel setting, please see |
236 | 247 | .BR syslog (2) |
237 | 248 | for more details. |
238 | -.SH SEE ALSO | |
239 | -.BR terminal-colors.d (5), | |
240 | -.BR syslogd (8) | |
241 | 249 | .SH AUTHORS |
242 | 250 | .MT kzak@redhat.com |
243 | 251 | Karel Zak |
244 | 252 | .ME |
245 | 253 | |
246 | -.br | |
247 | 254 | .B dmesg |
248 | 255 | was originally written by |
249 | 256 | .MT tytso@athena.mit.edu |
250 | 257 | Theodore Ts'o |
251 | 258 | .ME |
259 | +.SH SEE ALSO | |
260 | +.BR terminal-colors.d (5), | |
261 | +.BR syslogd (8) | |
252 | 262 | .SH AVAILABILITY |
253 | 263 | The dmesg command is part of the util-linux package and is available from |
254 | 264 | .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/ |
@@ -65,57 +65,64 @@ consoles, though the results of setting multiple modes (for example, | ||
65 | 65 | and |
66 | 66 | .BR \-\-half\-bright ) |
67 | 67 | are hardware-dependent. |
68 | +.PP | |
69 | +The optional arguments require '=' (equals sign) and not space between the | |
70 | +option and the argument. For example --option=argument. | |
68 | 71 | .TP |
69 | -\fB\-\-appcursorkeys\fP [\fBon\fP|\fBoff\fP] (virtual consoles only) | |
72 | +\fB\-\-appcursorkeys\fP on|off | |
70 | 73 | Sets Cursor Key Application Mode on or off. When on, ESC O A, ESC O B, etc. |
71 | 74 | will be sent for the cursor keys instead of ESC [ A, ESC [ B, etc. See the |
72 | 75 | .I vi and Cursor-Keys |
73 | 76 | section of the |
74 | 77 | .I Text-Terminal-HOWTO |
75 | 78 | for how this can cause problems for \fBvi\fR users. |
79 | +Virtual consoles only. | |
76 | 80 | .TP |
77 | -\fB\-\-append\fP [\fIconsole_number\fP] | |
81 | +\fB\-\-append\fP \fIconsole_number\fP | |
78 | 82 | Like |
79 | 83 | .BR \-\-dump , |
80 | 84 | but appends to the snapshot file instead of overwriting it. Only works if no |
81 | 85 | .B \-\-dump |
82 | 86 | options are given. |
83 | 87 | .TP |
84 | -\fB\-\-background\fP \fI8-color\fP|\fBdefault\fP | |
88 | +\fB\-\-background\fP \fI8-color\fP|default | |
85 | 89 | Sets the background text color. |
86 | 90 | .TP |
87 | -\fB\-\-blank\fP [\fB0-60\fP|\fBforce\fP|\fBpoke\fP] (virtual consoles only) | |
91 | +\fB\-\-blank\fP[=0-60|force|poke] | |
88 | 92 | Sets the interval of inactivity, in minutes, after which the screen will be |
89 | 93 | automatically blanked (using APM if available). Without an argument, it gets |
90 | 94 | the blank status (returns which vt was blanked, or zero for an unblanked vt). |
95 | +Virtual consoles only. | |
91 | 96 | .IP |
92 | 97 | The |
93 | 98 | .B force |
94 | -option keeps the screen blank even if a key is pressed. | |
99 | +argument keeps the screen blank even if a key is pressed. | |
95 | 100 | .IP |
96 | 101 | The |
97 | 102 | .B poke |
98 | -option unblanks the screen. | |
103 | +argument unblanks the screen. | |
99 | 104 | .TP |
100 | -\fB\-\-bfreq\fP [\fInumber\fP] (virtual consoles only) | |
105 | +\fB\-\-bfreq\fP[=\fInumber\fP] | |
101 | 106 | Sets the bell frequency in Hertz. Without an argument, it defaults to |
102 | 107 | .BR 0 . |
108 | +Virtual consoles only. | |
103 | 109 | .TP |
104 | -\fB\-\-blength\fP [\fB0-2000\fP] (virtual consoles only) | |
110 | +\fB\-\-blength\fP[=0-2000] | |
105 | 111 | Sets the bell duration in milliseconds. Without an argument, it defaults to |
106 | 112 | .BR 0 . |
113 | +Virtual consoles only. | |
107 | 114 | .TP |
108 | -.BR \-\-blink " [" on | off ] | |
115 | +\fB\-\-blink\fP on|off | |
109 | 116 | Turns blink mode on or off. Except on a virtual console, |
110 | 117 | .B \-\-blink off |
111 | 118 | turns off all attributes (bold, half-brightness, blink, reverse). |
112 | 119 | .TP |
113 | -.BR \-\-bold " [" on | off ] | |
114 | -Turns bold (extra bright) mode on or off. Except on a virtual console, | |
120 | +\fB\-\-bold\fP on|off | |
121 | +urns bold (extra bright) mode on or off. Except on a virtual console, | |
115 | 122 | .B \-\-bold off |
116 | 123 | turns off all attributes (bold, half-brightness, blink, reverse). |
117 | 124 | .TP |
118 | -\fB\-\-clear\fP [\fBall\fP|\fBrest\fP] | |
125 | +\fB\-\-clear\fP[=all|rest] | |
119 | 126 | Without an argument or with the argument |
120 | 127 | .BR all , |
121 | 128 | the entire screen is cleared and the cursor is set to the home position, |
@@ -125,18 +132,19 @@ does. With the argument | ||
125 | 132 | .BR rest , |
126 | 133 | the screen is cleared from the current cursor position to the end. |
127 | 134 | .TP |
128 | -\fB\-\-clrtabs\fP [\fItab1 tab2 tab3\fP ...] (virtual consoles only) | |
135 | +\fB\-\-clrtabs\fP[=\fItab1 tab2 tab3\fP ...] | |
129 | 136 | Clears tab stops from the given horizontal cursor positions, in the range |
130 | 137 | .BR 1-160 . |
131 | 138 | Without arguments, it clears all tab stops. |
139 | +Virtual consoles only. | |
132 | 140 | .TP |
133 | -.BR \-\-cursor " [" on | off ] | |
141 | +\fB\-\-cursor\fP on|off | |
134 | 142 | Turns the terminal's cursor on or off. |
135 | 143 | .TP |
136 | 144 | \fB\-\-default\fP |
137 | 145 | Sets the terminal's rendering options to the default values. |
138 | 146 | .TP |
139 | -\fB\-\-dump\fP [\fIconsole_number\fP] | |
147 | +\fB\-\-dump\fP[=\fIconsole_number\fP] | |
140 | 148 | Writes a snapshot of the virtual console with the given number |
141 | 149 | to the file specified with the |
142 | 150 | .B \-\-file |
@@ -156,33 +164,34 @@ is | ||
156 | 164 | in the current directory. A path name that exceeds the system maximum will be |
157 | 165 | truncated, see PATH_MAX from linux/limits.h for the value. |
158 | 166 | .TP |
159 | -\fB\-\-foreground\fP \fI8-color\fP|\fBdefault\fP | |
167 | +\fB\-\-foreground\fP \fI8-color\fP|default | |
160 | 168 | Sets the foreground text color. |
161 | 169 | .TP |
162 | -.BR \-\-half\-bright " [" on | off ] | |
170 | +\fB\-\-half\-bright\fP on|off | |
163 | 171 | Turns dim (half-brightness) mode on or off. Except on a virtual console, |
164 | 172 | .B \-\-half\-bright off |
165 | 173 | turns off all attributes (bold, half-brightness, blink, reverse). |
166 | 174 | .TP |
167 | -\fB\-\-hbcolor\fP \fI16-color\fP | |
175 | +\fB\-\-hbcolor\fP [bright] \fI16-color\fP | |
168 | 176 | Sets the color for half-bright characters. |
169 | 177 | .TP |
170 | 178 | \fB\-\-initialize\fP |
171 | 179 | Displays the terminal initialization string, which typically sets the |
172 | 180 | terminal's rendering options, and other attributes to the default values. |
173 | 181 | .TP |
174 | -.BR \-\-inversescreen " [" on | off ] | |
182 | +\fB\-\-inversescreen\fP on|off | |
175 | 183 | Swaps foreground and background colors for the whole screen. |
176 | 184 | .TP |
177 | -.BR \-\-linewrap " [" on | off ] | |
185 | +\fB\-\-linewrap\fP on|off | |
178 | 186 | Makes the terminal continue on a new line when a line is full. |
179 | 187 | .TP |
180 | -.BR \-\-msg " [" on | off "] (virtual consoles only)" | |
188 | +\fB\-\-msg\fP on|off | |
181 | 189 | Enables or disables the sending of kernel |
182 | 190 | .BR printk () |
183 | 191 | messages to the console. |
192 | +Virtual consoles only. | |
184 | 193 | .TP |
185 | -\fB\-\-msglevel\fP \fB0-8\fP (virtual consoles only) | |
194 | +\fB\-\-msglevel\fP 0-8 | |
186 | 195 | Sets the console logging level for kernel |
187 | 196 | .B printk() |
188 | 197 | messages. All messages strictly more important than this will be printed, so a |
@@ -195,8 +204,10 @@ and a logging level of | ||
195 | 204 | will print all kernel messages. |
196 | 205 | .BR klogd (8) |
197 | 206 | may be a more convenient interface to the logging of kernel messages. |
207 | +.sp | |
208 | +Virtual consoles only. | |
198 | 209 | .TP |
199 | -\fB\-\-powerdown\fP [\fB0-60\fP] | |
210 | +\fB\-\-powerdown\fP[=0-60] | |
200 | 211 | Sets the VESA powerdown interval in minutes. Without an argument, it defaults |
201 | 212 | to |
202 | 213 | .B 0 |
@@ -204,25 +215,32 @@ to | ||
204 | 215 | mode, then the monitor will go into vsync suspend mode or powerdown mode |
205 | 216 | respectively after this period of time has elapsed. |
206 | 217 | .TP |
207 | -\fB\-\-powersave\fP \fBoff\fP | |
208 | -Turns off monitor VESA powersaving features. | |
218 | +\fB\-\-powersave\fP \fImode\fP | |
219 | +Valid values for \fImode\fP are: | |
220 | +.RS | |
209 | 221 | .TP |
210 | -\fB\-\-powersave\fP \fBon\fP|\fBvsync\fP | |
222 | +.B vsync|on | |
211 | 223 | Puts the monitor into VESA vsync suspend mode. |
212 | 224 | .TP |
213 | -\fB\-\-powersave\fP \fBpowerdown\fP | |
225 | +.B hsync | |
226 | +Puts the monitor into VESA hsync suspend mode. | |
227 | +.TP | |
228 | +.B powerdown | |
214 | 229 | Puts the monitor into VESA powerdown mode. |
215 | 230 | .TP |
216 | -\fB\-\-powersave\fP \fBhsync\fP | |
217 | -Puts the monitor into VESA hsync suspend mode. | |
231 | +.B off | |
232 | +Turns monitor VESA powersaving features. | |
233 | +.RE | |
218 | 234 | .TP |
219 | -\fB\-\-regtabs\fP [\fB1-160\fP] (virtual consoles only) | |
235 | +\fB\-\-regtabs\fP[=1-160] | |
220 | 236 | Clears all tab stops, then sets a regular tab stop pattern, with one tab every |
221 | 237 | specified number of positions. Without an argument, it defaults to |
222 | 238 | .BR 8 . |
239 | +Virtual consoles only. | |
223 | 240 | .TP |
224 | -.BR \-\-repeat " [" on | off "] (virtual consoles only)" | |
241 | +\fB\-\-repeat\fP on|off | |
225 | 242 | Turns keyboard repeat on or off. |
243 | +Virtual consoles only. | |
226 | 244 | .TP |
227 | 245 | \fB\-\-reset\fP |
228 | 246 | Displays the terminal reset string, which typically resets the terminal to |
@@ -232,19 +250,20 @@ its power-on state. | ||
232 | 250 | Reset terminal size by assessing maximum row and column. This is useful |
233 | 251 | when actual geometry and kernel terminal driver are not in sync. Most |
234 | 252 | notable use case is with serial consoles, that do not use |
235 | -.BR ioctl (3) | |
253 | +.BR ioctl (3p) | |
236 | 254 | but just byte streams and breaks. |
237 | 255 | .TP |
238 | -\fB\-\-reverse\fP [\fBon\fP|\fBoff\fP] | |
256 | +\fB\-\-reverse\fP on|off | |
239 | 257 | Turns reverse video mode on or off. Except on a virtual console, |
240 | 258 | .B \-\-reverse off |
241 | 259 | turns off all attributes (bold, half-brightness, blink, reverse). |
242 | 260 | .TP |
243 | -\fB\-\-store\fP (virtual consoles only) | |
261 | +\fB\-\-store\fP | |
244 | 262 | Stores the terminal's current rendering options (foreground and background |
245 | 263 | colors) as the values to be used at reset-to-default. |
264 | +Virtual consoles only. | |
246 | 265 | .TP |
247 | -\fB\-\-tabs\fP [\fItab1 tab2 tab3\fP ...] | |
266 | +\fB\-\-tabs\fP[=\fItab1 tab2 tab3\fP ...] | |
248 | 267 | Sets tab stops at the given horizontal cursor positions, in the range |
249 | 268 | .BR 1-160 . |
250 | 269 | Without arguments, it shows the current tab stop settings. |
@@ -252,10 +271,11 @@ Without arguments, it shows the current tab stop settings. | ||
252 | 271 | \fB\-\-term\fP \fIterminal_name\fP |
253 | 272 | Overrides the TERM environment variable. |
254 | 273 | .TP |
255 | -\fB\-\-ulcolor\fP \fI16-color\fP (virtual consoles only) | |
274 | +\fB\-\-ulcolor\fP [bright] \fI16-color\fP | |
256 | 275 | Sets the color for underlined characters. |
276 | +Virtual consoles only. | |
257 | 277 | .TP |
258 | -.BR \-\-underline " [" on | off ] | |
278 | +\fB\-\-underline\fP on|off | |
259 | 279 | Turns underline mode on or off. |
260 | 280 | .TP |
261 | 281 | \fB\-\-version\fP |
@@ -273,13 +293,13 @@ beside the historical long options with a single hyphen, for example | ||
273 | 293 | In scripts it is better to use the backward-compatible single hyphen |
274 | 294 | rather than the double hyphen. Currently there are no plans nor good |
275 | 295 | reasons to discontinue single-hyphen compatibility. |
276 | -.SH "SEE ALSO" | |
296 | +.SH BUGS | |
297 | +Differences between the Minix and Linux versions are not documented. | |
298 | +.SH SEE ALSO | |
277 | 299 | .BR stty (1), |
278 | 300 | .BR tput (1), |
279 | 301 | .BR tty (4), |
280 | 302 | .BR terminfo (5) |
281 | -.SH BUGS | |
282 | -Differences between the Minix and Linux versions are not documented. | |
283 | 303 | .SH AVAILABILITY |
284 | 304 | The setterm command is part of the util-linux package and is available from |
285 | 305 | .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/ |
@@ -0,0 +1,109 @@ | ||
1 | +--- dmesg.1.orig 2021-02-22 09:20:21.713957897 +0900 | |
2 | ++++ dmesg.1 2021-02-22 09:23:53.067143376 +0900 | |
3 | +@@ -5,6 +5,21 @@ | |
4 | + .\" This file was generated with po4a. Translate the source file. | |
5 | + .\" | |
6 | + .\"******************************************************************* | |
7 | ++.\" | |
8 | ++.\" Japanese Version Copyright (c) 1997 Koso Fukuba, | |
9 | ++.\" 1999 NAKANO Takeo, | |
10 | ++.\" 2001 Kentaro Shirakata, | |
11 | ++.\" and 2021 Chonan Yoichi, | |
12 | ++.\" all rights reserved. | |
13 | ++.\" Translated Mon Jan 27 12:00:00 JST 1997 | |
14 | ++.\" by Koso Fukuba <koso@ga2.so-net.or.jp> | |
15 | ++.\" Updated & Modified Thu Oct 7 1999 | |
16 | ++.\" by NAKANO Takeo <nakano@apm.seikei.ac.jp> | |
17 | ++.\" Updated Mon Aug 20 JST 2001 | |
18 | ++.\" by Kentaro Shirakata <argrath@ub32.org> | |
19 | ++.\" Updated & Modified (util-linux 2.36) Sun Feb 21 11:07:59 JST 2021 | |
20 | ++.\" by Chonan Yoichi <cyoichi@maple.ocn.ne.jp> | |
21 | ++.\" | |
22 | + .TH DMESG 1 "July 2012" util\-linux "User Commands" | |
23 | + .SH 名前 | |
24 | + dmesg \- カーネルの (ログ用) リングバッファの表示や制御を行う | |
25 | +@@ -87,7 +102,17 @@ | |
26 | + に設定する。\fIlevel\fP に指定するのは、数値のレベルか、レベルの名称の短縮形である。 | |
27 | + どんなレベルがサポートされているかについては、 | |
28 | + \fB\-\-help\fP の出力をご覧いただきたい。 | |
29 | +-.sp | |
30 | ++.RS | |
31 | ++.IP "[\fB訳注\fP]" 8 | |
32 | ++現在使用中のコンソール (X 上の端末エミュレータではない) | |
33 | ++に自動的に表示されるメッセージが、指定したレベル以上の重大度を持つものになる。 | |
34 | ++数値による指定の場合は、その数値を含まない、それより重大な (つまり、数値が小さい) | |
35 | ++レベルのメッセージが表示され、名称による指定の場合は、 | |
36 | ++その名称を含む、それ以上の重大度のメッセージが表示されるようになる。 | |
37 | ++レベルの数値については、\fBsyslog\fP(2) を参照。 | |
38 | ++.RE | |
39 | ++.PP | |
40 | ++.RS | |
41 | + たとえば、\fB\-n 1\fP や \fB\-n emerg\fP を指定すると、emergency (panic) | |
42 | + 以外のすべてのメッセージが、コンソールに表示されなくなる。とは言え、 | |
43 | + すべてのレベルのメッセージが \fI/proc/kmsg\fP | |
44 | +@@ -97,6 +122,7 @@ | |
45 | + \fB\-n\fP オプションを使用したとき、\fBdmesg\fP | |
46 | + がカーネルのリングバッファを表示したり、クリアしたりすることはない (訳注: この \fB\-n\fP | |
47 | + オプションは、コンソールに自動的に表示されるメッセージのレベルを設定するだけである)。 | |
48 | ++.RE | |
49 | + .IP \fB\-\-noescape\fP | |
50 | + 非表示文字や問題を起こしかねない文字 | |
51 | + (たとえば、破損したマルチバイトシーケンスや、端末制御文字など) | |
52 | +@@ -136,7 +162,7 @@ | |
53 | + このオプションを使えばよい。 | |
54 | + .IP "\fB\-T\fP, \fB\-\-ctime\fP" | |
55 | + 人間に読みやすいタイムスタンプを表示する。 | |
56 | +-.IP | |
57 | ++.sp | |
58 | + 「\fBこのタイムスタンプは不正確なことがある!\fP」のをご承知いただきたい。 | |
59 | + ログに使用する、タイムスタンプの元になる情報 (the time source) | |
60 | + は、システムの\fBサスペンド\fP/\fBレジューム後に、更新が行われない\fP。 | |
61 | +@@ -144,6 +170,14 @@ | |
62 | + (monotonic clocks) との間の現在の増分 (delta) | |
63 | + によって時間合わせがなされているのだが、そうした時間合わせが、 | |
64 | + 最後のレジューム以後に表示されるメッセージ同士の間でしかうまく働かないのである。 | |
65 | ++.RS | |
66 | ++.IP "[\fB訳注\fP]" 8 | |
67 | ++つまり、\fBサスペンド\fP/\fBレジューム直後\fPのタイムスタンプについては、 | |
68 | ++時間合わせがうまく行かない。 | |
69 | ++言葉を変えると、カーネル・リングバッファのタイムスタンプでは、 | |
70 | ++ブートタイムと実稼働時間のみが使用されており、サスペンド中の時間は加算されない。 | |
71 | ++それ故、サスペンド後の \fBdmesg\fP の日時表示は信用できないということである。 | |
72 | ++.RE | |
73 | + .IP "\fB\-t\fP, \fB\-\-notime\fP" | |
74 | + カーネルが出力するタイムスタンプを表示しない。 | |
75 | + .IP "\fB\-\-time\-format\fP \fIformat\fP" | |
76 | +@@ -157,7 +191,7 @@ | |
77 | + \fBiso\fP タイムスタンプは、 | |
78 | + YYYY\-MM\-DD<T>HH:MM:SS,<microseconds><\-+><timezone | |
79 | + offset from UTC> という形式になる。 | |
80 | +-.IP | |
81 | ++.sp | |
82 | + \fBiso\fP フォーマットにも \fBctime\fP と同じ問題がある。 | |
83 | + すなわち、システムがサスペンド、レジュームした場合、日時は不正確かもしれないのである。 | |
84 | + .TP | |
85 | +@@ -216,19 +250,13 @@ | |
86 | + これが起きるのは、たいてい、カーネルの設定 \fBdmesg_restrict\fP | |
87 | + のせいである。詳しくは、\fBsyslog\fP(2) をご覧いただきたい。 | |
88 | + .SH 作者 | |
89 | +-.MT kzak@redhat.com | |
90 | +-Karel Zak | |
91 | +-.ME | |
92 | ++Karel Zak <kzak@redhat.com> | |
93 | + | |
94 | +-\fBdmesg\fP を最初に書いたのは、 | |
95 | +-.MT tytso@athena.mit.edu | |
96 | +-Theodore Ts'o だった。 | |
97 | +-.ME | |
98 | ++\fBdmesg\fP を最初に書いたのは、Theodore Ts'o | |
99 | ++<tytso@athena.mit.edu> だった。 | |
100 | + .SH 関連項目 | |
101 | + \fBterminal\-colors.d\fP(5), \fBsyslogd\fP(8) | |
102 | + .SH 入手方法 | |
103 | +-この dmesg コマンドは、util\-linux パッケージの一部であり、 | |
104 | +-.UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util\-linux/ | |
105 | +-Linux Kernel Archive | |
106 | +-.UE | |
107 | ++この dmesg コマンドは、util\-linux パッケージの一部であり、Linux Kernel Archive | |
108 | ++<https://www.kernel.org/pub/linux/utils/util\-linux/> | |
109 | + から入手できる。 |
@@ -0,0 +1,809 @@ | ||
1 | +# SOME DESCRIPTIVE TITLE | |
2 | +# Copyright (C) YEAR Free Software Foundation, Inc. | |
3 | +# This file is distributed under the same license as the PACKAGE package. | |
4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | |
5 | +# | |
6 | +msgid "" | |
7 | +msgstr "" | |
8 | +"Project-Id-Version: PACKAGE VERSION\n" | |
9 | +"POT-Creation-Date: 2021-01-14 20:10+0900\n" | |
10 | +"PO-Revision-Date: 2021-02-22 09:19+0900\n" | |
11 | +"Last-Translator: Chonan Yoichi <cyoichi@maple.ocn.ne.jp>\n" | |
12 | +"Language-Team: Linux JM project <linuxjm-discuss@lists.osdn.me>\n" | |
13 | +"Language: ja\n" | |
14 | +"MIME-Version: 1.0\n" | |
15 | +"Content-Type: text/plain; charset=UTF-8\n" | |
16 | +"Content-Transfer-Encoding: 8bit\n" | |
17 | + | |
18 | +#. type: TH | |
19 | +#: dmesg.1:3 | |
20 | +#, no-wrap | |
21 | +msgid "DMESG" | |
22 | +msgstr "DMESG" | |
23 | + | |
24 | +#. type: TH | |
25 | +#: dmesg.1:3 | |
26 | +#, no-wrap | |
27 | +msgid "July 2012" | |
28 | +msgstr "July 2012" | |
29 | + | |
30 | +#. type: TH | |
31 | +#: dmesg.1:3 | |
32 | +#, no-wrap | |
33 | +msgid "util-linux" | |
34 | +msgstr "util-linux" | |
35 | + | |
36 | +#. type: TH | |
37 | +#: dmesg.1:3 | |
38 | +#, no-wrap | |
39 | +msgid "User Commands" | |
40 | +msgstr "User Commands" | |
41 | + | |
42 | +#. type: SH | |
43 | +#: dmesg.1:4 | |
44 | +#, no-wrap | |
45 | +msgid "NAME" | |
46 | +msgstr "名前" | |
47 | + | |
48 | +#. type: Plain text | |
49 | +#: dmesg.1:6 | |
50 | +msgid "dmesg - print or control the kernel ring buffer" | |
51 | +msgstr "dmesg - カーネルの (ログ用) リングバッファの表示や制御を行う" | |
52 | + | |
53 | +#. type: SH | |
54 | +#: dmesg.1:6 | |
55 | +#, no-wrap | |
56 | +msgid "SYNOPSIS" | |
57 | +msgstr "書式" | |
58 | + | |
59 | +#. type: Plain text | |
60 | +#: dmesg.1:9 | |
61 | +msgid "B<dmesg> [options]" | |
62 | +msgstr "B<dmesg> [options]" | |
63 | + | |
64 | +#. type: Plain text | |
65 | +#: dmesg.1:11 | |
66 | +msgid "B<dmesg --clear>" | |
67 | +msgstr "B<dmesg --clear>" | |
68 | + | |
69 | +#. type: Plain text | |
70 | +#: dmesg.1:13 | |
71 | +msgid "B<dmesg --read-clear >[options]" | |
72 | +msgstr "B<dmesg --read-clear >[options]" | |
73 | + | |
74 | +#. type: Plain text | |
75 | +#: dmesg.1:15 | |
76 | +msgid "B<dmesg --console-level >I<level>" | |
77 | +msgstr "B<dmesg --console-level >I<level>" | |
78 | + | |
79 | +#. type: Plain text | |
80 | +#: dmesg.1:17 | |
81 | +msgid "B<dmesg --console-on>" | |
82 | +msgstr "B<dmesg --console-on>" | |
83 | + | |
84 | +#. type: Plain text | |
85 | +#: dmesg.1:19 | |
86 | +msgid "B<dmesg --console-off>" | |
87 | +msgstr "B<dmesg --console-off>" | |
88 | + | |
89 | +#. type: SH | |
90 | +#: dmesg.1:19 | |
91 | +#, no-wrap | |
92 | +msgid "DESCRIPTION" | |
93 | +msgstr "説明" | |
94 | + | |
95 | +#. type: Plain text | |
96 | +#: dmesg.1:22 | |
97 | +msgid "B<dmesg> is used to examine or control the kernel ring buffer." | |
98 | +msgstr "B<dmesg> は、カーネルのリングバッファを調べたり、制御したりするために使用する。" | |
99 | + | |
100 | +#. type: Plain text | |
101 | +#: dmesg.1:24 | |
102 | +msgid "The default action is to display all messages from the kernel ring buffer." | |
103 | +msgstr "デフォルトの動作は、カーネルのリングバッファにあるすべてのメッセージを表示することである。" | |
104 | + | |
105 | +#. type: SH | |
106 | +#: dmesg.1:24 | |
107 | +#, no-wrap | |
108 | +msgid "OPTIONS" | |
109 | +msgstr "オプション" | |
110 | + | |
111 | +#. type: Plain text | |
112 | +#: dmesg.1:33 | |
113 | +msgid "" | |
114 | +"The B<--clear>, B<--read-clear>, B<--console-on>, B<--console-off>, and " | |
115 | +"B<--console-level> options are mutually exclusive." | |
116 | +msgstr "" | |
117 | +"B<--clear>, B<--read-clear>, B<--console-on>, B<--console-off>,\n" | |
118 | +"B<--console-level> は、どれか一つしか使えない。" | |
119 | + | |
120 | +#. type: IP | |
121 | +#: dmesg.1:33 | |
122 | +#, no-wrap | |
123 | +msgid "B<-C>, B<--clear>" | |
124 | +msgstr "B<-C>, B<--clear>" | |
125 | + | |
126 | +#. type: Plain text | |
127 | +#: dmesg.1:35 | |
128 | +msgid "Clear the ring buffer." | |
129 | +msgstr "リングバッファをクリアする。" | |
130 | + | |
131 | +#. type: IP | |
132 | +#: dmesg.1:35 | |
133 | +#, no-wrap | |
134 | +msgid "B<-c>, B<--read-clear>" | |
135 | +msgstr "B<-c>, B<--read-clear>" | |
136 | + | |
137 | +#. type: Plain text | |
138 | +#: dmesg.1:37 | |
139 | +msgid "Clear the ring buffer after first printing its contents." | |
140 | +msgstr "まずリングバッファの内容を表示し、その後でクリアする。" | |
141 | + | |
142 | +#. type: IP | |
143 | +#: dmesg.1:37 | |
144 | +#, no-wrap | |
145 | +msgid "B<-D>, B<--console-off>" | |
146 | +msgstr "B<-D>, B<--console-off>" | |
147 | + | |
148 | +#. type: Plain text | |
149 | +#: dmesg.1:39 | |
150 | +msgid "Disable the printing of messages to the console." | |
151 | +msgstr "" | |
152 | +"コンソールへのメッセージ出力を抑止する\n" | |
153 | +"(訳注: ただし B<emergency> レベルのメッセージだけは表示する)。" | |
154 | + | |
155 | +#. type: IP | |
156 | +#: dmesg.1:39 | |
157 | +#, no-wrap | |
158 | +msgid "B<-d>, B<--show-delta>" | |
159 | +msgstr "B<-d>, B<--show-delta>" | |
160 | + | |
161 | +#. type: Plain text | |
162 | +#: dmesg.1:44 | |
163 | +msgid "" | |
164 | +"Display the timestamp and the time delta spent between messages. If used " | |
165 | +"together with B<--notime> then only the time delta without the timestamp is " | |
166 | +"printed." | |
167 | +msgstr "" | |
168 | +"タイムスタンプ (訳注: ブートからの経過秒数をマイクロ秒まで表示)\n" | |
169 | +"とともに、前のメッセージ出力から経過した時間の増分\n" | |
170 | +"(time delta) を表示する。B<--notime>\n" | |
171 | +"と一緒に使用した場合は、タイムスタンプは省略して、時間の増分だけを表示する。\n" | |
172 | + | |
173 | +#. type: IP | |
174 | +#: dmesg.1:44 | |
175 | +#, no-wrap | |
176 | +msgid "B<-E>, B<--console-on>" | |
177 | +msgstr "B<-E>, B<--console-on>" | |
178 | + | |
179 | +#. type: Plain text | |
180 | +#: dmesg.1:46 | |
181 | +msgid "Enable printing messages to the console." | |
182 | +msgstr "コンソールへのメッセージ出力を有効にする。" | |
183 | + | |
184 | +#. type: IP | |
185 | +#: dmesg.1:46 | |
186 | +#, no-wrap | |
187 | +msgid "B<-e>, B<--reltime>" | |
188 | +msgstr "B<-e>, B<--reltime>" | |
189 | + | |
190 | +#. type: Plain text | |
191 | +#: dmesg.1:50 | |
192 | +msgid "" | |
193 | +"Display the local time and the delta in human-readable format. Be aware " | |
194 | +"that conversion to the local time could be inaccurate (see B<-T> for more " | |
195 | +"details)." | |
196 | +msgstr "" | |
197 | +"ローカルタイムと時間の増分を人間に読みやすいフォーマットで表示する。\n" | |
198 | +"ローカルタイムへの変換は不正確かもしれないことを、ご承知いただきたい\n" | |
199 | +"(詳しくは B<-T> を参照)。" | |
200 | + | |
201 | +#. type: IP | |
202 | +#: dmesg.1:50 | |
203 | +#, no-wrap | |
204 | +msgid "B<-F>, B<--file >I<file>" | |
205 | +msgstr "B<-F>, B<--file >I<file>" | |
206 | + | |
207 | +#. type: Plain text | |
208 | +#: dmesg.1:54 | |
209 | +msgid "" | |
210 | +"Read the syslog messages from the given I<file>. Note that B<-F> does not " | |
211 | +"support messages in kmsg format. The old syslog format is supported only." | |
212 | +msgstr "" | |
213 | +"指定されたファイル I<file> から syslog のメッセージを読み込む。B<-F>\n" | |
214 | +"は、kmsg フォーマットのメッセージをサポートしていないことに気をつけていただきたい。\n" | |
215 | +"サポートしているのは、昔ながらの syslog フォーマットだけである。\n" | |
216 | + | |
217 | +#. type: IP | |
218 | +#: dmesg.1:54 | |
219 | +#, no-wrap | |
220 | +msgid "B<-f>, B<--facility >I<list>" | |
221 | +msgstr "B<-f>, B<--facility >I<list>" | |
222 | + | |
223 | +#. type: Plain text | |
224 | +#: dmesg.1:58 | |
225 | +msgid "" | |
226 | +"Restrict output to the given (comma-separated) I<list> of facilities. For " | |
227 | +"example:" | |
228 | +msgstr "出力を指定されたファシリティの (コンマで区切った) リストに限定する。たとえば、" | |
229 | + | |
230 | +#. type: Plain text | |
231 | +#: dmesg.1:61 | |
232 | +msgid "B<dmesg --facility=daemon>" | |
233 | +msgstr "B<dmesg --facility=daemon>" | |
234 | + | |
235 | +#. type: Plain text | |
236 | +#: dmesg.1:67 | |
237 | +msgid "" | |
238 | +"will print messages from system daemons only. For all supported facilities " | |
239 | +"see the B<--help> output." | |
240 | +msgstr "" | |
241 | +"は、システムデーモンのメッセージのみを表示する。\n" | |
242 | +"どんなファシリティがサポートされているかについては、B<--help>\n" | |
243 | +"の出力をご覧いただきたい。\n" | |
244 | + | |
245 | +#. type: IP | |
246 | +#: dmesg.1:67 | |
247 | +#, no-wrap | |
248 | +msgid "B<-H>, B<--human>" | |
249 | +msgstr "B<-H>, B<--human>" | |
250 | + | |
251 | +#. type: Plain text | |
252 | +#: dmesg.1:70 | |
253 | +msgid "" | |
254 | +"Enable human-readable output. See also B<--color>, B<--reltime> and " | |
255 | +"B<--nopager>." | |
256 | +msgstr "" | |
257 | +"人間に読みやすい出力にする。B<--color>, B<--reltime>,\n" | |
258 | +"B<--nopager> も参照。\n" | |
259 | + | |
260 | +#. type: IP | |
261 | +#: dmesg.1:70 | |
262 | +#, no-wrap | |
263 | +msgid "B<-k>, B<--kernel>" | |
264 | +msgstr "B<-k>, B<--kernel>" | |
265 | + | |
266 | +#. type: Plain text | |
267 | +#: dmesg.1:72 | |
268 | +msgid "Print kernel messages." | |
269 | +msgstr "" | |
270 | +"カーネルメッセージを表示する\n" | |
271 | +"(訳注: つまり、ファシリティが kern のメッセージのみを表示する)。" | |
272 | + | |
273 | +#. type: IP | |
274 | +#: dmesg.1:72 | |
275 | +#, no-wrap | |
276 | +msgid "B<-L>, B<--color>[=I<when>]" | |
277 | +msgstr "B<-L>, B<--color>[=I<when>]" | |
278 | + | |
279 | +#. type: Plain text | |
280 | +#: dmesg.1:77 | |
281 | +msgid "" | |
282 | +"Colorize the output. The optional argument I<when> can be B<auto>, B<never> " | |
283 | +"or B<always>. If the I<when> argument is omitted, it defaults to B<auto>. " | |
284 | +"The colors can be disabled; for the current built-in default see the " | |
285 | +"B<--help> output. See also the B<COLORS> section below." | |
286 | +msgstr "" | |
287 | +"出力をカラー表示にする。指定が任意の引き数 I<when> には、B<auto>, B<never>,\n" | |
288 | +"B<always> が使える。引き数 I<when> が省略された場合は、デフォルトの B<auto>\n" | |
289 | +"が使用される。カラー表示は無効にすることもできる。\n" | |
290 | +"プログラムに埋め込まれた現在のデフォルトが有効か無効かを知るには、\n" | |
291 | +"B<--help> の出力を見ればよい。下記の「B<カラー表示>」セクションもご覧いただきたい。\n" | |
292 | + | |
293 | +#. type: IP | |
294 | +#: dmesg.1:77 | |
295 | +#, no-wrap | |
296 | +msgid "B<-l>, B<--level >I<list>" | |
297 | +msgstr "B<-l>, B<--level >I<list>" | |
298 | + | |
299 | +#. type: Plain text | |
300 | +#: dmesg.1:81 | |
301 | +msgid "" | |
302 | +"Restrict output to the given (comma-separated) I<list> of levels. For " | |
303 | +"example:" | |
304 | +msgstr "" | |
305 | +"出力を指定されたレベル (訳注: 重大度、緊急度) の (コンマで区切った)\n" | |
306 | +"リストに限定する。たとえば、\n" | |
307 | + | |
308 | +#. type: Plain text | |
309 | +#: dmesg.1:84 | |
310 | +msgid "B<dmesg --level=err,warn>" | |
311 | +msgstr "B<dmesg --level=err,warn>" | |
312 | + | |
313 | +#. type: Plain text | |
314 | +#: dmesg.1:89 | |
315 | +msgid "" | |
316 | +"will print error and warning messages only. For all supported levels see " | |
317 | +"the B<--help> output." | |
318 | +msgstr "" | |
319 | +"は、error と warning\n" | |
320 | +"メッセージのみを表示する。どんなレベルがサポートされているかについては、B<--help>\n" | |
321 | +"の出力をご覧いただきたい。\n" | |
322 | + | |
323 | +#. type: IP | |
324 | +#: dmesg.1:89 | |
325 | +#, no-wrap | |
326 | +msgid "B<-n>, B<--console-level >I<level>" | |
327 | +msgstr "B<-n>, B<--console-level >I<level>" | |
328 | + | |
329 | +#. type: Plain text | |
330 | +#: dmesg.1:98 | |
331 | +msgid "" | |
332 | +"Set the I<level> at which printing of messages is done to the console. The " | |
333 | +"I<level> is a level number or abbreviation of the level name. For all " | |
334 | +"supported levels see the B<--help> output." | |
335 | +msgstr "" | |
336 | +"コンソールに出力されるログメッセージのレベル (重大度) を I<level>\n" | |
337 | +"に設定する。I<level> に指定するのは、数値のレベルか、レベルの名称の短縮形である。\n" | |
338 | +"どんなレベルがサポートされているかについては、\n" | |
339 | +"B<--help> の出力をご覧いただきたい。\n" | |
340 | + | |
341 | +#. type: Plain text | |
342 | +#: dmesg.1:115 | |
343 | +msgid "" | |
344 | +"For example, B<-n 1> or B<-n emerg> prevents all messages, except emergency " | |
345 | +"(panic) messages, from appearing on the console. All levels of messages are " | |
346 | +"still written to I</proc/kmsg>, so B<syslogd>(8) can still be used to " | |
347 | +"control exactly where kernel messages appear. When the B<-n> option is " | |
348 | +"used, B<dmesg> will I<not> print or clear the kernel ring buffer." | |
349 | +msgstr "" | |
350 | +"たとえば、B<-n 1> や B<-n emerg> を指定すると、emergency (panic)\n" | |
351 | +"以外のすべてのメッセージが、コンソールに表示されなくなる。とは言え、\n" | |
352 | +"すべてのレベルのメッセージが I</proc/kmsg>\n" | |
353 | +"に書き込まれることに変わりはないので、\n" | |
354 | +"カーネルメッセージをどこに出力するかは、やはり B<syslogd>(8)\n" | |
355 | +"使って、きちんとコントロールすることができる。なお、\n" | |
356 | +"B<-n> オプションを使用したとき、B<dmesg>\n" | |
357 | +"がカーネルのリングバッファを表示したり、クリアしたりすることはない (訳注: この B<-n>\n" | |
358 | +"オプションは、コンソールに自動的に表示されるメッセージのレベルを設定するだけである)。\n" | |
359 | + | |
360 | +#. type: IP | |
361 | +#: dmesg.1:115 | |
362 | +#, no-wrap | |
363 | +msgid "B<--noescape>" | |
364 | +msgstr "B<--noescape>" | |
365 | + | |
366 | +#. type: Plain text | |
367 | +#: dmesg.1:121 | |
368 | +msgid "" | |
369 | +"The unprintable and potentially unsafe characters (e.g., broken multi-byte " | |
370 | +"sequences, terminal controlling chars, etc.) are escaped in format " | |
371 | +"\\exE<lt>hexE<gt> for security reason by default. This option disables this " | |
372 | +"feature at all. It's usable for example for debugging purpose together with " | |
373 | +"B<--raw>. Be careful and don't use it by default." | |
374 | +msgstr "" | |
375 | +"非表示文字や問題を起こしかねない文字\n" | |
376 | +"(たとえば、破損したマルチバイトシーケンスや、端末制御文字など)\n" | |
377 | +"は、デフォルトではセキュリティ上の理由から \\exE<lt>hexE<gt>\n" | |
378 | +"の形式でエスケープされるようになっている。このオプションはその機能を完全に無効にする。\n" | |
379 | +"このオプションは、たとえば B<--raw> と併せて、デバッグのために使用できる。\n" | |
380 | +"使用には気を付けること。デフォルトで使うようにしてはいけない。\n" | |
381 | + | |
382 | +#. type: IP | |
383 | +#: dmesg.1:121 | |
384 | +#, no-wrap | |
385 | +msgid "B<-P>, B<--nopager>" | |
386 | +msgstr "B<-P>, B<--nopager>" | |
387 | + | |
388 | +#. type: Plain text | |
389 | +#: dmesg.1:123 | |
390 | +msgid "" | |
391 | +"Do not pipe output into a pager. A pager is enabled by default for " | |
392 | +"B<--human> output." | |
393 | +msgstr "" | |
394 | +"出力をパイプでページャーに渡さない。B<--human>\n" | |
395 | +"の出力では、ページャーはデフォルトで使用される。\n" | |
396 | + | |
397 | +#. type: IP | |
398 | +#: dmesg.1:123 | |
399 | +#, no-wrap | |
400 | +msgid "B<-p>, B<--force-prefix>" | |
401 | +msgstr "B<-p>, B<--force-prefix>" | |
402 | + | |
403 | +#. type: Plain text | |
404 | +#: dmesg.1:125 | |
405 | +msgid "" | |
406 | +"Add facility, level or timestamp information to each line of a multi-line " | |
407 | +"message." | |
408 | +msgstr "複数行メッセージの各行にファシリティ、レベル、タイムスタンプの情報を付け加える。" | |
409 | + | |
410 | +#. type: IP | |
411 | +#: dmesg.1:125 | |
412 | +#, no-wrap | |
413 | +msgid "B<-r>, B<--raw>" | |
414 | +msgstr "B<-r>, B<--raw>" | |
415 | + | |
416 | +#. type: Plain text | |
417 | +#: dmesg.1:128 | |
418 | +msgid "" | |
419 | +"Print the raw message buffer, i.e., do not strip the log-level prefixes, but " | |
420 | +"all unprintable characters are still escaped (see also B<--noescape>)." | |
421 | +msgstr "" | |
422 | +"メッセージバッファを未加工 (raw) のまま表示する。\n" | |
423 | +"すなわち、ログレベルを表す接頭辞を取り除かない。\n" | |
424 | +"ただし、すべての非表示文字がエスケープされることには変わりがない\n" | |
425 | +"(B<--noescape> も参照)。\n" | |
426 | + | |
427 | +#. type: Plain text | |
428 | +#: dmesg.1:139 | |
429 | +msgid "" | |
430 | +"Note that the real raw format depends on the method how B<dmesg>(1) reads " | |
431 | +"kernel messages. The /dev/kmsg device uses a different format than " | |
432 | +"B<syslog>(2). For backward compatibility, B<dmesg>(1) returns data always " | |
433 | +"in the B<syslog>(2) format. It is possible to read the real raw data from " | |
434 | +"/dev/kmsg by, for example, the command 'dd if=/dev/kmsg iflag=nonblock'." | |
435 | +msgstr "" | |
436 | +"注意してほしいが、実際の未加工フォーマットは、B<dmesg>(1)\n" | |
437 | +"がカーネルメッセージを読み出す方法によって違ってくる\n" | |
438 | +"(訳注: すぐ下の B<-S> オプションや B<-F> オプションの説明も参照)。デバイス\n" | |
439 | +"/dev/kmsg と B<syslog>(2) では、違ったフォーマットを使っているのである。\n" | |
440 | +"ただし、後方互換のため、B<dmesg> は、常に B<syslog>(2)\n" | |
441 | +"のフォーマットでデータを返すようになっている。/dev/kmsg\n" | |
442 | +"にある本当の未加工データは、たとえば、'dd if=/dev/kmsg iflag=nonblock'\n" | |
443 | +"といったコマンドを使えば、読むことができる。\n" | |
444 | + | |
445 | +#. type: IP | |
446 | +#: dmesg.1:139 | |
447 | +#, no-wrap | |
448 | +msgid "B<-S>, B<--syslog>" | |
449 | +msgstr "B<-S>, B<--syslog>" | |
450 | + | |
451 | +#. type: Plain text | |
452 | +#: dmesg.1:146 | |
453 | +msgid "" | |
454 | +"Force B<dmesg> to use the B<syslog>(2) kernel interface to read kernel " | |
455 | +"messages. The default is to use /dev/kmsg rather than B<syslog>(2) since " | |
456 | +"kernel 3.5.0." | |
457 | +msgstr "" | |
458 | +"カーネルメッセージを読み出すのに、B<dmesg> が B<syslog>(2)\n" | |
459 | +"のカーネルインターフェースを使うようにする。kernel 3.5.0 以来、B<syslog>(2)\n" | |
460 | +"ではなく、/dev/kmsg を使用するのがデフォルトである。\n" | |
461 | + | |
462 | +#. type: IP | |
463 | +#: dmesg.1:146 | |
464 | +#, no-wrap | |
465 | +msgid "B<-s>, B<--buffer-size >I<size>" | |
466 | +msgstr "B<-s>, B<--buffer-size >I<size>" | |
467 | + | |
468 | +#. type: Plain text | |
469 | +#: dmesg.1:153 | |
470 | +msgid "" | |
471 | +"Use a buffer of I<size> to query the kernel ring buffer. This is 16392 by " | |
472 | +"default. (The default kernel syslog buffer size was 4096 at first, 8192 " | |
473 | +"since 1.3.54, 16384 since 2.1.113.) If you have set the kernel buffer to be " | |
474 | +"larger than the default, then this option can be used to view the entire " | |
475 | +"buffer." | |
476 | +msgstr "" | |
477 | +"カーネルのリングバッファへの問い合わせに、サイズ I<size>\n" | |
478 | +"のバッファを使用する。デフォルトでは 16392\n" | |
479 | +"である。(デフォルトのカーネル・シスログバッファのサイズは、最初は 4096\n" | |
480 | +"だったが、1.3.54 以後は 8192 になり、2.1.113 以来 16384 になった。)\n" | |
481 | +"カーネルバッファをデフォルトより大きく設定している場合に、バッファを全部見るには、\n" | |
482 | +"このオプションを使えばよい。\n" | |
483 | + | |
484 | +#. type: IP | |
485 | +#: dmesg.1:153 | |
486 | +#, no-wrap | |
487 | +msgid "B<-T>, B<--ctime>" | |
488 | +msgstr "B<-T>, B<--ctime>" | |
489 | + | |
490 | +#. type: Plain text | |
491 | +#: dmesg.1:155 | |
492 | +msgid "Print human-readable timestamps." | |
493 | +msgstr "人間に読みやすいタイムスタンプを表示する。" | |
494 | + | |
495 | +#. type: Plain text | |
496 | +#: dmesg.1:165 | |
497 | +msgid "" | |
498 | +"B<Be aware that the timestamp could be inaccurate!> The B<time> source used " | |
499 | +"for the logs is B<not updated after> system B<SUSPEND>/B<RESUME>. " | |
500 | +"Timestamps are adjusted according to current delta between boottime and " | |
501 | +"monotonic clocks, this works only for messages printed after last resume." | |
502 | +msgstr "" | |
503 | +"「B<このタイムスタンプは不正確なことがある!>」のをご承知いただきたい。\n" | |
504 | +"ログに使用する、タイムスタンプの元になる情報 (the time source)\n" | |
505 | +"は、システムのB<サスペンド>/B<レジューム後に、更新が行われない>。\n" | |
506 | +"更新が行われないので、タイムスタンプは、ブートタイムと単調増加クロック\n" | |
507 | +"(monotonic clocks) との間の現在の増分 (delta)\n" | |
508 | +"によって時間合わせがなされているのだが、そうした時間合わせが、\n" | |
509 | +"最後のレジューム以後に表示されるメッセージ同士の間でしかうまく働かないのである。\n" | |
510 | + | |
511 | +#. type: IP | |
512 | +#: dmesg.1:165 | |
513 | +#, no-wrap | |
514 | +msgid "B<-t>, B<--notime>" | |
515 | +msgstr "B<-t>, B<--notime>" | |
516 | + | |
517 | +#. type: Plain text | |
518 | +#: dmesg.1:167 | |
519 | +msgid "Do not print kernel's timestamps." | |
520 | +msgstr "カーネルが出力するタイムスタンプを表示しない。" | |
521 | + | |
522 | +#. type: IP | |
523 | +#: dmesg.1:167 | |
524 | +#, no-wrap | |
525 | +msgid "B<--time-format> I<format>" | |
526 | +msgstr "B<--time-format> I<format>" | |
527 | + | |
528 | +#. type: Plain text | |
529 | +#: dmesg.1:183 | |
530 | +msgid "" | |
531 | +"Print timestamps using the given I<format>, which can be B<ctime>, " | |
532 | +"B<reltime>, B<delta> or B<iso>. The first three formats are aliases of the " | |
533 | +"time-format-specific options. The B<iso> format is a B<dmesg> " | |
534 | +"implementation of the ISO-8601 timestamp format. The purpose of this format " | |
535 | +"is to make the comparing of timestamps between two systems, and any other " | |
536 | +"parsing, easy. The definition of the B<iso> timestamp is: " | |
537 | +"YYYY-MM-DDE<lt>TE<gt>HH:MM:SS,E<lt>microsecondsE<gt>E<lt>-+E<gt>E<lt>timezone " | |
538 | +"offset from UTCE<gt>." | |
539 | +msgstr "" | |
540 | +"指定されたフォーマット I<format> を使って、タイムスタンプを表示する。I<format>\n" | |
541 | +"には、B<ctime>, B<reltime>, B<delta>, B<iso> が使える。\n" | |
542 | +"最初の三つは、それぞれのタイムフォーマットを指定するオプション\n" | |
543 | +"(訳注: B<--ctime> など) のエイリアスであり、B<iso> フォーマットは、ISO-8601\n" | |
544 | +"のタイムスタンプフォーマットの B<demsg> における実装である。\n" | |
545 | +"この最後のフォーマットの目的は、\n" | |
546 | +"二つのシステム間でのタイムスタンプの比較のような解析作業を容易にすることだ。\n" | |
547 | +"B<iso> タイムスタンプは、\n" | |
548 | +"YYYY-MM-DDE<lt>TE<gt>HH:MM:SS,E<lt>microsecondsE<gt>E<lt>-+E<gt>E<lt>timezone\n" | |
549 | +"offset from UTCE<gt> という形式になる。\n" | |
550 | + | |
551 | +#. type: Plain text | |
552 | +#: dmesg.1:189 | |
553 | +msgid "" | |
554 | +"The B<iso> format has the same issue as B<ctime>: the time may be inaccurate " | |
555 | +"when a system is suspended and resumed." | |
556 | +msgstr "" | |
557 | +"B<iso> フォーマットにも B<ctime> と同じ問題がある。\n" | |
558 | +"すなわち、システムがサスペンド、レジュームした場合、日時は不正確かもしれないのである。\n" | |
559 | + | |
560 | +#. type: TP | |
561 | +#: dmesg.1:189 | |
562 | +#, no-wrap | |
563 | +msgid "B<-u>,B< --userspace>" | |
564 | +msgstr "B<-u>,B< --userspace>" | |
565 | + | |
566 | +#. type: Plain text | |
567 | +#: dmesg.1:192 | |
568 | +msgid "Print userspace messages." | |
569 | +msgstr "ユーザ空間のメッセージを表示する。" | |
570 | + | |
571 | +#. type: TP | |
572 | +#: dmesg.1:192 | |
573 | +#, no-wrap | |
574 | +msgid "B<-w>,B< --follow>" | |
575 | +msgstr "B<-w>,B< --follow>" | |
576 | + | |
577 | +#. type: Plain text | |
578 | +#: dmesg.1:196 | |
579 | +msgid "" | |
580 | +"Wait for new messages. This feature is supported only on systems with a " | |
581 | +"readable /dev/kmsg (since kernel 3.5.0)." | |
582 | +msgstr "" | |
583 | +"新しいメッセージが出力されるのを待つ。この機能は、/dev/kmsg\n" | |
584 | +"を読むことのできるシステムでのみサポートされている (カーネル 3.5.0 以降)。\n" | |
585 | + | |
586 | +#. type: TP | |
587 | +#: dmesg.1:196 | |
588 | +#, no-wrap | |
589 | +msgid "B<-W>,B< --follow-new>" | |
590 | +msgstr "B<-W>,B< --follow-new>" | |
591 | + | |
592 | +#. type: Plain text | |
593 | +#: dmesg.1:199 | |
594 | +msgid "Wait and print only new messages." | |
595 | +msgstr "待機する。そして、新しいメッセージのみを表示する。" | |
596 | + | |
597 | +#. type: TP | |
598 | +#: dmesg.1:199 | |
599 | +#, no-wrap | |
600 | +msgid "B<-x>,B< --decode>" | |
601 | +msgstr "B<-x>,B< --decode>" | |
602 | + | |
603 | +#. type: Plain text | |
604 | +#: dmesg.1:202 | |
605 | +msgid "Decode facility and level (priority) numbers to human-readable prefixes." | |
606 | +msgstr "ファシリティとレベル (重大度) の番号を人間に分かりやすい接頭辞に変換する。" | |
607 | + | |
608 | +#. type: TP | |
609 | +#: dmesg.1:202 | |
610 | +#, no-wrap | |
611 | +msgid "B<-V>,B< --version>" | |
612 | +msgstr "B<-V>,B< --version>" | |
613 | + | |
614 | +#. type: Plain text | |
615 | +#: dmesg.1:205 | |
616 | +msgid "Display version information and exit." | |
617 | +msgstr "バージョン情報を表示して終了する。" | |
618 | + | |
619 | +#. type: TP | |
620 | +#: dmesg.1:205 | |
621 | +#, no-wrap | |
622 | +msgid "B<-h>,B< --help>" | |
623 | +msgstr "B<-h>,B< --help>" | |
624 | + | |
625 | +#. type: Plain text | |
626 | +#: dmesg.1:208 | |
627 | +msgid "Display help text and exit." | |
628 | +msgstr "ヘルプを表示して終了する。" | |
629 | + | |
630 | +#. type: SH | |
631 | +#: dmesg.1:208 | |
632 | +#, no-wrap | |
633 | +msgid "COLORS" | |
634 | +msgstr "カラー表示" | |
635 | + | |
636 | +#. type: Plain text | |
637 | +#: dmesg.1:213 | |
638 | +msgid "" | |
639 | +"Implicit coloring can be disabled by an empty file " | |
640 | +"I</etc/terminal-colors.d/dmesg.disable>. See B<terminal-colors.d>(5) for " | |
641 | +"more details about colorization configuration." | |
642 | +msgstr "" | |
643 | +"自動的なカラー表示は、I</etc/terminal-colors.d/dmesg.disable>\n" | |
644 | +"という空ファイルを作ることで無効にできる。\n" | |
645 | +"カラー表示の設定についてもっと詳しいことを知りたかったら、B<terminal-colors.d>(5)\n" | |
646 | +"をご覧になるとよい。\n" | |
647 | + | |
648 | +#. type: Plain text | |
649 | +#: dmesg.1:217 | |
650 | +msgid "The logical color names supported by B<dmesg> are:" | |
651 | +msgstr "B<dmesg> は、以下の論理カラー名をサポートしている。" | |
652 | + | |
653 | +#. type: TP | |
654 | +#: dmesg.1:217 | |
655 | +#, no-wrap | |
656 | +msgid "B<subsys>" | |
657 | +msgstr "B<subsys>" | |
658 | + | |
659 | +#. type: Plain text | |
660 | +#: dmesg.1:220 | |
661 | +msgid "The message sub-system prefix (e.g., \"ACPI:\")." | |
662 | +msgstr "メッセージのサブシステム接頭辞 (たとえば、\"ACPI\")。" | |
663 | + | |
664 | +#. type: TP | |
665 | +#: dmesg.1:220 | |
666 | +#, no-wrap | |
667 | +msgid "B<time>" | |
668 | +msgstr "B<time>" | |
669 | + | |
670 | +#. type: Plain text | |
671 | +#: dmesg.1:223 | |
672 | +msgid "The message timestamp." | |
673 | +msgstr "メッセージのタイムスタンプ。" | |
674 | + | |
675 | +#. type: TP | |
676 | +#: dmesg.1:223 | |
677 | +#, no-wrap | |
678 | +msgid "B<timebreak>" | |
679 | +msgstr "B<timebreak>" | |
680 | + | |
681 | +#. type: Plain text | |
682 | +#: dmesg.1:227 | |
683 | +msgid "" | |
684 | +"The message timestamp in short ctime format in B<--reltime> or B<--human> " | |
685 | +"output." | |
686 | +msgstr "" | |
687 | +"B<--reltime> や B<--human> における出力メッセージの、短い ctime\n" | |
688 | +"フォーマットで表現したタイムスタンプ。\n" | |
689 | + | |
690 | +#. type: TP | |
691 | +#: dmesg.1:227 | |
692 | +#, no-wrap | |
693 | +msgid "B<alert>" | |
694 | +msgstr "B<alert>" | |
695 | + | |
696 | +#. type: Plain text | |
697 | +#: dmesg.1:230 | |
698 | +msgid "The text of the message with the alert log priority." | |
699 | +msgstr "ログの重大度が alert のメッセージのテキスト部分。" | |
700 | + | |
701 | +#. type: TP | |
702 | +#: dmesg.1:230 | |
703 | +#, no-wrap | |
704 | +msgid "B<crit>" | |
705 | +msgstr "B<crit>" | |
706 | + | |
707 | +#. type: Plain text | |
708 | +#: dmesg.1:233 | |
709 | +msgid "The text of the message with the critical log priority." | |
710 | +msgstr "ログの重大度が critical のメッセージのテキスト部分。" | |
711 | + | |
712 | +#. type: TP | |
713 | +#: dmesg.1:233 | |
714 | +#, no-wrap | |
715 | +msgid "B<err>" | |
716 | +msgstr "B<err>" | |
717 | + | |
718 | +#. type: Plain text | |
719 | +#: dmesg.1:236 | |
720 | +msgid "The text of the message with the error log priority." | |
721 | +msgstr "ログの重大度が error のメッセージのテキスト部分。" | |
722 | + | |
723 | +#. type: TP | |
724 | +#: dmesg.1:236 | |
725 | +#, no-wrap | |
726 | +msgid "B<warn>" | |
727 | +msgstr "B<warn>" | |
728 | + | |
729 | +#. type: Plain text | |
730 | +#: dmesg.1:239 | |
731 | +msgid "The text of the message with the warning log priority." | |
732 | +msgstr "ログの重大度が warning のメッセージのテキスト部分。" | |
733 | + | |
734 | +#. type: TP | |
735 | +#: dmesg.1:239 | |
736 | +#, no-wrap | |
737 | +msgid "B<segfault>" | |
738 | +msgstr "B<segfault>" | |
739 | + | |
740 | +#. type: Plain text | |
741 | +#: dmesg.1:242 | |
742 | +msgid "The text of the message that inform about segmentation fault." | |
743 | +msgstr "セグメンテーションフォールトを知らせるメッセージのテキスト部分。" | |
744 | + | |
745 | +#. type: SH | |
746 | +#: dmesg.1:242 | |
747 | +#, no-wrap | |
748 | +msgid "EXIT STATUS" | |
749 | +msgstr "終了ステータス" | |
750 | + | |
751 | +#. type: Plain text | |
752 | +#: dmesg.1:249 | |
753 | +msgid "" | |
754 | +"B<dmesg> can fail reporting permission denied error. This is usually caused " | |
755 | +"by B<dmesg_restrict> kernel setting, please see B<syslog>(2) for more " | |
756 | +"details." | |
757 | +msgstr "" | |
758 | +"B<dmesg> が「操作が許可されていない」旨のエラーを出して、実行に失敗することがある。\n" | |
759 | +"これが起きるのは、たいてい、カーネルの設定 B<dmesg_restrict>\n" | |
760 | +"のせいである。詳しくは、B<syslog>(2) をご覧いただきたい。\n" | |
761 | + | |
762 | +#. type: SH | |
763 | +#: dmesg.1:249 | |
764 | +#, no-wrap | |
765 | +msgid "AUTHORS" | |
766 | +msgstr "作者" | |
767 | + | |
768 | +#. type: Plain text | |
769 | +#: dmesg.1:252 | |
770 | +msgid "Karel Zak" | |
771 | +msgstr "Karel Zak" | |
772 | + | |
773 | +#. type: Plain text | |
774 | +#: dmesg.1:256 | |
775 | +msgid "B<dmesg> was originally written by" | |
776 | +msgstr "B<dmesg> を最初に書いたのは、" | |
777 | + | |
778 | +#. type: Plain text | |
779 | +#: dmesg.1:258 | |
780 | +msgid "Theodore Ts'o" | |
781 | +msgstr "Theodore Ts'o だった。" | |
782 | + | |
783 | +#. type: SH | |
784 | +#: dmesg.1:259 | |
785 | +#, no-wrap | |
786 | +msgid "SEE ALSO" | |
787 | +msgstr "関連項目" | |
788 | + | |
789 | +#. type: Plain text | |
790 | +#: dmesg.1:262 | |
791 | +msgid "B<terminal-colors.d>(5), B<syslogd>(8)" | |
792 | +msgstr "B<terminal-colors.d>(5), B<syslogd>(8)" | |
793 | + | |
794 | +#. type: SH | |
795 | +#: dmesg.1:262 | |
796 | +#, no-wrap | |
797 | +msgid "AVAILABILITY" | |
798 | +msgstr "入手方法" | |
799 | + | |
800 | +#. type: Plain text | |
801 | +#: dmesg.1:266 | |
802 | +msgid "" | |
803 | +"The dmesg command is part of the util-linux package and is available from " | |
804 | +"E<.UR https://\\:www.kernel.org\\:/pub\\:/linux\\:/utils\\:/util-linux/> " | |
805 | +"Linux Kernel Archive E<.UE .>" | |
806 | +msgstr "" | |
807 | +"この dmesg コマンドは、util-linux パッケージの一部であり、\n" | |
808 | +"E<.UR https://\\:www.kernel.org\\:/pub\\:/linux\\:/utils\\:/util-linux/>\n" | |
809 | +"Linux Kernel Archive E<.UE> から入手できる。\n" |
@@ -0,0 +1,88 @@ | ||
1 | +--- setterm.1.orig 2021-02-25 11:23:46.046012695 +0900 | |
2 | ++++ setterm.1 2021-02-25 11:25:41.212404485 +0900 | |
3 | +@@ -9,6 +9,23 @@ | |
4 | + .\" This file was generated with po4a. Translate the source file. | |
5 | + .\" | |
6 | + .\"******************************************************************* | |
7 | ++.\" | |
8 | ++.\" Japanese Version Copyright (c) 2001-2021 Yuichi SATO | |
9 | ++.\" and 2021 Yoichi Chonan, | |
10 | ++.\" all rights reserved. | |
11 | ++.\" Translated Sun Feb 11 00:25:28 JST 2001 | |
12 | ++.\" by Yuichi SATO <sato@complex.eng.hokudai.ac.jp> | |
13 | ++.\" Updated & Modified Sat May 1 17:54:48 JST 2004 | |
14 | ++.\" by Yuchis SATO <ysato444@yahoo.co.jp> | |
15 | ++.\" Updated & Modified (util-linux 2.36) Sun Feb 21 09:42:44 JST 2021 | |
16 | ++.\" by Yuchis SATO <ysato444@ybb.ne.jp> | |
17 | ++.\" and Yoichi Chonan <cyoichi@maple.ocn.ne.jp> | |
18 | ++.\" | |
19 | ++.\" WORD: extra bright 高輝度 | |
20 | ++.\" WORD: half-brigtness 半輝度 | |
21 | ++.\" WORD: blink 点滅 | |
22 | ++.\" WORD: dim 減光 | |
23 | ++.\" | |
24 | + .TH SETTERM 1 "May 2014" util\-linux "User Commands" | |
25 | + .SH 名前 | |
26 | + setterm \- 端末の属性を設定する | |
27 | +@@ -65,13 +82,20 @@ | |
28 | + を使用する)。引き数を指定しない場合は、消灯状態を返す | |
29 | + (どの vt が消灯されたかを返す。消灯されていない vt については、0 | |
30 | + を返す)。仮想コンソール専用。 | |
31 | +-.IP | |
32 | ++.sp | |
33 | + 引き数 \fBforce\fP は、キーが押されても、スクリーンを消灯したままにする。 | |
34 | + (訳注: \fB\-\-blank\fP=force を指定すると、仮想コンソールは即座に消灯する。 | |
35 | + そして、どのキーを押しても消灯は解除されない。) | |
36 | +-.IP | |
37 | ++.sp | |
38 | + 引き数 \fBpoke\fP は、スクリーンの消灯を解除する。(訳注: \fB\-\-blank\fP=force | |
39 | + で消灯したとき、それを解除するのに \fBsetterm \-\-blank\fP=poke を使用する。) | |
40 | ++.RS | |
41 | ++.IP "[\fB訳注\fP]" 8 | |
42 | ++\fB\-\-blank\fP に引き数を付けなかったときの動作がよく分からない。 | |
43 | ++訳者のところでは、消灯しているはずの仮想コンソールが他にあっても、その番号を示さず、常に | |
44 | ++0 が返ってくる。1 つのコンピュータに複数の端末がつながっていた時代の話なのだろうか。 | |
45 | ++つまり、vt とは、virtual terminal ではなく、video terminal のことなのか。 | |
46 | ++.RE | |
47 | + .TP | |
48 | + \fB\-\-bfreq\fP[=\fInumber\fP] | |
49 | + ベルの周波数をヘルツ (Hz) で指定する。引き数が指定されていない場合は、デフォルトの | |
50 | +@@ -143,6 +167,14 @@ | |
51 | + \fB\-\-msg\fP on|off | |
52 | + カーネルの \fBprintk\fP() | |
53 | + によるメッセージをコンソールに送出するか否かを設定する。仮想コンソール専用。 | |
54 | ++.RS | |
55 | ++.IP "[\fB訳注\fP]" 8 | |
56 | ++コンソール出力の閾値であるロギングレベルが、現在いくつに設定されているかを知るには、 | |
57 | ++\fBcat /proc/sys/kernel/printk\fP を実行すればよい。 | |
58 | ++その出力の一番左側の数値が現在のロギングレベルである。 | |
59 | ++各数値の意味については、\fBsyslog\fP(2) | |
60 | ++に説明がある。次の項目 \fB\-\-msglevel\fP も参照。 | |
61 | ++.RE | |
62 | + .TP | |
63 | + \fB\-\-msglevel\fP 0\-8 | |
64 | + カーネルの \fBprintk()\fP | |
65 | +@@ -156,6 +188,12 @@ | |
66 | + \fBklogd\fP(8) の方が使いやすいかもしれない。 | |
67 | + .sp | |
68 | + 仮想コンソール専用。 | |
69 | ++.RS | |
70 | ++.IP "[\fB訳注\fP]" 8 | |
71 | ++ロギングレベルは、0 から 7 まであり、それぞれ emerg, alert, crit, err, | |
72 | ++warning, notice, info, debug という重大度に対応する。詳しくは、\fBsyslog\fP(2) | |
73 | ++の \fBThe log level\fP セクションなどを参照していただきたい。 | |
74 | ++.RE | |
75 | + .TP | |
76 | + \fB\-\-powerdown\fP[=0\-60] | |
77 | + VESA パワーダウンまでの時間を分単位で設定する。引き数を指定しない場合は、デフォルトの | |
78 | +@@ -235,8 +273,6 @@ | |
79 | + .SH 関連項目 | |
80 | + \fBstty\fP(1), \fBtput\fP(1), \fBtty\fP(4), \fBterminfo\fP(5) | |
81 | + .SH 入手方法 | |
82 | +-この setterm コマンドは、util\-linux パッケージの一部であり、 | |
83 | +-.UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util\-linux/ | |
84 | +-Linux Kernel Archive | |
85 | +-.UE | |
86 | ++この setterm コマンドは、util\-linux パッケージの一部であり、Linux Kernel Archive | |
87 | ++<https://www.kernel.org/pub/linux/utils/util\-linux/> | |
88 | + から入手できる。 |
@@ -0,0 +1,836 @@ | ||
1 | +# SOME DESCRIPTIVE TITLE | |
2 | +# Copyright (C) YEAR Free Software Foundation, Inc. | |
3 | +# This file is distributed under the same license as the PACKAGE package. | |
4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | |
5 | +# | |
6 | +msgid "" | |
7 | +msgstr "" | |
8 | +"Project-Id-Version: PACKAGE VERSION\n" | |
9 | +"POT-Creation-Date: 2020-12-18 14:06+0900\n" | |
10 | +"PO-Revision-Date: 2021-02-21 10:18+0900\n" | |
11 | +"Last-Translator: Chonan Yoichi <cyoichi@maple.ocn.ne.jp>\n" | |
12 | +"Language-Team: Linux JM project <linuxjm-discuss@lists.osdn.me>\n" | |
13 | +"Language: ja\n" | |
14 | +"MIME-Version: 1.0\n" | |
15 | +"Content-Type: text/plain; charset=UTF-8\n" | |
16 | +"Content-Transfer-Encoding: 8bit\n" | |
17 | + | |
18 | +#. type: TH | |
19 | +#: setterm.1:7 | |
20 | +#, no-wrap | |
21 | +msgid "SETTERM" | |
22 | +msgstr "SETTERM" | |
23 | + | |
24 | +#. type: TH | |
25 | +#: setterm.1:7 | |
26 | +#, no-wrap | |
27 | +msgid "May 2014" | |
28 | +msgstr "May 2014" | |
29 | + | |
30 | +#. type: TH | |
31 | +#: setterm.1:7 | |
32 | +#, no-wrap | |
33 | +msgid "util-linux" | |
34 | +msgstr "util-linux" | |
35 | + | |
36 | +#. type: TH | |
37 | +#: setterm.1:7 | |
38 | +#, no-wrap | |
39 | +msgid "User Commands" | |
40 | +msgstr "User Commands" | |
41 | + | |
42 | +#. type: SH | |
43 | +#: setterm.1:8 | |
44 | +#, no-wrap | |
45 | +msgid "NAME" | |
46 | +msgstr "名前" | |
47 | + | |
48 | +#. type: Plain text | |
49 | +#: setterm.1:10 | |
50 | +msgid "setterm - set terminal attributes" | |
51 | +msgstr "setterm - 端末の属性を設定する" | |
52 | + | |
53 | +#. type: SH | |
54 | +#: setterm.1:10 | |
55 | +#, no-wrap | |
56 | +msgid "SYNOPSIS" | |
57 | +msgstr "書式" | |
58 | + | |
59 | +#. type: Plain text | |
60 | +#: setterm.1:13 | |
61 | +msgid "B<setterm> [options]" | |
62 | +msgstr "B<setterm> [options]" | |
63 | + | |
64 | +#. type: SH | |
65 | +#: setterm.1:13 | |
66 | +#, no-wrap | |
67 | +msgid "DESCRIPTION" | |
68 | +msgstr "説明" | |
69 | + | |
70 | +#. type: Plain text | |
71 | +#: setterm.1:24 | |
72 | +msgid "" | |
73 | +"B<setterm> writes to standard output a character string that will invoke the " | |
74 | +"specified terminal capabilities. Where possible I<terminfo> is consulted to " | |
75 | +"find the string to use. Some options however (marked \"virtual consoles only" | |
76 | +"\" below) do not correspond to a B<terminfo>(5) capability. In this case, " | |
77 | +"if the terminal type is \"con\" or \"linux\" the string that invokes the " | |
78 | +"specified capabilities on the PC Minix virtual console driver is output. " | |
79 | +"Options that are not implemented by the terminal are ignored." | |
80 | +msgstr "" | |
81 | +"B<setterm> は、指定された端末機能 (terminal capabilities)\n" | |
82 | +"を呼び出すための文字列を標準出力に出力する。\n" | |
83 | +"その際、使用すべき文字列を見つけるために、\n" | |
84 | +"可能なかぎり I<terminfo> を参照する。もっとも、一部のオプション\n" | |
85 | +"(以下で「仮想コンソール専用」と断り書きがあるもの) は、B<terminfo>(5)\n" | |
86 | +"にある機能と対応していない。その場合は、端末のタイプが\n" | |
87 | +"\"con\" か \"linux\" ならば、指定された機能を PC Minix\n" | |
88 | +"の仮想コンソールドライバで呼び出すための文字列を出力する。\n" | |
89 | +"端末に実装されていないオプションは、無視する。\n" | |
90 | + | |
91 | +#. type: SH | |
92 | +#: setterm.1:24 | |
93 | +#, no-wrap | |
94 | +msgid "OPTIONS" | |
95 | +msgstr "オプション" | |
96 | + | |
97 | +#. type: Plain text | |
98 | +#: setterm.1:29 | |
99 | +msgid "For boolean options (B<on> or B<off>), the default is B<on>." | |
100 | +msgstr "" | |
101 | +"引き数にブール値 (B<on> または B<off>) を取るオプションは、デフォルトでは\n" | |
102 | +"B<on> になっている (訳注: 現在では、デフォルトが B<on> のものも B<off>\n" | |
103 | +"のものもある。たとえば、B<--bold> のデフォルトは、たぶん B<off> である)。" | |
104 | + | |
105 | +#. type: Plain text | |
106 | +#: setterm.1:42 | |
107 | +msgid "" | |
108 | +"Below, an I<8-color> can be B<black>, B<red>, B<green>, B<yellow>, B<blue>, " | |
109 | +"B<magenta>, B<cyan>, or B<white>." | |
110 | +msgstr "" | |
111 | +"以下で I<8-color> と書いてあるところには、B<black>, B<red>, B<green>,\n" | |
112 | +"B<yellow>, B<blue>, B<magenta>, B<cyan>, B<white> が使える。\n" | |
113 | + | |
114 | +#. type: Plain text | |
115 | +#: setterm.1:61 | |
116 | +msgid "" | |
117 | +"A I<16-color> can be an I<8-color>, or B<grey>, or B<bright> followed by " | |
118 | +"B<red>, B<green>, B<yellow>, B<blue>, B<magenta>, B<cyan>, or B<white>." | |
119 | +msgstr "" | |
120 | +"I<16-color> と書いてあるところには、I<8-color> と B<grey>、それに\n" | |
121 | +"B<bright> を前に付けた B<red>, B<green>, B<yellow>, B<blue>,\n" | |
122 | +"B<magenta>, B<cyan>, B<white> が使える。\n" | |
123 | + | |
124 | +#. type: Plain text | |
125 | +#: setterm.1:68 | |
126 | +msgid "" | |
127 | +"The various color options may be set independently, at least on virtual " | |
128 | +"consoles, though the results of setting multiple modes (for example, B<--" | |
129 | +"underline> and B<--half-bright>) are hardware-dependent." | |
130 | +msgstr "" | |
131 | +"様々なカラーオプションは、少なくとも仮想端末では、それぞれ独立して設定できる。\n" | |
132 | +"ただし、複数のモード (たとえば、B<--underline> と B<--half-bright>)\n" | |
133 | +"を同時に設定したときの結果は、ハードウェア次第である。\n" | |
134 | + | |
135 | +#. type: Plain text | |
136 | +#: setterm.1:71 | |
137 | +msgid "" | |
138 | +"The optional arguments require '=' (equals sign) and not space between the " | |
139 | +"option and the argument. For example --option=argument." | |
140 | +msgstr "" | |
141 | +"指定するかしないかが任意の引き数では、オプションと引き数の間にスペースではなく、'='\n" | |
142 | +"(等号) が必要である。たとえば、--option=argument のように\n" | |
143 | +"(訳注:実際のところ、util-linux 2.36 では、B<--clear>\n" | |
144 | +"のような例外もあるが、たいていの場合スペースも使える)。\n" | |
145 | + | |
146 | +#. type: TP | |
147 | +#: setterm.1:71 | |
148 | +#, no-wrap | |
149 | +msgid "B<--appcursorkeys> on|off" | |
150 | +msgstr "B<--appcursorkeys> on|off" | |
151 | + | |
152 | +#. type: Plain text | |
153 | +#: setterm.1:80 | |
154 | +msgid "" | |
155 | +"Sets Cursor Key Application Mode on or off. When on, ESC O A, ESC O B, " | |
156 | +"etc. will be sent for the cursor keys instead of ESC [ A, ESC [ B, etc. " | |
157 | +"See the I<vi and Cursor-Keys> section of the I<Text-Terminal-HOWTO> for how " | |
158 | +"this can cause problems for B<vi> users. Virtual consoles only." | |
159 | +msgstr "" | |
160 | +"カーソルキーアプリケーションモードを on または off にする。on\n" | |
161 | +"の場合は、カーソルキーを押したとき、ESC [ A, ESC [ B\n" | |
162 | +"などの代わりに、ESC O A, ESC O B などが送出される。それが B<vi>\n" | |
163 | +"ユーザーに対して引き起こしかねない問題については、I<Text-Terminal-HOWTO>\n" | |
164 | +"の「vi and Cursor-Keys」セクションをご覧いただきたい。仮想コンソール専用。\n" | |
165 | + | |
166 | +#. type: TP | |
167 | +#: setterm.1:80 | |
168 | +#, no-wrap | |
169 | +msgid "B<--append> I<console_number>" | |
170 | +msgstr "B<--append> I<console_number>" | |
171 | + | |
172 | +#. type: Plain text | |
173 | +#: setterm.1:87 | |
174 | +msgid "" | |
175 | +"Like B<--dump>, but appends to the snapshot file instead of overwriting it. " | |
176 | +"Only works if no B<--dump> options are given." | |
177 | +msgstr "" | |
178 | +"B<--dump> と似ているが、既存のスナップショットファイルを上書きせず、その末尾に追記する。\n" | |
179 | +"B<--dump> オプションが指定されていない場合にのみ効果がある。\n" | |
180 | + | |
181 | +#. type: TP | |
182 | +#: setterm.1:87 | |
183 | +#, no-wrap | |
184 | +msgid "B<--background> I<8-color>|default" | |
185 | +msgstr "B<--background> I<8-color>|default" | |
186 | + | |
187 | +#. type: Plain text | |
188 | +#: setterm.1:90 | |
189 | +msgid "Sets the background text color." | |
190 | +msgstr "テキストの背景色を設定する。" | |
191 | + | |
192 | +#. type: TP | |
193 | +#: setterm.1:90 | |
194 | +#, no-wrap | |
195 | +msgid "B<--blank>[=0-60|force|poke]" | |
196 | +msgstr "B<--blank>[=0-60|force|poke]" | |
197 | + | |
198 | +#. type: Plain text | |
199 | +#: setterm.1:96 | |
200 | +msgid "" | |
201 | +"Sets the interval of inactivity, in minutes, after which the screen will be " | |
202 | +"automatically blanked (using APM if available). Without an argument, it " | |
203 | +"gets the blank status (returns which vt was blanked, or zero for an " | |
204 | +"unblanked vt). Virtual consoles only." | |
205 | +msgstr "" | |
206 | +"スクリーンが自動的に消灯されるまでの無活動時間を分単位で指定する\n" | |
207 | +"(自動消灯には、使用できれば APM\n" | |
208 | +"を使用する)。引き数を指定しない場合は、消灯状態を返す\n" | |
209 | +"(どの vt が消灯されたかを返す。消灯されていない vt については、0\n" | |
210 | +"を返す)。仮想コンソール専用。\n" | |
211 | + | |
212 | +#. type: Plain text | |
213 | +#: setterm.1:100 | |
214 | +msgid "The B<force> argument keeps the screen blank even if a key is pressed." | |
215 | +msgstr "" | |
216 | +"引き数 B<force> は、キーが押されても、スクリーンを消灯したままにする。\n" | |
217 | +"(訳注: B<--blank>=force を指定すると、仮想コンソールは即座に消灯する。\n" | |
218 | +"そして、どのキーを押しても消灯は解除されない。)\n" | |
219 | + | |
220 | +#. type: Plain text | |
221 | +#: setterm.1:104 | |
222 | +msgid "The B<poke> argument unblanks the screen." | |
223 | +msgstr "" | |
224 | +"引き数 B<poke> は、スクリーンの消灯を解除する。(訳注: B<--blank>=force\n" | |
225 | +"で消灯したとき、それを解除するのに B<setterm --blank>=poke を使用する。)\n" | |
226 | + | |
227 | +#. type: TP | |
228 | +#: setterm.1:104 | |
229 | +#, no-wrap | |
230 | +msgid "B<--bfreq>[=I<number>]" | |
231 | +msgstr "B<--bfreq>[=I<number>]" | |
232 | + | |
233 | +#. type: Plain text | |
234 | +#: setterm.1:109 | |
235 | +msgid "" | |
236 | +"Sets the bell frequency in Hertz. Without an argument, it defaults to " | |
237 | +"B<0>. Virtual consoles only." | |
238 | +msgstr "" | |
239 | +"ベルの周波数をヘルツ (Hz) で指定する。引き数が指定されていない場合は、デフォルトの\n" | |
240 | +"B<0> になる。仮想コンソール専用。\n" | |
241 | + | |
242 | +#. type: TP | |
243 | +#: setterm.1:109 | |
244 | +#, no-wrap | |
245 | +msgid "B<--blength>[=0-2000]" | |
246 | +msgstr "B<--blength>[=0-2000]" | |
247 | + | |
248 | +#. type: Plain text | |
249 | +#: setterm.1:114 | |
250 | +msgid "" | |
251 | +"Sets the bell duration in milliseconds. Without an argument, it defaults to " | |
252 | +"B<0>. Virtual consoles only." | |
253 | +msgstr "" | |
254 | +"ベルの継続時間をミリ秒単位で設定する。引き数が指定されていない場合は、デフォルトの\n" | |
255 | +"B<0> になる。仮想コンソール専用。\n" | |
256 | + | |
257 | +#. type: TP | |
258 | +#: setterm.1:114 | |
259 | +#, no-wrap | |
260 | +msgid "B<--blink> on|off" | |
261 | +msgstr "B<--blink> on|off" | |
262 | + | |
263 | +#. type: Plain text | |
264 | +#: setterm.1:119 | |
265 | +msgid "" | |
266 | +"Turns blink mode on or off. Except on a virtual console, B<--blink off> " | |
267 | +"turns off all attributes (bold, half-brightness, blink, reverse)." | |
268 | +msgstr "" | |
269 | +"点滅モードを on または off にする。 仮想コンソール以外では、B<--blink off>\n" | |
270 | +"にすると、(太字・半輝度・点滅・反転といった) 全ての属性が off になる。" | |
271 | + | |
272 | +#. type: TP | |
273 | +#: setterm.1:119 | |
274 | +#, no-wrap | |
275 | +msgid "B<--bold> on|off" | |
276 | +msgstr "B<--bold> on|off" | |
277 | + | |
278 | +#. type: Plain text | |
279 | +#: setterm.1:124 | |
280 | +msgid "" | |
281 | +"urns bold (extra bright) mode on or off. Except on a virtual console, B<--" | |
282 | +"bold off> turns off all attributes (bold, half-brightness, blink, reverse)." | |
283 | +msgstr "" | |
284 | +"太字 (高輝度) モードを on または off にする。仮想コンソール以外では、B<--bold off>\n" | |
285 | +"にすると (太字・半輝度・点滅・反転といった) 全ての属性が off になる。" | |
286 | + | |
287 | +#. type: TP | |
288 | +#: setterm.1:124 | |
289 | +#, no-wrap | |
290 | +msgid "B<--clear>[=all|rest]" | |
291 | +msgstr "B<--clear>[=all|rest]" | |
292 | + | |
293 | +#. type: Plain text | |
294 | +#: setterm.1:134 | |
295 | +msgid "" | |
296 | +"Without an argument or with the argument B<all>, the entire screen is " | |
297 | +"cleared and the cursor is set to the home position, just like B<clear>(1) " | |
298 | +"does. With the argument B<rest>, the screen is cleared from the current " | |
299 | +"cursor position to the end." | |
300 | +msgstr "" | |
301 | +"引き数なし、または引き数 B<all> が指定された場合は、B<clear>(1)\n" | |
302 | +"コマンドとまったく同じように、スクリーン全体をクリアしてカーソルをホームポジションに移動する。\n" | |
303 | +"引き数 B<rest>\n" | |
304 | +"が指定された場合は、現在のカーソル位置からスクリーンの最下行までをクリアする。\n" | |
305 | + | |
306 | +#. type: TP | |
307 | +#: setterm.1:134 | |
308 | +#, no-wrap | |
309 | +msgid "B<--clrtabs>[=I<tab1 tab2 tab3> ...]" | |
310 | +msgstr "B<--clrtabs>[=I<tab1 tab2 tab3> ...]" | |
311 | + | |
312 | +#. type: Plain text | |
313 | +#: setterm.1:140 | |
314 | +msgid "" | |
315 | +"Clears tab stops from the given horizontal cursor positions, in the range " | |
316 | +"B<1-160>. Without arguments, it clears all tab stops. Virtual consoles " | |
317 | +"only." | |
318 | +msgstr "" | |
319 | +"指定された水平方向のカーソル位置にあるタブストップを解除する。範囲は B<1-160>\n" | |
320 | +"である。引き数が指定されない場合は、全てのタブストップを解除する。仮想コンソール専用。\n" | |
321 | + | |
322 | +#. type: TP | |
323 | +#: setterm.1:140 | |
324 | +#, no-wrap | |
325 | +msgid "B<--cursor> on|off" | |
326 | +msgstr "B<--cursor> on|off" | |
327 | + | |
328 | +#. type: Plain text | |
329 | +#: setterm.1:143 | |
330 | +msgid "Turns the terminal's cursor on or off." | |
331 | +msgstr "端末のカーソルを on または off にする。" | |
332 | + | |
333 | +#. type: TP | |
334 | +#: setterm.1:143 | |
335 | +#, no-wrap | |
336 | +msgid "B<--default>" | |
337 | +msgstr "B<--default>" | |
338 | + | |
339 | +#. type: Plain text | |
340 | +#: setterm.1:146 | |
341 | +msgid "Sets the terminal's rendering options to the default values." | |
342 | +msgstr "端末のレンダリングオプションをデフォルト値に戻す。" | |
343 | + | |
344 | +#. type: TP | |
345 | +#: setterm.1:146 | |
346 | +#, no-wrap | |
347 | +msgid "B<--dump>[=I<console_number>]" | |
348 | +msgstr "B<--dump>[=I<console_number>]" | |
349 | + | |
350 | +#. type: Plain text | |
351 | +#: setterm.1:155 | |
352 | +msgid "" | |
353 | +"Writes a snapshot of the virtual console with the given number to the file " | |
354 | +"specified with the B<--file> option, overwriting its contents; the default " | |
355 | +"is I<screen.dump>. Without an argument, it dumps the current virtual " | |
356 | +"console. This overrides B<--append>." | |
357 | +msgstr "" | |
358 | +"番号で指定された仮想コンソールのスナップショットを B<--file>\n" | |
359 | +"オプションで指定されたファイルに書き出す。ファイルの内容は上書きされる。\n" | |
360 | +"デフォルトのファイルは I<screen.dump>\n" | |
361 | +"である。引き数が指定されない場合は、現在使用中の仮想コンソールをダンプする。\n" | |
362 | +"このオプションは、B<--append> を無効にする。\n" | |
363 | + | |
364 | +#. type: TP | |
365 | +#: setterm.1:155 | |
366 | +#, no-wrap | |
367 | +msgid "B<--file> I<filename>" | |
368 | +msgstr "B<--file> I<filename>" | |
369 | + | |
370 | +#. type: Plain text | |
371 | +#: setterm.1:166 | |
372 | +msgid "" | |
373 | +"Sets the snapshot file name for any B<--dump> or B<--append> options on the " | |
374 | +"same command line. If this option is not present, the default is I<screen." | |
375 | +"dump> in the current directory. A path name that exceeds the system maximum " | |
376 | +"will be truncated, see PATH_MAX from linux/limits.h for the value." | |
377 | +msgstr "" | |
378 | +"同じコマンドライン上に B<--dump> や B<--append>\n" | |
379 | +"オプションがある場合に、それに使うスナップショットファイルの名前を設定する。\n" | |
380 | +"このオプションが指定されない場合、デフォルトのファイル名はカレントディレクトリの\n" | |
381 | +"I<screen.dump> である。システムの規定する長さの上限を越えたパス名は、切り詰められる。\n" | |
382 | +"linux/limits.h の PATH_MAX の値を参照すること。\n" | |
383 | + | |
384 | +#. type: TP | |
385 | +#: setterm.1:166 | |
386 | +#, no-wrap | |
387 | +msgid "B<--foreground> I<8-color>|default" | |
388 | +msgstr "B<--foreground> I<8-color>|default" | |
389 | + | |
390 | +#. type: Plain text | |
391 | +#: setterm.1:169 | |
392 | +msgid "Sets the foreground text color." | |
393 | +msgstr "テキストの前景色を設定する。" | |
394 | + | |
395 | +#. type: TP | |
396 | +#: setterm.1:169 | |
397 | +#, no-wrap | |
398 | +msgid "B<--half-bright> on|off" | |
399 | +msgstr "B<--half-bright> on|off" | |
400 | + | |
401 | +#. type: Plain text | |
402 | +#: setterm.1:174 | |
403 | +msgid "" | |
404 | +"Turns dim (half-brightness) mode on or off. Except on a virtual console, " | |
405 | +"B<--half-bright off> turns off all attributes (bold, half-brightness, blink, " | |
406 | +"reverse)." | |
407 | +msgstr "" | |
408 | +"減光 (半輝度) モードを on または off\n" | |
409 | +"にする。仮想コンソール以外では、B<--half-bright off>\n" | |
410 | +"にすると、(太字・半輝度・点滅・反転といった) 全ての属性が off になる。\n" | |
411 | + | |
412 | +#. type: TP | |
413 | +#: setterm.1:174 | |
414 | +#, no-wrap | |
415 | +msgid "B<--hbcolor> [bright] I<16-color>" | |
416 | +msgstr "B<--hbcolor> [bright] I<16-color>" | |
417 | + | |
418 | +#. type: Plain text | |
419 | +#: setterm.1:177 | |
420 | +msgid "Sets the color for half-bright characters." | |
421 | +msgstr "半輝度の文字の色を設定する (訳注: 減光する代わりに、色を変更する端末で使用)。" | |
422 | + | |
423 | +#. type: TP | |
424 | +#: setterm.1:177 | |
425 | +#, no-wrap | |
426 | +msgid "B<--initialize>" | |
427 | +msgstr "B<--initialize>" | |
428 | + | |
429 | +#. type: Plain text | |
430 | +#: setterm.1:181 | |
431 | +msgid "" | |
432 | +"Displays the terminal initialization string, which typically sets the " | |
433 | +"terminal's rendering options, and other attributes to the default values." | |
434 | +msgstr "" | |
435 | +"端末の初期化文字列を出力する。\n" | |
436 | +"通常、それは、端末のレンダリングオプションを設定し、その他の属性をデフォルトの値にする。\n" | |
437 | + | |
438 | +#. type: TP | |
439 | +#: setterm.1:181 | |
440 | +#, no-wrap | |
441 | +msgid "B<--inversescreen> on|off" | |
442 | +msgstr "B<--inversescreen> on|off" | |
443 | + | |
444 | +#. type: Plain text | |
445 | +#: setterm.1:184 | |
446 | +msgid "Swaps foreground and background colors for the whole screen." | |
447 | +msgstr "スクリーン全体で前景色と背景色を入れ換える。" | |
448 | + | |
449 | +#. type: TP | |
450 | +#: setterm.1:184 | |
451 | +#, no-wrap | |
452 | +msgid "B<--linewrap> on|off" | |
453 | +msgstr "B<--linewrap> on|off" | |
454 | + | |
455 | +#. type: Plain text | |
456 | +#: setterm.1:187 | |
457 | +msgid "Makes the terminal continue on a new line when a line is full." | |
458 | +msgstr "行がいっぱいになったとき、端末上の表示を次の行に続けるか否かを設定する。" | |
459 | + | |
460 | +#. type: TP | |
461 | +#: setterm.1:187 | |
462 | +#, no-wrap | |
463 | +msgid "B<--msg> on|off" | |
464 | +msgstr "B<--msg> on|off" | |
465 | + | |
466 | +#. type: Plain text | |
467 | +#: setterm.1:193 | |
468 | +msgid "" | |
469 | +"Enables or disables the sending of kernel B<printk>() messages to the " | |
470 | +"console. Virtual consoles only." | |
471 | +msgstr "" | |
472 | +"カーネルの B<printk>()\n" | |
473 | +"によるメッセージをコンソールに送出するか否かを設定する。仮想コンソール専用。\n" | |
474 | + | |
475 | +#. type: TP | |
476 | +#: setterm.1:193 | |
477 | +#, no-wrap | |
478 | +msgid "B<--msglevel> 0-8" | |
479 | +msgstr "B<--msglevel> 0-8" | |
480 | + | |
481 | +#. type: Plain text | |
482 | +#: setterm.1:207 | |
483 | +msgid "" | |
484 | +"Sets the console logging level for kernel B<printk()> messages. All " | |
485 | +"messages strictly more important than this will be printed, so a logging " | |
486 | +"level of B<0> has the same effect as B<--msg on> and a logging level of B<8> " | |
487 | +"will print all kernel messages. B<klogd>(8) may be a more convenient " | |
488 | +"interface to the logging of kernel messages." | |
489 | +msgstr "" | |
490 | +"カーネルの B<printk()>\n" | |
491 | +"によるメッセージに対する、コンソールのロギングレベルを設定する。\n" | |
492 | +"ここで設定したレベルよりも高い重大度を持つ (等しいレベルは含まない)\n" | |
493 | +"全てのメッセージが、コンソールに表示されることになる\n" | |
494 | +"(訳注: レベルの数値が小さいほど、重大度は高い)。\n" | |
495 | +"従って、ロギングレベルを B<8> に設定すると、全てのカーネルメッセージが表示される。\n" | |
496 | +"なお、ロギングレベル B<0> は B<--msg on>\n" | |
497 | +"と同じ効果がある。カーネルメッセージのロギングのインターフェースとしては、\n" | |
498 | +"B<klogd>(8) の方が使いやすいかもしれない。\n" | |
499 | + | |
500 | +#. type: Plain text | |
501 | +#: setterm.1:209 | |
502 | +msgid "Virtual consoles only." | |
503 | +msgstr "仮想コンソール専用。" | |
504 | + | |
505 | +#. type: TP | |
506 | +#: setterm.1:209 | |
507 | +#, no-wrap | |
508 | +msgid "B<--powerdown>[=0-60]" | |
509 | +msgstr "B<--powerdown>[=0-60]" | |
510 | + | |
511 | +#. type: Plain text | |
512 | +#: setterm.1:217 | |
513 | +msgid "" | |
514 | +"Sets the VESA powerdown interval in minutes. Without an argument, it " | |
515 | +"defaults to B<0> (disable powerdown). If the console is blanked or the " | |
516 | +"monitor is in suspend mode, then the monitor will go into vsync suspend mode " | |
517 | +"or powerdown mode respectively after this period of time has elapsed." | |
518 | +msgstr "" | |
519 | +"VESA パワーダウンまでの時間を分単位で設定する。引き数を指定しない場合は、デフォルトの\n" | |
520 | +"B<0> になる (すなわち、パワーダウンを行わない)。この時間が経過すると、\n" | |
521 | +"コンソールが消灯している場合は vsync\n" | |
522 | +"サスペンドモードになり、モニタがサスペンドモードの場合はパワーダウンモードになる。\n" | |
523 | + | |
524 | +#. type: TP | |
525 | +#: setterm.1:217 | |
526 | +#, no-wrap | |
527 | +msgid "B<--powersave> I<mode>" | |
528 | +msgstr "B<--powersave> I<mode>" | |
529 | + | |
530 | +#. type: Plain text | |
531 | +#: setterm.1:220 | |
532 | +msgid "Valid values for I<mode> are:" | |
533 | +msgstr "以下の値が I<mode> に指定できる。" | |
534 | + | |
535 | +#. type: TP | |
536 | +#: setterm.1:221 | |
537 | +#, no-wrap | |
538 | +msgid "B<vsync|on>" | |
539 | +msgstr "B<vsync|on>" | |
540 | + | |
541 | +#. type: Plain text | |
542 | +#: setterm.1:224 | |
543 | +msgid "Puts the monitor into VESA vsync suspend mode." | |
544 | +msgstr "モニタを VESA vsync サスペンドモードにする。" | |
545 | + | |
546 | +#. type: TP | |
547 | +#: setterm.1:224 | |
548 | +#, no-wrap | |
549 | +msgid "B<hsync>" | |
550 | +msgstr "B<hsync>" | |
551 | + | |
552 | +#. type: Plain text | |
553 | +#: setterm.1:227 | |
554 | +msgid "Puts the monitor into VESA hsync suspend mode." | |
555 | +msgstr "モニタを VESA hsync サスペンドモードにする。" | |
556 | + | |
557 | +#. type: TP | |
558 | +#: setterm.1:227 | |
559 | +#, no-wrap | |
560 | +msgid "B<powerdown>" | |
561 | +msgstr "B<powerdown>" | |
562 | + | |
563 | +#. type: Plain text | |
564 | +#: setterm.1:230 | |
565 | +msgid "Puts the monitor into VESA powerdown mode." | |
566 | +msgstr "モニタを VESA パワーダウンモードにする。" | |
567 | + | |
568 | +#. type: TP | |
569 | +#: setterm.1:230 | |
570 | +#, no-wrap | |
571 | +msgid "B<off>" | |
572 | +msgstr "B<off>" | |
573 | + | |
574 | +#. type: Plain text | |
575 | +#: setterm.1:233 | |
576 | +msgid "Turns monitor VESA powersaving features." | |
577 | +msgstr "モニタの VESA パワーセーブ機能を off にする。" | |
578 | + | |
579 | +#. type: TP | |
580 | +#: setterm.1:234 | |
581 | +#, no-wrap | |
582 | +msgid "B<--regtabs>[=1-160]" | |
583 | +msgstr "B<--regtabs>[=1-160]" | |
584 | + | |
585 | +#. type: Plain text | |
586 | +#: setterm.1:240 | |
587 | +msgid "" | |
588 | +"Clears all tab stops, then sets a regular tab stop pattern, with one tab " | |
589 | +"every specified number of positions. Without an argument, it defaults to " | |
590 | +"B<8>. Virtual consoles only." | |
591 | +msgstr "" | |
592 | +"全てのタブストップを解除して、通常のタブストップパターンを設定する。\n" | |
593 | +"タブ位置は、指定した数値ごとに置かれる。引き数を指定しない場合は、デフォルトの\n" | |
594 | +"B<8> が使用される。仮想コンソール専用。\n" | |
595 | + | |
596 | +#. type: TP | |
597 | +#: setterm.1:240 | |
598 | +#, no-wrap | |
599 | +msgid "B<--repeat> on|off" | |
600 | +msgstr "B<--repeat> on|off" | |
601 | + | |
602 | +#. type: Plain text | |
603 | +#: setterm.1:244 | |
604 | +msgid "Turns keyboard repeat on or off. Virtual consoles only." | |
605 | +msgstr "キーボードリピートを on または off にする。仮想コンソール専用。" | |
606 | + | |
607 | +#. type: TP | |
608 | +#: setterm.1:244 | |
609 | +#, no-wrap | |
610 | +msgid "B<--reset>" | |
611 | +msgstr "B<--reset>" | |
612 | + | |
613 | +#. type: Plain text | |
614 | +#: setterm.1:248 | |
615 | +msgid "" | |
616 | +"Displays the terminal reset string, which typically resets the terminal to " | |
617 | +"its power-on state." | |
618 | +msgstr "端末リセット文字列を出力する。通常、それは、端末を起動時の状態にリセットする。" | |
619 | + | |
620 | +#. type: TP | |
621 | +#: setterm.1:248 | |
622 | +#, no-wrap | |
623 | +msgid "B<--resize>" | |
624 | +msgstr "B<--resize>" | |
625 | + | |
626 | +#. type: Plain text | |
627 | +#: setterm.1:255 | |
628 | +msgid "" | |
629 | +"Reset terminal size by assessing maximum row and column. This is useful " | |
630 | +"when actual geometry and kernel terminal driver are not in sync. Most " | |
631 | +"notable use case is with serial consoles, that do not use B<ioctl>(3p) but " | |
632 | +"just byte streams and breaks." | |
633 | +msgstr "" | |
634 | +"行と列の最大の大きさを見積もって、端末のサイズをリセットする。\n" | |
635 | +"これは、実際の大きさとカーネルの端末ドライバーがうまく噛み合っていないとき、役に立つ。\n" | |
636 | +"特筆すべき使用例は、シリアルコンソールの場合だ。そこでは B<ioctl>(3p)\n" | |
637 | +"を使わず、バイトストリームとブレークのみを使用しているのである。\n" | |
638 | + | |
639 | +#. type: TP | |
640 | +#: setterm.1:255 | |
641 | +#, no-wrap | |
642 | +msgid "B<--reverse> on|off" | |
643 | +msgstr "B<--reverse> on|off" | |
644 | + | |
645 | +#. type: Plain text | |
646 | +#: setterm.1:260 | |
647 | +msgid "" | |
648 | +"Turns reverse video mode on or off. Except on a virtual console, B<--" | |
649 | +"reverse off> turns off all attributes (bold, half-brightness, blink, " | |
650 | +"reverse)." | |
651 | +msgstr "" | |
652 | +"ビデオの反転モードを on または off にする。仮想コンソール以外では、B<--reverse off>\n" | |
653 | +"にすると、(太字・半輝度・点滅・反転といった) 全ての属性が off になる。\n" | |
654 | + | |
655 | +#. type: TP | |
656 | +#: setterm.1:260 | |
657 | +#, no-wrap | |
658 | +msgid "B<--store>" | |
659 | +msgstr "B<--store>" | |
660 | + | |
661 | +#. type: Plain text | |
662 | +#: setterm.1:265 | |
663 | +msgid "" | |
664 | +"Stores the terminal's current rendering options (foreground and background " | |
665 | +"colors) as the values to be used at reset-to-default. Virtual consoles only." | |
666 | +msgstr "" | |
667 | +"端末の現在のレンダリングオプション (前景色と背景色)\n" | |
668 | +"を、デフォルトにリセットする際に使用する値として保存する。仮想コンソール専用。\n" | |
669 | + | |
670 | +#. type: TP | |
671 | +#: setterm.1:265 | |
672 | +#, no-wrap | |
673 | +msgid "B<--tabs>[=I<tab1 tab2 tab3> ...]" | |
674 | +msgstr "B<--tabs>[=I<tab1 tab2 tab3> ...]" | |
675 | + | |
676 | +#. type: Plain text | |
677 | +#: setterm.1:270 | |
678 | +msgid "" | |
679 | +"Sets tab stops at the given horizontal cursor positions, in the range " | |
680 | +"B<1-160>. Without arguments, it shows the current tab stop settings." | |
681 | +msgstr "" | |
682 | +"指定された水平方向のカーソル位置にタブストップを設定する。範囲は B<1-160>\n" | |
683 | +"である。引き数を指定しない場合は、現在のタブストップの設定を表示する。\n" | |
684 | + | |
685 | +#. type: TP | |
686 | +#: setterm.1:270 | |
687 | +#, no-wrap | |
688 | +msgid "B<--term> I<terminal_name>" | |
689 | +msgstr "B<--term> I<terminal_name>" | |
690 | + | |
691 | +#. type: Plain text | |
692 | +#: setterm.1:273 | |
693 | +msgid "Overrides the TERM environment variable." | |
694 | +msgstr "環境変数 TERM を上書きする。" | |
695 | + | |
696 | +#. type: TP | |
697 | +#: setterm.1:273 | |
698 | +#, no-wrap | |
699 | +msgid "B<--ulcolor> [bright] I<16-color>" | |
700 | +msgstr "B<--ulcolor> [bright] I<16-color>" | |
701 | + | |
702 | +#. type: Plain text | |
703 | +#: setterm.1:277 | |
704 | +msgid "Sets the color for underlined characters. Virtual consoles only." | |
705 | +msgstr "" | |
706 | +"下線を引かれる文字の色を設定する\n" | |
707 | +"(訳注: 下線を引く代わりに、色を変更する端末で使用)。仮想コンソール専用。" | |
708 | + | |
709 | +#. type: TP | |
710 | +#: setterm.1:277 | |
711 | +#, no-wrap | |
712 | +msgid "B<--underline> on|off" | |
713 | +msgstr "B<--underline> on|off" | |
714 | + | |
715 | +#. type: Plain text | |
716 | +#: setterm.1:280 | |
717 | +msgid "Turns underline mode on or off." | |
718 | +msgstr "下線モードを on または off にする。" | |
719 | + | |
720 | +#. type: TP | |
721 | +#: setterm.1:280 | |
722 | +#, no-wrap | |
723 | +msgid "B<--version>" | |
724 | +msgstr "B<--version>" | |
725 | + | |
726 | +#. type: Plain text | |
727 | +#: setterm.1:283 | |
728 | +msgid "Displays version information and exits." | |
729 | +msgstr "バージョン情報を表示して終了する。" | |
730 | + | |
731 | +#. type: TP | |
732 | +#: setterm.1:283 | |
733 | +#, no-wrap | |
734 | +msgid "B<--help>" | |
735 | +msgstr "B<--help>" | |
736 | + | |
737 | +#. type: Plain text | |
738 | +#: setterm.1:286 | |
739 | +msgid "Displays a help text and exits." | |
740 | +msgstr "ヘルプを表示して終了する。" | |
741 | + | |
742 | +#. type: SH | |
743 | +#: setterm.1:286 | |
744 | +#, no-wrap | |
745 | +msgid "COMPATIBILITY" | |
746 | +msgstr "互換性" | |
747 | + | |
748 | +#. type: Plain text | |
749 | +#: setterm.1:296 | |
750 | +msgid "" | |
751 | +"Since version 2.25 B<setterm> has support for long options with two hyphens, " | |
752 | +"for example B<--help>, beside the historical long options with a single " | |
753 | +"hyphen, for example B<-help>. In scripts it is better to use the backward-" | |
754 | +"compatible single hyphen rather than the double hyphen. Currently there are " | |
755 | +"no plans nor good reasons to discontinue single-hyphen compatibility." | |
756 | +msgstr "" | |
757 | +"バージョン 2.25 以来、B<setterm> は、昔からのハイフン 1 つの長いオプション\n" | |
758 | +"(たとえば B<-help>) に加えて、ハイフン 2 つの長いオプション\n" | |
759 | +"(たとえば B<--help>) をサポートしている。スクリプト内では、後方互換のため、ハイフン\n" | |
760 | +"2 つよりハイフン 1 つを使う方がよい。現在のところ、ハイフン\n" | |
761 | +"1 つの互換性を止める計画はなく、またそうする正当な理由もない。\n" | |
762 | + | |
763 | +#. type: SH | |
764 | +#: setterm.1:296 | |
765 | +#, no-wrap | |
766 | +msgid "BUGS" | |
767 | +msgstr "バグ" | |
768 | + | |
769 | +#. type: Plain text | |
770 | +#: setterm.1:298 | |
771 | +msgid "Differences between the Minix and Linux versions are not documented." | |
772 | +msgstr "Minix 版と Linux 版の違いが、この文書には書かれていない。" | |
773 | + | |
774 | +#. type: SH | |
775 | +#: setterm.1:298 | |
776 | +#, no-wrap | |
777 | +msgid "SEE ALSO" | |
778 | +msgstr "関連項目" | |
779 | + | |
780 | +#. type: Plain text | |
781 | +#: setterm.1:303 | |
782 | +msgid "B<stty>(1), B<tput>(1), B<tty>(4), B<terminfo>(5)" | |
783 | +msgstr "B<stty>(1), B<tput>(1), B<tty>(4), B<terminfo>(5)" | |
784 | + | |
785 | +#. type: SH | |
786 | +#: setterm.1:303 | |
787 | +#, no-wrap | |
788 | +msgid "AVAILABILITY" | |
789 | +msgstr "入手方法" | |
790 | + | |
791 | +#. type: Plain text | |
792 | +#: setterm.1:307 | |
793 | +msgid "" | |
794 | +"The setterm command is part of the util-linux package and is available from " | |
795 | +"E<.UR https://\\:www.kernel.org\\:/pub\\:/linux\\:/utils\\:/util-linux/> " | |
796 | +"Linux Kernel Archive E<.UE .>" | |
797 | +msgstr "" | |
798 | +"この setterm コマンドは、util-linux パッケージの一部であり、\n" | |
799 | +"E<.UR https://\\:www.kernel.org\\:/pub\\:/linux\\:/utils\\:/util-linux/>\n" | |
800 | +"Linux Kernel Archive E<.UE> から入手できる。\n" | |
801 | + | |
802 | +#~ msgid "B<--appcursorkeys> [B<on>|B<off>] (virtual consoles only)" | |
803 | +#~ msgstr "B<--appcursorkeys> [B<on>|B<off>] (仮想コンソールのみ)" | |
804 | + | |
805 | +#~ msgid "B<--bfreq> [I<number>] (virtual consoles only)" | |
806 | +#~ msgstr "B<--bfreq> [I<number>] (virtual consoles only)" | |
807 | + | |
808 | +#~ msgid "B<--blength> [B<0-2000>] (virtual consoles only)" | |
809 | +#~ msgstr "B<--blength> [B<0-2000>] (virtual consoles only)" | |
810 | + | |
811 | +#~ msgid "B<--clrtabs> [I<tab1 tab2 tab3> ...] (virtual consoles only)" | |
812 | +#~ msgstr "B<--clrtabs> [I<tab1 tab2 tab3> ...] (仮想コンソールのみ)" | |
813 | + | |
814 | +#~ msgid "B<--msg> [B<on>|B<off>] (virtual consoles only)" | |
815 | +#~ msgstr "B<--msg> [B<on>|B<off>] (仮想コンソールのみ)" | |
816 | + | |
817 | +#~ msgid "B<--msglevel> B<0-8> (virtual consoles only)" | |
818 | +#~ msgstr "B<--msglevel> B<0-8> (仮想コンソールのみ)" | |
819 | + | |
820 | +#~ msgid "B<--powersave> B<on>|B<vsync>" | |
821 | +#~ msgstr "B<--powersave> B<on>|B<vsync>" | |
822 | + | |
823 | +#~ msgid "B<--powersave> B<powerdown>" | |
824 | +#~ msgstr "B<--powersave> B<powerdown>" | |
825 | + | |
826 | +#~ msgid "B<--powersave> B<hsync>" | |
827 | +#~ msgstr "B<--powersave> B<hsync>" | |
828 | + | |
829 | +#~ msgid "B<--regtabs> [B<1-160>] (virtual consoles only)" | |
830 | +#~ msgstr "B<--regtabs> [B<1-160>] (仮想コンソールのみ)" | |
831 | + | |
832 | +#~ msgid "B<--repeat> [B<on>|B<off>] (virtual consoles only)" | |
833 | +#~ msgstr "B<--repeat> [B<on>|B<off>] (仮想コンソールのみ)" | |
834 | + | |
835 | +#~ msgid "B<--ulcolor> I<16-color> (virtual consoles only)" | |
836 | +#~ msgstr "B<--ulcolor> I<16-color> (仮想コンソールのみ)" |
@@ -0,0 +1,262 @@ | ||
1 | +.\" Copyright 1993 Rickard E. Faith (faith@cs.unc.edu) | |
2 | +.\" May be distributed under the GNU General Public License | |
3 | +.\"******************************************************************* | |
4 | +.\" | |
5 | +.\" This file was generated with po4a. Translate the source file. | |
6 | +.\" | |
7 | +.\"******************************************************************* | |
8 | +.\" | |
9 | +.\" Japanese Version Copyright (c) 1997 Koso Fukuba, | |
10 | +.\" 1999 NAKANO Takeo, | |
11 | +.\" 2001 Kentaro Shirakata, | |
12 | +.\" and 2021 Chonan Yoichi, | |
13 | +.\" all rights reserved. | |
14 | +.\" Translated Mon Jan 27 12:00:00 JST 1997 | |
15 | +.\" by Koso Fukuba <koso@ga2.so-net.or.jp> | |
16 | +.\" Updated & Modified Thu Oct 7 1999 | |
17 | +.\" by NAKANO Takeo <nakano@apm.seikei.ac.jp> | |
18 | +.\" Updated Mon Aug 20 JST 2001 | |
19 | +.\" by Kentaro Shirakata <argrath@ub32.org> | |
20 | +.\" Updated & Modified (util-linux 2.36) Sun Feb 21 11:07:59 JST 2021 | |
21 | +.\" by Chonan Yoichi <cyoichi@maple.ocn.ne.jp> | |
22 | +.\" | |
23 | +.TH DMESG 1 "July 2012" util\-linux "User Commands" | |
24 | +.SH 名前 | |
25 | +dmesg \- カーネルの (ログ用) リングバッファの表示や制御を行う | |
26 | +.SH 書式 | |
27 | +\fBdmesg\fP [options] | |
28 | +.sp | |
29 | +\fBdmesg \-\-clear\fP | |
30 | +.br | |
31 | +\fBdmesg \-\-read\-clear \fP[options] | |
32 | +.br | |
33 | +\fBdmesg \-\-console\-level \fP\fIlevel\fP | |
34 | +.br | |
35 | +\fBdmesg \-\-console\-on\fP | |
36 | +.br | |
37 | +\fBdmesg \-\-console\-off\fP | |
38 | +.SH 説明 | |
39 | +\fBdmesg\fP は、カーネルのリングバッファを調べたり、制御したりするために使用する。 | |
40 | +.PP | |
41 | +デフォルトの動作は、カーネルのリングバッファにあるすべてのメッセージを表示することである。 | |
42 | +.SH オプション | |
43 | +\fB\-\-clear\fP, \fB\-\-read\-clear\fP, \fB\-\-console\-on\fP, \fB\-\-console\-off\fP, | |
44 | +\fB\-\-console\-level\fP は、どれか一つしか使えない。 | |
45 | +.IP "\fB\-C\fP, \fB\-\-clear\fP" | |
46 | +リングバッファをクリアする。 | |
47 | +.IP "\fB\-c\fP, \fB\-\-read\-clear\fP" | |
48 | +まずリングバッファの内容を表示し、その後でクリアする。 | |
49 | +.IP "\fB\-D\fP, \fB\-\-console\-off\fP" | |
50 | +コンソールへのメッセージ出力を抑止する | |
51 | +(訳注: ただし \fBemergency\fP レベルのメッセージだけは表示する)。 | |
52 | +.IP "\fB\-d\fP, \fB\-\-show\-delta\fP" | |
53 | +タイムスタンプ (訳注: ブートからの経過秒数をマイクロ秒まで表示) | |
54 | +とともに、前のメッセージ出力から経過した時間の増分 | |
55 | +(time delta) を表示する。\fB\-\-notime\fP | |
56 | +と一緒に使用した場合は、タイムスタンプは省略して、時間の増分だけを表示する。 | |
57 | +.IP "\fB\-E\fP, \fB\-\-console\-on\fP" | |
58 | +コンソールへのメッセージ出力を有効にする。 | |
59 | +.IP "\fB\-e\fP, \fB\-\-reltime\fP" | |
60 | +ローカルタイムと時間の増分を人間に読みやすいフォーマットで表示する。 | |
61 | +ローカルタイムへの変換は不正確かもしれないことを、ご承知いただきたい | |
62 | +(詳しくは \fB\-T\fP を参照)。 | |
63 | +.IP "\fB\-F\fP, \fB\-\-file \fP\fIfile\fP" | |
64 | +指定されたファイル \fIfile\fP から syslog のメッセージを読み込む。\fB\-F\fP | |
65 | +は、kmsg フォーマットのメッセージをサポートしていないことに気をつけていただきたい。 | |
66 | +サポートしているのは、昔ながらの syslog フォーマットだけである。 | |
67 | +.IP "\fB\-f\fP, \fB\-\-facility \fP\fIlist\fP" | |
68 | +出力を指定されたファシリティの (コンマで区切った) リストに限定する。たとえば、 | |
69 | +.PP | |
70 | +.RS 14 | |
71 | +\fBdmesg \-\-facility=daemon\fP | |
72 | +.RE | |
73 | +.IP | |
74 | +は、システムデーモンのメッセージのみを表示する。 | |
75 | +どんなファシリティがサポートされているかについては、\fB\-\-help\fP | |
76 | +の出力をご覧いただきたい。 | |
77 | +.IP "\fB\-H\fP, \fB\-\-human\fP" | |
78 | +人間に読みやすい出力にする。\fB\-\-color\fP, \fB\-\-reltime\fP, | |
79 | +\fB\-\-nopager\fP も参照。 | |
80 | +.IP "\fB\-k\fP, \fB\-\-kernel\fP" | |
81 | +カーネルメッセージを表示する | |
82 | +(訳注: つまり、ファシリティが kern のメッセージのみを表示する)。 | |
83 | +.IP "\fB\-L\fP, \fB\-\-color\fP[=\fIwhen\fP]" | |
84 | +出力をカラー表示にする。指定が任意の引き数 \fIwhen\fP には、\fBauto\fP, \fBnever\fP, | |
85 | +\fBalways\fP が使える。引き数 \fIwhen\fP が省略された場合は、デフォルトの \fBauto\fP | |
86 | +が使用される。カラー表示は無効にすることもできる。 | |
87 | +プログラムに埋め込まれた現在のデフォルトが有効か無効かを知るには、 | |
88 | +\fB\-\-help\fP の出力を見ればよい。下記の「\fBカラー表示\fP」セクションもご覧いただきたい。 | |
89 | +.IP "\fB\-l\fP, \fB\-\-level \fP\fIlist\fP" | |
90 | +出力を指定されたレベル (訳注: 重大度、緊急度) の (コンマで区切った) | |
91 | +リストに限定する。たとえば、 | |
92 | +.PP | |
93 | +.RS 14 | |
94 | +\fBdmesg \-\-level=err,warn\fP | |
95 | +.RE | |
96 | +.IP | |
97 | +は、error と warning | |
98 | +メッセージのみを表示する。どんなレベルがサポートされているかについては、\fB\-\-help\fP | |
99 | +の出力をご覧いただきたい。 | |
100 | +.IP "\fB\-n\fP, \fB\-\-console\-level \fP\fIlevel\fP" | |
101 | +コンソールに出力されるログメッセージのレベル (重大度) を \fIlevel\fP | |
102 | +に設定する。\fIlevel\fP に指定するのは、数値のレベルか、レベルの名称の短縮形である。 | |
103 | +どんなレベルがサポートされているかについては、 | |
104 | +\fB\-\-help\fP の出力をご覧いただきたい。 | |
105 | +.RS | |
106 | +.IP "[\fB訳注\fP]" 8 | |
107 | +現在使用中のコンソール (X 上の端末エミュレータではない) | |
108 | +に自動的に表示されるメッセージが、指定したレベル以上の重大度を持つものになる。 | |
109 | +数値による指定の場合は、その数値を含まない、それより重大な (つまり、数値が小さい) | |
110 | +レベルのメッセージが表示され、名称による指定の場合は、 | |
111 | +その名称を含む、それ以上の重大度のメッセージが表示されるようになる。 | |
112 | +レベルの数値については、\fBsyslog\fP(2) を参照。 | |
113 | +.RE | |
114 | +.PP | |
115 | +.RS | |
116 | +たとえば、\fB\-n 1\fP や \fB\-n emerg\fP を指定すると、emergency (panic) | |
117 | +以外のすべてのメッセージが、コンソールに表示されなくなる。とは言え、 | |
118 | +すべてのレベルのメッセージが \fI/proc/kmsg\fP | |
119 | +に書き込まれることに変わりはないので、 | |
120 | +カーネルメッセージをどこに出力するかは、やはり \fBsyslogd\fP(8) | |
121 | +使って、きちんとコントロールすることができる。なお、 | |
122 | +\fB\-n\fP オプションを使用したとき、\fBdmesg\fP | |
123 | +がカーネルのリングバッファを表示したり、クリアしたりすることはない (訳注: この \fB\-n\fP | |
124 | +オプションは、コンソールに自動的に表示されるメッセージのレベルを設定するだけである)。 | |
125 | +.RE | |
126 | +.IP \fB\-\-noescape\fP | |
127 | +非表示文字や問題を起こしかねない文字 | |
128 | +(たとえば、破損したマルチバイトシーケンスや、端末制御文字など) | |
129 | +は、デフォルトではセキュリティ上の理由から \ex<hex> | |
130 | +の形式でエスケープされるようになっている。このオプションはその機能を完全に無効にする。 | |
131 | +このオプションは、たとえば \fB\-\-raw\fP と併せて、デバッグのために使用できる。 | |
132 | +使用には気を付けること。デフォルトで使うようにしてはいけない。 | |
133 | +.IP "\fB\-P\fP, \fB\-\-nopager\fP" | |
134 | +出力をパイプでページャーに渡さない。\fB\-\-human\fP | |
135 | +の出力では、ページャーはデフォルトで使用される。 | |
136 | +.IP "\fB\-p\fP, \fB\-\-force\-prefix\fP" | |
137 | +複数行メッセージの各行にファシリティ、レベル、タイムスタンプの情報を付け加える。 | |
138 | +.IP "\fB\-r\fP, \fB\-\-raw\fP" | |
139 | +メッセージバッファを未加工 (raw) のまま表示する。 | |
140 | +すなわち、ログレベルを表す接頭辞を取り除かない。 | |
141 | +ただし、すべての非表示文字がエスケープされることには変わりがない | |
142 | +(\fB\-\-noescape\fP も参照)。 | |
143 | + | |
144 | +注意してほしいが、実際の未加工フォーマットは、\fBdmesg\fP(1) | |
145 | +がカーネルメッセージを読み出す方法によって違ってくる | |
146 | +(訳注: すぐ下の \fB\-S\fP オプションや \fB\-F\fP オプションの説明も参照)。デバイス | |
147 | +/dev/kmsg と \fBsyslog\fP(2) では、違ったフォーマットを使っているのである。 | |
148 | +ただし、後方互換のため、\fBdmesg\fP は、常に \fBsyslog\fP(2) | |
149 | +のフォーマットでデータを返すようになっている。/dev/kmsg | |
150 | +にある本当の未加工データは、たとえば、'dd if=/dev/kmsg iflag=nonblock' | |
151 | +といったコマンドを使えば、読むことができる。 | |
152 | +.IP "\fB\-S\fP, \fB\-\-syslog\fP" | |
153 | +カーネルメッセージを読み出すのに、\fBdmesg\fP が \fBsyslog\fP(2) | |
154 | +のカーネルインターフェースを使うようにする。kernel 3.5.0 以来、\fBsyslog\fP(2) | |
155 | +ではなく、/dev/kmsg を使用するのがデフォルトである。 | |
156 | +.IP "\fB\-s\fP, \fB\-\-buffer\-size \fP\fIsize\fP" | |
157 | +カーネルのリングバッファへの問い合わせに、サイズ \fIsize\fP | |
158 | +のバッファを使用する。デフォルトでは 16392 | |
159 | +である。(デフォルトのカーネル・シスログバッファのサイズは、最初は 4096 | |
160 | +だったが、1.3.54 以後は 8192 になり、2.1.113 以来 16384 になった。) | |
161 | +カーネルバッファをデフォルトより大きく設定している場合に、バッファを全部見るには、 | |
162 | +このオプションを使えばよい。 | |
163 | +.IP "\fB\-T\fP, \fB\-\-ctime\fP" | |
164 | +人間に読みやすいタイムスタンプを表示する。 | |
165 | +.sp | |
166 | +「\fBこのタイムスタンプは不正確なことがある!\fP」のをご承知いただきたい。 | |
167 | +ログに使用する、タイムスタンプの元になる情報 (the time source) | |
168 | +は、システムの\fBサスペンド\fP/\fBレジューム後に、更新が行われない\fP。 | |
169 | +更新が行われないので、タイムスタンプは、ブートタイムと単調増加クロック | |
170 | +(monotonic clocks) との間の現在の増分 (delta) | |
171 | +によって時間合わせがなされているのだが、そうした時間合わせが、 | |
172 | +最後のレジューム以後に表示されるメッセージ同士の間でしかうまく働かないのである。 | |
173 | +.RS | |
174 | +.IP "[\fB訳注\fP]" 8 | |
175 | +つまり、\fBサスペンド\fP/\fBレジューム直後\fPのタイムスタンプについては、 | |
176 | +時間合わせがうまく行かない。 | |
177 | +言葉を変えると、カーネル・リングバッファのタイムスタンプでは、 | |
178 | +ブートタイムと実稼働時間のみが使用されており、サスペンド中の時間は加算されない。 | |
179 | +それ故、サスペンド後の \fBdmesg\fP の日時表示は信用できないということである。 | |
180 | +.RE | |
181 | +.IP "\fB\-t\fP, \fB\-\-notime\fP" | |
182 | +カーネルが出力するタイムスタンプを表示しない。 | |
183 | +.IP "\fB\-\-time\-format\fP \fIformat\fP" | |
184 | +指定されたフォーマット \fIformat\fP を使って、タイムスタンプを表示する。\fIformat\fP | |
185 | +には、\fBctime\fP, \fBreltime\fP, \fBdelta\fP, \fBiso\fP が使える。 | |
186 | +最初の三つは、それぞれのタイムフォーマットを指定するオプション | |
187 | +(訳注: \fB\-\-ctime\fP など) のエイリアスであり、\fBiso\fP フォーマットは、ISO\-8601 | |
188 | +のタイムスタンプフォーマットの \fBdemsg\fP における実装である。 | |
189 | +この最後のフォーマットの目的は、 | |
190 | +二つのシステム間でのタイムスタンプの比較のような解析作業を容易にすることだ。 | |
191 | +\fBiso\fP タイムスタンプは、 | |
192 | +YYYY\-MM\-DD<T>HH:MM:SS,<microseconds><\-+><timezone | |
193 | +offset from UTC> という形式になる。 | |
194 | +.sp | |
195 | +\fBiso\fP フォーマットにも \fBctime\fP と同じ問題がある。 | |
196 | +すなわち、システムがサスペンド、レジュームした場合、日時は不正確かもしれないのである。 | |
197 | +.TP | |
198 | +\fB\-u\fP,\fB \-\-userspace\fP | |
199 | +ユーザ空間のメッセージを表示する。 | |
200 | +.TP | |
201 | +\fB\-w\fP,\fB \-\-follow\fP | |
202 | +新しいメッセージが出力されるのを待つ。この機能は、/dev/kmsg | |
203 | +を読むことのできるシステムでのみサポートされている (カーネル 3.5.0 以降)。 | |
204 | +.TP | |
205 | +\fB\-W\fP,\fB \-\-follow\-new\fP | |
206 | +待機する。そして、新しいメッセージのみを表示する。 | |
207 | +.TP | |
208 | +\fB\-x\fP,\fB \-\-decode\fP | |
209 | +ファシリティとレベル (重大度) の番号を人間に分かりやすい接頭辞に変換する。 | |
210 | +.TP | |
211 | +\fB\-V\fP,\fB \-\-version\fP | |
212 | +バージョン情報を表示して終了する。 | |
213 | +.TP | |
214 | +\fB\-h\fP,\fB \-\-help\fP | |
215 | +ヘルプを表示して終了する。 | |
216 | +.SH カラー表示 | |
217 | +自動的なカラー表示は、\fI/etc/terminal\-colors.d/dmesg.disable\fP | |
218 | +という空ファイルを作ることで無効にできる。 | |
219 | +カラー表示の設定についてもっと詳しいことを知りたかったら、\fBterminal\-colors.d\fP(5) | |
220 | +をご覧になるとよい。 | |
221 | +.PP | |
222 | +\fBdmesg\fP は、以下の論理カラー名をサポートしている。 | |
223 | +.TP | |
224 | +\fBsubsys\fP | |
225 | +メッセージのサブシステム接頭辞 (たとえば、"ACPI")。 | |
226 | +.TP | |
227 | +\fBtime\fP | |
228 | +メッセージのタイムスタンプ。 | |
229 | +.TP | |
230 | +\fBtimebreak\fP | |
231 | +\fB\-\-reltime\fP や \fB\-\-human\fP における出力メッセージの、短い ctime | |
232 | +フォーマットで表現したタイムスタンプ。 | |
233 | +.TP | |
234 | +\fBalert\fP | |
235 | +ログの重大度が alert のメッセージのテキスト部分。 | |
236 | +.TP | |
237 | +\fBcrit\fP | |
238 | +ログの重大度が critical のメッセージのテキスト部分。 | |
239 | +.TP | |
240 | +\fBerr\fP | |
241 | +ログの重大度が error のメッセージのテキスト部分。 | |
242 | +.TP | |
243 | +\fBwarn\fP | |
244 | +ログの重大度が warning のメッセージのテキスト部分。 | |
245 | +.TP | |
246 | +\fBsegfault\fP | |
247 | +セグメンテーションフォールトを知らせるメッセージのテキスト部分。 | |
248 | +.SH 終了ステータス | |
249 | +\fBdmesg\fP が「操作が許可されていない」旨のエラーを出して、実行に失敗することがある。 | |
250 | +これが起きるのは、たいてい、カーネルの設定 \fBdmesg_restrict\fP | |
251 | +のせいである。詳しくは、\fBsyslog\fP(2) をご覧いただきたい。 | |
252 | +.SH 作者 | |
253 | +Karel Zak <kzak@redhat.com> | |
254 | + | |
255 | +\fBdmesg\fP を最初に書いたのは、Theodore Ts'o | |
256 | +<tytso@athena.mit.edu> だった。 | |
257 | +.SH 関連項目 | |
258 | +\fBterminal\-colors.d\fP(5), \fBsyslogd\fP(8) | |
259 | +.SH 入手方法 | |
260 | +この dmesg コマンドは、util\-linux パッケージの一部であり、Linux Kernel Archive | |
261 | +<https://www.kernel.org/pub/linux/utils/util\-linux/> | |
262 | +から入手できる。 |
@@ -1,240 +1,278 @@ | ||
1 | 1 | .\" Copyright 1990 Gordon Irlam (gordoni@cs.ua.oz.au) |
2 | 2 | .\" Copyright 1992 Rickard E. Faith (faith@cs.unc.edu) |
3 | -.\" Most of this was copied from the source code. | |
3 | +.\" Copyright 2000 Colin Watson (cjw44@cam.ac.uk) | |
4 | 4 | .\" Do not restrict distribution. |
5 | 5 | .\" May be distributed under the GNU General Public License |
6 | 6 | .\" |
7 | -.\" Most options documented by Colin Watson (cjw44@cam.ac.uk) | |
8 | -.\" Undocumented: -snow, -softscroll, -standout; these are | |
9 | -.\" commented out in the source | |
7 | +.\"******************************************************************* | |
10 | 8 | .\" |
11 | -.\" Japanese Version Copyright (c) 2001-2004 Yuichi SATO | |
9 | +.\" This file was generated with po4a. Translate the source file. | |
10 | +.\" | |
11 | +.\"******************************************************************* | |
12 | +.\" | |
13 | +.\" Japanese Version Copyright (c) 2001-2021 Yuichi SATO | |
14 | +.\" and 2021 Yoichi Chonan, | |
12 | 15 | .\" all rights reserved. |
13 | 16 | .\" Translated Sun Feb 11 00:25:28 JST 2001 |
14 | 17 | .\" by Yuichi SATO <sato@complex.eng.hokudai.ac.jp> |
15 | 18 | .\" Updated & Modified Sat May 1 17:54:48 JST 2004 |
16 | 19 | .\" by Yuchis SATO <ysato444@yahoo.co.jp> |
20 | +.\" Updated & Modified (util-linux 2.36) Sun Feb 21 09:42:44 JST 2021 | |
21 | +.\" by Yuchis SATO <ysato444@ybb.ne.jp> | |
22 | +.\" and Yoichi Chonan <cyoichi@maple.ocn.ne.jp> | |
17 | 23 | .\" |
18 | -.\"WORD: terminal 端末 | |
19 | -.\"WORD: virtual 仮想 | |
20 | -.\"WORD: extra bright 高輝度 | |
21 | -.\"WORD: half-brigtness 半輝度 | |
22 | -.\"WORD: blink 点滅 | |
23 | -.\"WORD: extra bright 高輝度 | |
24 | -.\"WORD: dim 薄暗色 | |
25 | -.\"WORD: foreground 前景 | |
26 | -.\"WORD: background 背景 | |
27 | -.\"WORD: line-wrapping 行の折り返し | |
24 | +.\" WORD: extra bright 高輝度 | |
25 | +.\" WORD: half-brigtness 半輝度 | |
26 | +.\" WORD: blink 点滅 | |
27 | +.\" WORD: dim 減光 | |
28 | 28 | .\" |
29 | -.TH SETTERM 1 "7 January 2000" "Util-Linux 2.10" "Linux Programmer's Manual" | |
29 | +.TH SETTERM 1 "May 2014" util\-linux "User Commands" | |
30 | 30 | .SH 名前 |
31 | 31 | setterm \- 端末の属性を設定する |
32 | 32 | .SH 書式 |
33 | -.nf | |
34 | -.BR "setterm " [ options ] | |
35 | -.fi | |
33 | +\fBsetterm\fP [options] | |
36 | 34 | .SH 説明 |
37 | -.B setterm | |
38 | -は指定した端末の機能を呼び出す文字列を標準出力に書き出す。 | |
39 | -このとき、使用する文字列を見付けるために | |
40 | -.I terminfo | |
41 | -が参照される。 | |
42 | -しかし、(以下で「仮想コンソールのみ」とマークされた) | |
43 | -いくつかのオプションは、 | |
44 | -.BR terminfo (5) | |
45 | -の機能に対応しない。 | |
46 | -この際、端末タイプが "con" または "linux" であると、 | |
47 | -指定された機能を PC Minix の仮想コンソールドライバ上で | |
48 | -呼び出すための文字列が出力される。 | |
49 | -端末で実装されていないオプションは無視される。 | |
35 | +\fBsetterm\fP は、指定された端末機能 (terminal capabilities) | |
36 | +を呼び出すための文字列を標準出力に出力する。 | |
37 | +その際、使用すべき文字列を見つけるために、 | |
38 | +可能なかぎり \fIterminfo\fP を参照する。もっとも、一部のオプション | |
39 | +(以下で「仮想コンソール専用」と断り書きがあるもの) は、\fBterminfo\fP(5) | |
40 | +にある機能と対応していない。その場合は、端末のタイプが | |
41 | +"con" か "linux" ならば、指定された機能を PC Minix | |
42 | +の仮想コンソールドライバで呼び出すための文字列を出力する。 | |
43 | +端末に実装されていないオプションは、無視する。 | |
50 | 44 | .SH オプション |
51 | -ブール値のオプション (\fBon\fP または \fBoff\fP) では、 | |
52 | -デフォルトは \fBon\fP である。 | |
45 | +引き数にブール値 (\fBon\fP または \fBoff\fP) を取るオプションは、デフォルトでは | |
46 | +\fBon\fP になっている (訳注: 現在では、デフォルトが \fBon\fP のものも \fBoff\fP | |
47 | +のものもある。たとえば、\fB\-\-bold\fP のデフォルトは、たぶん \fBoff\fP である)。 | |
53 | 48 | .P |
54 | -簡単に表すため、 | |
55 | -\fBblack\fP, \fBred\fP, \fBgreen\fP, \fByellow\fP, | |
56 | -\fBblue\fP, \fBmagenta\fP, \fBcyan\fP, \fBwhite\fP | |
57 | -を以下では \fI8-color\fP とする。 | |
49 | +以下で \fI8\-color\fP と書いてあるところには、\fBblack\fP, \fBred\fP, \fBgreen\fP, | |
50 | +\fByellow\fP, \fBblue\fP, \fBmagenta\fP, \fBcyan\fP, \fBwhite\fP が使える。 | |
58 | 51 | .P |
59 | -\fI8-color\fP と \fBgrey\fP と | |
60 | -\fBbright red\fP, \fBbright green\fP, \fBbright yellow\fP, | |
61 | -\fBbright blue\fP, \fBbright magenta\fP, \fBbright cyan\fP, \fBbright white\fP | |
62 | -を \fI16-color\fP とする。 | |
52 | +\fI16\-color\fP と書いてあるところには、\fI8\-color\fP と \fBgrey\fP、それに | |
53 | +\fBbright\fP を前に付けた \fBred\fP, \fBgreen\fP, \fByellow\fP, \fBblue\fP, | |
54 | +\fBmagenta\fP, \fBcyan\fP, \fBwhite\fP が使える。 | |
63 | 55 | .P |
64 | -様々な色オプションが、少なくとも仮想コンソールでは、独立に設定できる。 | |
65 | -しかし、マルチモード (例えば、 | |
66 | -.BR \-underline " や " \-half-bright ) | |
67 | -の設定の結果は、ハードウェア依存である。 | |
68 | -.TP | |
69 | -.BR \-term " terminal_name" | |
70 | -環境変数 TERM を上書きする。 | |
71 | -.TP | |
72 | -.B \-reset | |
73 | -端末リセット文字列を表示する。 | |
74 | -通常は、端末をパワーオンの状態にリセットする。 | |
75 | -.TP | |
76 | -.B \-initialize | |
77 | -端末の初期化文字列を表示する。 | |
78 | -通常は、端末のレンダリングオプションを設定し、 | |
79 | -その他の属性をデフォルト値に設定する。 | |
80 | -.TP | |
81 | -.BR \-cursor " [" on | off ] | |
56 | +様々なカラーオプションは、少なくとも仮想端末では、それぞれ独立して設定できる。 | |
57 | +ただし、複数のモード (たとえば、\fB\-\-underline\fP と \fB\-\-half\-bright\fP) | |
58 | +を同時に設定したときの結果は、ハードウェア次第である。 | |
59 | +.PP | |
60 | +指定するかしないかが任意の引き数では、オプションと引き数の間にスペースではなく、'=' | |
61 | +(等号) が必要である。たとえば、\-\-option=argument のように | |
62 | +(訳注:実際のところ、util\-linux 2.36 では、\fB\-\-clear\fP | |
63 | +のような例外もあるが、たいていの場合スペースも使える)。 | |
64 | +.TP | |
65 | +\fB\-\-appcursorkeys\fP on|off | |
66 | +カーソルキーアプリケーションモードを on または off にする。on | |
67 | +の場合は、カーソルキーを押したとき、ESC [ A, ESC [ B | |
68 | +などの代わりに、ESC O A, ESC O B などが送出される。それが \fBvi\fP | |
69 | +ユーザーに対して引き起こしかねない問題については、\fIText\-Terminal\-HOWTO\fP | |
70 | +の「vi and Cursor\-Keys」セクションをご覧いただきたい。仮想コンソール専用。 | |
71 | +.TP | |
72 | +\fB\-\-append\fP \fIconsole_number\fP | |
73 | +\fB\-\-dump\fP と似ているが、既存のスナップショットファイルを上書きせず、その末尾に追記する。 | |
74 | +\fB\-\-dump\fP オプションが指定されていない場合にのみ効果がある。 | |
75 | +.TP | |
76 | +\fB\-\-background\fP \fI8\-color\fP|default | |
77 | +テキストの背景色を設定する。 | |
78 | +.TP | |
79 | +\fB\-\-blank\fP[=0\-60|force|poke] | |
80 | +スクリーンが自動的に消灯されるまでの無活動時間を分単位で指定する | |
81 | +(自動消灯には、使用できれば APM | |
82 | +を使用する)。引き数を指定しない場合は、消灯状態を返す | |
83 | +(どの vt が消灯されたかを返す。消灯されていない vt については、0 | |
84 | +を返す)。仮想コンソール専用。 | |
85 | +.sp | |
86 | +引き数 \fBforce\fP は、キーが押されても、スクリーンを消灯したままにする。 | |
87 | +(訳注: \fB\-\-blank\fP=force を指定すると、仮想コンソールは即座に消灯する。 | |
88 | +そして、どのキーを押しても消灯は解除されない。) | |
89 | +.sp | |
90 | +引き数 \fBpoke\fP は、スクリーンの消灯を解除する。(訳注: \fB\-\-blank\fP=force | |
91 | +で消灯したとき、それを解除するのに \fBsetterm \-\-blank\fP=poke を使用する。) | |
92 | +.RS | |
93 | +.IP "[\fB訳注\fP]" 8 | |
94 | +\fB\-\-blank\fP に引き数を付けなかったときの動作がよく分からない。 | |
95 | +訳者のところでは、消灯しているはずの仮想コンソールが他にあっても、その番号を示さず、常に | |
96 | +0 が返ってくる。1 つのコンピュータに複数の端末がつながっていた時代の話なのだろうか。 | |
97 | +つまり、vt とは、virtual terminal ではなく、video terminal のことなのか。 | |
98 | +.RE | |
99 | +.TP | |
100 | +\fB\-\-bfreq\fP[=\fInumber\fP] | |
101 | +ベルの周波数をヘルツ (Hz) で指定する。引き数が指定されていない場合は、デフォルトの | |
102 | +\fB0\fP になる。仮想コンソール専用。 | |
103 | +.TP | |
104 | +\fB\-\-blength\fP[=0\-2000] | |
105 | +ベルの継続時間をミリ秒単位で設定する。引き数が指定されていない場合は、デフォルトの | |
106 | +\fB0\fP になる。仮想コンソール専用。 | |
107 | +.TP | |
108 | +\fB\-\-blink\fP on|off | |
109 | +点滅モードを on または off にする。 仮想コンソール以外では、\fB\-\-blink off\fP | |
110 | +にすると、(太字・半輝度・点滅・反転といった) 全ての属性が off になる。 | |
111 | +.TP | |
112 | +\fB\-\-bold\fP on|off | |
113 | +太字 (高輝度) モードを on または off にする。仮想コンソール以外では、\fB\-\-bold off\fP | |
114 | +にすると (太字・半輝度・点滅・反転といった) 全ての属性が off になる。 | |
115 | +.TP | |
116 | +\fB\-\-clear\fP[=all|rest] | |
117 | +引き数なし、または引き数 \fBall\fP が指定された場合は、\fBclear\fP(1) | |
118 | +コマンドとまったく同じように、スクリーン全体をクリアしてカーソルをホームポジションに移動する。 | |
119 | +引き数 \fBrest\fP | |
120 | +が指定された場合は、現在のカーソル位置からスクリーンの最下行までをクリアする。 | |
121 | +.TP | |
122 | +\fB\-\-clrtabs\fP[=\fItab1 tab2 tab3\fP ...] | |
123 | +指定された水平方向のカーソル位置にあるタブストップを解除する。範囲は \fB1\-160\fP | |
124 | +である。引き数が指定されない場合は、全てのタブストップを解除する。仮想コンソール専用。 | |
125 | +.TP | |
126 | +\fB\-\-cursor\fP on|off | |
82 | 127 | 端末のカーソルを on または off にする。 |
83 | -.TP | |
84 | -.BR \-repeat " [" on | off "] (仮想コンソールのみ)" | |
85 | -キーボードリピートを on または off にする。 | |
86 | -.TP | |
87 | -.BR \-appcursorkeys " [" on | off "] (仮想コンソールのみ)" | |
88 | -カーソルキーアプリケーションモードを on または off に設定する。 | |
89 | -on の場合、ESC [ A, ESC [ B などではなく、 | |
90 | -ESC O A, ESC O B などがカーソルキーとして送信される。 | |
91 | -vi ユーザーに対してこれがどのような問題を引き起こすかについては、 | |
92 | -Text-Terminal-HOWTO の "vi とカーソルキー" のセクションを参照すること。 | |
93 | -.TP | |
94 | -.BR \-linewrap " [" on | off "] (仮想コンソールのみ)" | |
95 | -自動的な行の折り返しを on または off にする。 | |
96 | -.TP | |
97 | -.B \-default | |
98 | -端末のレンダリングオプションをデフォルトの値に設定する。 | |
99 | -.TP | |
100 | -\fB\-foreground\fP \fI8-color\fP|\fBdefault\fP (仮想コンソールのみ) | |
128 | +.TP | |
129 | +\fB\-\-default\fP | |
130 | +端末のレンダリングオプションをデフォルト値に戻す。 | |
131 | +.TP | |
132 | +\fB\-\-dump\fP[=\fIconsole_number\fP] | |
133 | +番号で指定された仮想コンソールのスナップショットを \fB\-\-file\fP | |
134 | +オプションで指定されたファイルに書き出す。ファイルの内容は上書きされる。 | |
135 | +デフォルトのファイルは \fIscreen.dump\fP | |
136 | +である。引き数が指定されない場合は、現在使用中の仮想コンソールをダンプする。 | |
137 | +このオプションは、\fB\-\-append\fP を無効にする。 | |
138 | +.TP | |
139 | +\fB\-\-file\fP \fIfilename\fP | |
140 | +同じコマンドライン上に \fB\-\-dump\fP や \fB\-\-append\fP | |
141 | +オプションがある場合に、それに使うスナップショットファイルの名前を設定する。 | |
142 | +このオプションが指定されない場合、デフォルトのファイル名はカレントディレクトリの | |
143 | +\fIscreen.dump\fP である。システムの規定する長さの上限を越えたパス名は、切り詰められる。 | |
144 | +linux/limits.h の PATH_MAX の値を参照すること。 | |
145 | +.TP | |
146 | +\fB\-\-foreground\fP \fI8\-color\fP|default | |
101 | 147 | テキストの前景色を設定する。 |
102 | -.TP | |
103 | -\fB\-background\fP \fI8-color\fP|\fBdefault\fP (仮想コンソールのみ) | |
104 | -テキストの背景色を設定する。 | |
105 | -.TP | |
106 | -\fB\-ulcolor\fP \fI16-color\fP (仮想コンソールのみ) | |
107 | -下線文字の色を設定する。 | |
108 | -.TP | |
109 | -\fB\-hbcolor\fP \fI16-color\fP (仮想コンソールのみ) | |
110 | -半輝度文字の色を設定する。 | |
111 | -.TP | |
112 | -.BR \-inversescreen " [" on | off "] (仮想コンソールのみ)" | |
113 | -スクリーンの色を反転させる。 | |
114 | -前景色と背景色を入れ換える。 | |
115 | -同様にして、下線文字と半輝度文字も色を反転する。 | |
116 | -.TP | |
117 | -.BR \-bold " [" on | off ] | |
118 | -太字 (高輝度) モードを on または off にする。 | |
119 | -仮想コンソールの場合は例外であるが、 | |
120 | -\fB\-bold off\fP により (太字・半輝度・点滅・反転といった) | |
121 | -全ての属性が off にされる。 | |
122 | -.TP | |
123 | -.BR \-half-bright " [" on | off ] | |
124 | -薄暗色 (半輝度) モードを on または off にする | |
125 | -(\fB\-hbcolor\fP を参照すること)。 | |
126 | -仮想コンソールの場合は例外であるが、 | |
127 | -\fB\-half-bright off\fP により (太字・半輝度・点滅・反転といった) | |
128 | -全ての属性が off にされる。 | |
129 | -.TP | |
130 | -.BR \-blink " [" on | off ] | |
131 | -点滅モードを on または off にする。 | |
132 | -仮想コンソールの場合は例外であるが、 | |
133 | -\fB\-blink off\fP により (太字・半輝度・点滅・反転といった) | |
134 | -全ての属性が off にされる。 | |
135 | -.TP | |
136 | -.BR \-reverse " [" on | off ] | |
137 | -反転モードを on または off にする。 | |
138 | -仮想コンソールの場合は例外であるが、 | |
139 | -\fB\-reverse off\fP により (太字・半輝度・点滅・反転といった) | |
140 | -全ての属性が off にされる。 | |
141 | -.TP | |
142 | -.BR \-underline " [" on | off ] | |
143 | -下線モードを on または off にする (\fB\-ulcolor\fP を参照すること)。 | |
144 | -.TP | |
145 | -.BR \-store " (仮想コンソールのみ)" | |
146 | -端末の現在のレンダリングオプション (前景色と背景色) を、 | |
147 | -デフォルトにリセットする際に使用される値として保存する。 | |
148 | -.TP | |
149 | -.BR \-clear " [" all ] | |
150 | -.BR clear (1) | |
151 | -と同じように、スクリーンをクリアしてカーソルをホームポジションに移動する。 | |
152 | -.TP | |
153 | -.B \-clear rest | |
154 | -現在のカーソル位置からスクリーンの最下行までをクリアする。 | |
155 | -.TP | |
156 | -.BR \-tabs " [tab1 tab2 tab3 ...] (仮想コンソールのみ)" | |
157 | -指定された水平方向のカーソル位置にタブストップを設定する。 | |
158 | -範囲は 1 〜 160 である。 | |
159 | -引き数が指定されない場合、現在のタブストップの設定を表示する。 | |
160 | -.TP | |
161 | -.BR \-clrtabs " [tab1 tab2 tab3 ...] (仮想コンソールのみ)" | |
162 | -指定された水平方向のカーソル位置のタブストップを解除する。 | |
163 | -範囲は 1 〜 160 である。 | |
164 | -引き数が指定されない場合、全てのタブストップを解除する。 | |
165 | -.TP | |
166 | -.BR \-regtabs " [1-160] (仮想コンソールのみ)" | |
167 | -全てのタブストップを解除し、通常のタブストップパターンを設定する。 | |
168 | -指定した数値の位置ごとにタブが置かれる。 | |
169 | -引き数が指定されない場合、デフォルトは 8 である。 | |
170 | -.TP | |
171 | -.BR \-blank " [0-60] (仮想コンソールのみ)" | |
172 | -(APM が使用できる場合に) スクリーンが自動的に消灯されるまでの | |
173 | -無活動時間を分単位で指定する。 | |
174 | -引き数が指定されない場合、デフォルトは 0 である | |
175 | -(コンソールの消灯は無効である)。 | |
176 | -.TP | |
177 | -.BR \-dump " [1-NR_CONS]" | |
178 | -指定された仮想コンソールのスナップショットを (属性とともに) | |
179 | -\fB\-file\fP オプションで指定されたファイルに書き込む。 | |
180 | -ファイルの内容は上書きされる。 | |
181 | -デフォルトのファイルは screen.dump である。 | |
182 | -引き数が指定されない場合、現在の仮想コンソールをダンプする。 | |
183 | -\fB\-append\fP より優先される。 | |
184 | -.TP | |
185 | -.BR \-append " [1-NR_CONS]" | |
186 | -\fB\-dump\fP と似ているが、スナップショットファイルを上書きせずに追加する。 | |
187 | -\fB\-dump\fP オプションが指定されていない場合にのみ機能する。 | |
188 | -.TP | |
189 | -.BR \-file " dumpfilename" | |
190 | -\fB\-dump\fP または \fB\-append\fP オプションで使う | |
191 | -スナップショットファイルを同じコマンドライン上で設定する。 | |
192 | -このオプションが指定されない場合、 | |
193 | -デフォルトはカレントディレクトリの screen.dump である。 | |
194 | -.TP | |
195 | -.BR \-msg " [" on | off "] (仮想コンソールのみ)" | |
196 | -カーネル \fBprintk()\fP メッセージを | |
197 | -コンソールに送信するか否かを設定する。 | |
198 | -.TP | |
199 | -.BR \-msglevel " 1-8 (仮想コンソールのみ)" | |
200 | -カーネル \fBprintk()\fP メッセージのログ記録レベルを設定する。 | |
201 | -ここで指定された以上の重要度である全てのメッセージが表示される。 | |
202 | -よって、ログ記録レベル 0 は \fB\-msg on\fP と同じ効果がある。 | |
203 | -また、ログ記録レベル 8 では全てのカーネルメッセージを表示する。 | |
204 | -.BR klogd (8) | |
205 | -はカーネルメッセージをログに記録するための | |
206 | -さらに使いやすいインターフェースである。 | |
207 | -.TP | |
208 | -.BR "\-powersave on" | vsync | |
148 | +.TP | |
149 | +\fB\-\-half\-bright\fP on|off | |
150 | +減光 (半輝度) モードを on または off | |
151 | +にする。仮想コンソール以外では、\fB\-\-half\-bright off\fP | |
152 | +にすると、(太字・半輝度・点滅・反転といった) 全ての属性が off になる。 | |
153 | +.TP | |
154 | +\fB\-\-hbcolor\fP [bright] \fI16\-color\fP | |
155 | +半輝度の文字の色を設定する (訳注: 減光する代わりに、色を変更する端末で使用)。 | |
156 | +.TP | |
157 | +\fB\-\-initialize\fP | |
158 | +端末の初期化文字列を出力する。 | |
159 | +通常、それは、端末のレンダリングオプションを設定し、その他の属性をデフォルトの値にする。 | |
160 | +.TP | |
161 | +\fB\-\-inversescreen\fP on|off | |
162 | +スクリーン全体で前景色と背景色を入れ換える。 | |
163 | +.TP | |
164 | +\fB\-\-linewrap\fP on|off | |
165 | +行がいっぱいになったとき、端末上の表示を次の行に続けるか否かを設定する。 | |
166 | +.TP | |
167 | +\fB\-\-msg\fP on|off | |
168 | +カーネルの \fBprintk\fP() | |
169 | +によるメッセージをコンソールに送出するか否かを設定する。仮想コンソール専用。 | |
170 | +.RS | |
171 | +.IP "[\fB訳注\fP]" 8 | |
172 | +コンソール出力の閾値であるロギングレベルが、現在いくつに設定されているかを知るには、 | |
173 | +\fBcat /proc/sys/kernel/printk\fP を実行すればよい。 | |
174 | +その出力の一番左側の数値が現在のロギングレベルである。 | |
175 | +各数値の意味については、\fBsyslog\fP(2) | |
176 | +に説明がある。次の項目 \fB\-\-msglevel\fP も参照。 | |
177 | +.RE | |
178 | +.TP | |
179 | +\fB\-\-msglevel\fP 0\-8 | |
180 | +カーネルの \fBprintk()\fP | |
181 | +によるメッセージに対する、コンソールのロギングレベルを設定する。 | |
182 | +ここで設定したレベルよりも高い重大度を持つ (等しいレベルは含まない) | |
183 | +全てのメッセージが、コンソールに表示されることになる | |
184 | +(訳注: レベルの数値が小さいほど、重大度は高い)。 | |
185 | +従って、ロギングレベルを \fB8\fP に設定すると、全てのカーネルメッセージが表示される。 | |
186 | +なお、ロギングレベル \fB0\fP は \fB\-\-msg on\fP | |
187 | +と同じ効果がある。カーネルメッセージのロギングのインターフェースとしては、 | |
188 | +\fBklogd\fP(8) の方が使いやすいかもしれない。 | |
189 | +.sp | |
190 | +仮想コンソール専用。 | |
191 | +.RS | |
192 | +.IP "[\fB訳注\fP]" 8 | |
193 | +ロギングレベルは、0 から 7 まであり、それぞれ emerg, alert, crit, err, | |
194 | +warning, notice, info, debug という重大度に対応する。詳しくは、\fBsyslog\fP(2) | |
195 | +の \fBThe log level\fP セクションなどを参照していただきたい。 | |
196 | +.RE | |
197 | +.TP | |
198 | +\fB\-\-powerdown\fP[=0\-60] | |
199 | +VESA パワーダウンまでの時間を分単位で設定する。引き数を指定しない場合は、デフォルトの | |
200 | +\fB0\fP になる (すなわち、パワーダウンを行わない)。この時間が経過すると、 | |
201 | +コンソールが消灯している場合は vsync | |
202 | +サスペンドモードになり、モニタがサスペンドモードの場合はパワーダウンモードになる。 | |
203 | +.TP | |
204 | +\fB\-\-powersave\fP \fImode\fP | |
205 | +以下の値が \fImode\fP に指定できる。 | |
206 | +.RS | |
207 | +.TP | |
208 | +\fBvsync|on\fP | |
209 | 209 | モニタを VESA vsync サスペンドモードにする。 |
210 | -.TP | |
211 | -.B \-powersave hsync | |
210 | +.TP | |
211 | +\fBhsync\fP | |
212 | 212 | モニタを VESA hsync サスペンドモードにする。 |
213 | -.TP | |
214 | -.B \-powersave powerdown | |
213 | +.TP | |
214 | +\fBpowerdown\fP | |
215 | 215 | モニタを VESA パワーダウンモードにする。 |
216 | -.TP | |
217 | -.BR \-powersave " [" off "]" | |
216 | +.TP | |
217 | +\fBoff\fP | |
218 | 218 | モニタの VESA パワーセーブ機能を off にする。 |
219 | -.TP | |
220 | -.BR \-powerdown " [0-60]" | |
221 | -VESA パワーダウンまでの時間を分単位で設定する。 | |
222 | -引き数が指定されない場合、デフォルトは 0 である (パワーダウンは行われない)。 | |
223 | -この時間が経過すると、 | |
224 | -コンソールが消灯している場合は垂直同期サスペンドモードになり、 | |
225 | -モニタがサスペンドモードの場合はパワーダウンモードになる。 | |
226 | -.TP | |
227 | -.BR \-blength " [0-2000]" | |
228 | -ベルの継続時間をミリ秒単位で設定する。 | |
229 | -引き数が指定されない場合、デフォルトは 0 である。 | |
230 | -.TP | |
231 | -.BR \-bfreq " [freqnumber]" | |
232 | -ベルの周波数をヘルツ (Hz) で指定する。 | |
233 | -引き数が指定されない場合、デフォルトは 0 である。 | |
234 | -.SH 関連項目 | |
235 | -.BR tput (1), | |
236 | -.BR stty (1), | |
237 | -.BR terminfo (5), | |
238 | -.BR tty (4) | |
219 | +.RE | |
220 | +.TP | |
221 | +\fB\-\-regtabs\fP[=1\-160] | |
222 | +全てのタブストップを解除して、通常のタブストップパターンを設定する。 | |
223 | +タブ位置は、指定した数値ごとに置かれる。引き数を指定しない場合は、デフォルトの | |
224 | +\fB8\fP が使用される。仮想コンソール専用。 | |
225 | +.TP | |
226 | +\fB\-\-repeat\fP on|off | |
227 | +キーボードリピートを on または off にする。仮想コンソール専用。 | |
228 | +.TP | |
229 | +\fB\-\-reset\fP | |
230 | +端末リセット文字列を出力する。通常、それは、端末を起動時の状態にリセットする。 | |
231 | +.TP | |
232 | +\fB\-\-resize\fP | |
233 | +行と列の最大の大きさを見積もって、端末のサイズをリセットする。 | |
234 | +これは、実際の大きさとカーネルの端末ドライバーがうまく噛み合っていないとき、役に立つ。 | |
235 | +特筆すべき使用例は、シリアルコンソールの場合だ。そこでは \fBioctl\fP(3p) | |
236 | +を使わず、バイトストリームとブレークのみを使用しているのである。 | |
237 | +.TP | |
238 | +\fB\-\-reverse\fP on|off | |
239 | +ビデオの反転モードを on または off にする。仮想コンソール以外では、\fB\-\-reverse off\fP | |
240 | +にすると、(太字・半輝度・点滅・反転といった) 全ての属性が off になる。 | |
241 | +.TP | |
242 | +\fB\-\-store\fP | |
243 | +端末の現在のレンダリングオプション (前景色と背景色) | |
244 | +を、デフォルトにリセットする際に使用する値として保存する。仮想コンソール専用。 | |
245 | +.TP | |
246 | +\fB\-\-tabs\fP[=\fItab1 tab2 tab3\fP ...] | |
247 | +指定された水平方向のカーソル位置にタブストップを設定する。範囲は \fB1\-160\fP | |
248 | +である。引き数を指定しない場合は、現在のタブストップの設定を表示する。 | |
249 | +.TP | |
250 | +\fB\-\-term\fP \fIterminal_name\fP | |
251 | +環境変数 TERM を上書きする。 | |
252 | +.TP | |
253 | +\fB\-\-ulcolor\fP [bright] \fI16\-color\fP | |
254 | +下線を引かれる文字の色を設定する | |
255 | +(訳注: 下線を引く代わりに、色を変更する端末で使用)。仮想コンソール専用。 | |
256 | +.TP | |
257 | +\fB\-\-underline\fP on|off | |
258 | +下線モードを on または off にする。 | |
259 | +.TP | |
260 | +\fB\-\-version\fP | |
261 | +バージョン情報を表示して終了する。 | |
262 | +.TP | |
263 | +\fB\-\-help\fP | |
264 | +ヘルプを表示して終了する。 | |
265 | +.SH 互換性 | |
266 | +バージョン 2.25 以来、\fBsetterm\fP は、昔からのハイフン 1 つの長いオプション | |
267 | +(たとえば \fB\-help\fP) に加えて、ハイフン 2 つの長いオプション | |
268 | +(たとえば \fB\-\-help\fP) をサポートしている。スクリプト内では、後方互換のため、ハイフン | |
269 | +2 つよりハイフン 1 つを使う方がよい。現在のところ、ハイフン | |
270 | +1 つの互換性を止める計画はなく、またそうする正当な理由もない。 | |
239 | 271 | .SH バグ |
240 | 272 | Minix 版と Linux 版の違いが、この文書には書かれていない。 |
273 | +.SH 関連項目 | |
274 | +\fBstty\fP(1), \fBtput\fP(1), \fBtty\fP(4), \fBterminfo\fP(5) | |
275 | +.SH 入手方法 | |
276 | +この setterm コマンドは、util\-linux パッケージの一部であり、Linux Kernel Archive | |
277 | +<https://www.kernel.org/pub/linux/utils/util\-linux/> | |
278 | +から入手できる。 |
@@ -7,7 +7,7 @@ | ||
7 | 7 | ◆:util-linux:2.12r=>2.34:0000/00/00:colcrt:1:2019/07/20::ysato444@ybb.ne.jp:SATO Yuichi:http://www.jp.freebsd.org/man-jp/ |
8 | 8 | ☆:util-linux:2.12r=>2.34:0000/00/00:colrm:1:2005/06/05::argrath@ub32.org:Kentaro Shirakata:http://www.jp.freebsd.org/man-jp/ |
9 | 9 | ○:util-linux:2.34:2019/02/00:column:1:2020/03/14::cyoichi@maple.ocn.ne.jp:Chonan Yoichi:http://www.jp.freebsd.org/man-jp/ |
10 | -×:util-linux:2.34:0000/00/00:dmesg:1::::: | |
10 | +○:util-linux:2.36:2012/07/00:dmesg:1:2021/03/03::cyoichi@maple.ocn.ne.jp:Chonan Yoichi: | |
11 | 11 | ×:util-linux:2.34:0000/00/00:eject:1::::: |
12 | 12 | ×:util-linux:2.34:0000/00/00:fallocate:1::::: |
13 | 13 | ×:util-linux:2.34:0000/00/00:fincore:1::::: |
@@ -48,7 +48,7 @@ | ||
48 | 48 | ○:util-linux:2.36:2019/10/00:scriptlive:1:2020/11/20::cyoichi@maple.ocn.ne.jp:Chonan Yoichi: |
49 | 49 | ×:util-linux:2.34:0000/00/00:setpriv:1::::: |
50 | 50 | ×:util-linux:2.34:0000/00/00:setsid:1::::: |
51 | -☆:util-linux:2.12r=>2.34:0000/00/00:setterm:1:2004/05/14::ysato444@yahoo.co.jp:Yuichi SATO: | |
51 | +○:util-linux:2.36:2014/05/00:setterm:1:2021/03/03::cyoichi@maple.ocn.ne.jp:Chonan Yoichi: | |
52 | 52 | ×:util-linux:2.34:0000/00/00:su:1::::: |
53 | 53 | ×:util-linux:2.34:0000/00/00:taskset:1::::: |
54 | 54 | ☆:util-linux:2.12r=>2.34:0000/00/00:ul:1:2000/04/14::argrath@ub32.org:Kentaro Shirakata: |
@@ -36,6 +36,9 @@ JM プロジェクトは、主に Linux 関連のマニュアルページの日 | ||
36 | 36 | <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> |
37 | 37 | <H2><A NAME="WHATSNEW">新着情報</A></H2> |
38 | 38 | <UL> |
39 | + <LI>_LINK(INDEX/linux.html#util-linux, util-linux 2.36 の dmesg.1 setterm.1 の man pages の翻訳)を公開しました。 | |
40 | + <SMALL>(2021/03/03)</SMALL> | |
41 | + | |
39 | 42 | <LI>_LINK(INDEX/linux.html#util-linux, util-linux 2.36 の mesg.1 whereis.1 write.1 の man pages の翻訳)を公開しました。 |
40 | 43 | <SMALL>(2021/01/19)</SMALL> |
41 | 44 |
@@ -15,6 +15,15 @@ _HEADER(JM 新着情報) | ||
15 | 15 | |
16 | 16 | m4_dnl This is an anchor for ml2cvs. DON'T REMOVE. |
17 | 17 | m4_dnl ML2CVS ADD HERE |
18 | + <H2><A NAME="20210303">2021/03/03</A></H2> | |
19 | + <DL> | |
20 | + <DT>_LINK(../INDEX/linux.html,util-linux 2.36 の dmesg.1 setterm.1 のマニュアル)を公開しました。</DT> | |
21 | + <DD> | |
22 | + _UPD_PAGE(util-linux, dmesg.1) | |
23 | + _UPD_PAGE(util-linux, setterm.1) | |
24 | + </DD> | |
25 | + </DL> | |
26 | + | |
18 | 27 | <H2><A NAME="20210119">2021/01/19</A></H2> |
19 | 28 | <DL> |
20 | 29 | <DT>_LINK(../INDEX/linux.html,util-linux 2.36 の mesg.1 whereis.1 write.1 のマニュアル)を公開しました。</DT> |