OSDN Git Service

(split) LDP: Update POT and ja.po to LDP v3.52.
[linuxjm/LDP_man-pages.git] / po4a / man5 / po / man5.pot
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 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2013-07-15 16:08+0900\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #. type: TH
20 #: build/C/man5/dir_colors.5:12
21 #, no-wrap
22 msgid "DIR_COLORS"
23 msgstr ""
24
25 #. type: TH
26 #: build/C/man5/dir_colors.5:12
27 #, no-wrap
28 msgid "2001-12-26"
29 msgstr ""
30
31 #. type: TH
32 #: build/C/man5/dir_colors.5:12
33 #, no-wrap
34 msgid "GNU"
35 msgstr ""
36
37 #. type: TH
38 #: build/C/man5/dir_colors.5:12
39 #, no-wrap
40 msgid "Linux User Manual"
41 msgstr ""
42
43 #. type: SH
44 #: build/C/man5/dir_colors.5:13 build/C/man5/issue.5:28 build/C/man5/motd.5:28 build/C/man5/nologin.5:28 build/C/man5/slabinfo.5:35
45 #, no-wrap
46 msgid "NAME"
47 msgstr ""
48
49 #. type: Plain text
50 #: build/C/man5/dir_colors.5:15
51 msgid "dir_colors - configuration file for dircolors(1)"
52 msgstr ""
53
54 #. type: SH
55 #: build/C/man5/dir_colors.5:15 build/C/man5/issue.5:30 build/C/man5/motd.5:30 build/C/man5/nologin.5:30 build/C/man5/slabinfo.5:39
56 #, no-wrap
57 msgid "DESCRIPTION"
58 msgstr ""
59
60 #. type: Plain text
61 #: build/C/man5/dir_colors.5:22
62 msgid ""
63 "The program B<ls>(1)  uses the environment variable B<LS_COLORS> to "
64 "determine the colors in which the filenames are to be displayed.  This "
65 "environment variable is usually set by a command like"
66 msgstr ""
67
68 #. type: Plain text
69 #: build/C/man5/dir_colors.5:25
70 msgid "eval \\`dircolors some_path/dir_colors\\`"
71 msgstr ""
72
73 #. type: Plain text
74 #: build/C/man5/dir_colors.5:38
75 msgid ""
76 "found in a system default shell initialization file, like I</etc/profile> or "
77 "I</etc/csh.cshrc>.  (See also B<dircolors>(1).)  Usually, the file used here "
78 "is I</etc/DIR_COLORS> and can be overridden by a I<.dir_colors> file in "
79 "one's home directory."
80 msgstr ""
81
82 #. type: Plain text
83 #: build/C/man5/dir_colors.5:44
84 msgid ""
85 "This configuration file consists of several statements, one per line.  "
86 "Anything right of a hash mark (#) is treated as a comment, if the hash mark "
87 "is at the beginning of a line or is preceded by at least one whitespace.  "
88 "Blank lines are ignored."
89 msgstr ""
90
91 #. type: Plain text
92 #: build/C/man5/dir_colors.5:62
93 msgid ""
94 "The I<global> section of the file consists of any statement before the first "
95 "B<TERM> statement.  Any statement in the global section of the file is "
96 "considered valid for all terminal types.  Following the global section is "
97 "one or more I<terminal-specific> sections, preceded by one or more B<TERM> "
98 "statements which specify the terminal types (as given by the B<TERM> "
99 "environment variable) the following declarations apply to.  It is always "
100 "possible to override a global declaration by a subsequent terminal-specific "
101 "one."
102 msgstr ""
103
104 #. type: Plain text
105 #: build/C/man5/dir_colors.5:64
106 msgid "The following statements are recognized; case is insignificant:"
107 msgstr ""
108
109 #. type: TP
110 #: build/C/man5/dir_colors.5:64
111 #, no-wrap
112 msgid "B<TERM >I<terminal-type>"
113 msgstr ""
114
115 #. type: Plain text
116 #: build/C/man5/dir_colors.5:72
117 msgid ""
118 "Starts a terminal-specific section and specifies which terminal it applies "
119 "to.  Multiple B<TERM> statements can be used to create a section which "
120 "applies for several terminal types."
121 msgstr ""
122
123 #. type: TP
124 #: build/C/man5/dir_colors.5:72
125 #, no-wrap
126 msgid "B<COLOR yes|all|no|none|tty>"
127 msgstr ""
128
129 #. type: Plain text
130 #: build/C/man5/dir_colors.5:80
131 msgid ""
132 "(Slackware only; ignored by GNU B<dircolors>(1).)  Specifies that "
133 "colorization should always be enabled (I<yes> or I<all>), never enabled "
134 "(I<no> or I<none>), or enabled only if the output is a terminal (I<tty>).  "
135 "The default is I<no>."
136 msgstr ""
137
138 #. type: TP
139 #: build/C/man5/dir_colors.5:80
140 #, no-wrap
141 msgid "B<EIGHTBIT yes|no>"
142 msgstr ""
143
144 #. type: Plain text
145 #: build/C/man5/dir_colors.5:89
146 msgid ""
147 "(Slackware only; ignored by GNU B<dircolors>(1).)  Specifies that eight-bit "
148 "ISO 8859 characters should be enabled by default.  For compatibility "
149 "reasons, this can also be specified as 1 for I<yes> or 0 for I<no>.  The "
150 "default is I<no>."
151 msgstr ""
152
153 #. type: TP
154 #: build/C/man5/dir_colors.5:89
155 #, no-wrap
156 msgid "B<OPTIONS >I<options>"
157 msgstr ""
158
159 #. type: Plain text
160 #: build/C/man5/dir_colors.5:102
161 msgid ""
162 "(Slackware only; ignored by GNU B<dircolors>(1).)  Adds command-line options "
163 "to the default B<ls> command line.  The options can be any valid B<ls> "
164 "command-line options, and should include the leading minus sign.  Note that "
165 "B<dircolors> does not verify the validity of these options."
166 msgstr ""
167
168 #. type: TP
169 #: build/C/man5/dir_colors.5:102
170 #, no-wrap
171 msgid "B<NORMAL >I<color-sequence>"
172 msgstr ""
173
174 #. type: Plain text
175 #: build/C/man5/dir_colors.5:105
176 msgid "Specifies the color used for normal (nonfilename) text."
177 msgstr ""
178
179 #. type: TP
180 #: build/C/man5/dir_colors.5:105
181 #, no-wrap
182 msgid "B<FILE >I<color-sequence>"
183 msgstr ""
184
185 #. type: Plain text
186 #: build/C/man5/dir_colors.5:108
187 msgid "Specifies the color used for a regular file."
188 msgstr ""
189
190 #. type: TP
191 #: build/C/man5/dir_colors.5:108
192 #, no-wrap
193 msgid "B<DIR >I<color-sequence>"
194 msgstr ""
195
196 #. type: Plain text
197 #: build/C/man5/dir_colors.5:111
198 msgid "Specifies the color used for directories."
199 msgstr ""
200
201 #. type: TP
202 #: build/C/man5/dir_colors.5:111
203 #, no-wrap
204 msgid "B<LINK >I<color-sequence>"
205 msgstr ""
206
207 #. type: Plain text
208 #: build/C/man5/dir_colors.5:114
209 msgid "Specifies the color used for a symbolic link."
210 msgstr ""
211
212 #. type: TP
213 #: build/C/man5/dir_colors.5:114
214 #, no-wrap
215 msgid "B<ORPHAN >I<color-sequence>"
216 msgstr ""
217
218 #. type: Plain text
219 #: build/C/man5/dir_colors.5:123
220 msgid ""
221 "Specifies the color used for an orphaned symbolic link (one which points to "
222 "a nonexistent file).  If this is unspecified, B<ls> will use the B<LINK> "
223 "color instead."
224 msgstr ""
225
226 #. type: TP
227 #: build/C/man5/dir_colors.5:123
228 #, no-wrap
229 msgid "B<MISSING >I<color-sequence>"
230 msgstr ""
231
232 #. type: Plain text
233 #: build/C/man5/dir_colors.5:132
234 msgid ""
235 "Specifies the color used for a missing file (a nonexistent file which "
236 "nevertheless has a symbolic link pointing to it).  If this is unspecified, "
237 "B<ls> will use the B<FILE> color instead."
238 msgstr ""
239
240 #. type: TP
241 #: build/C/man5/dir_colors.5:132
242 #, no-wrap
243 msgid "B<FIFO >I<color-sequence>"
244 msgstr ""
245
246 #. type: Plain text
247 #: build/C/man5/dir_colors.5:135
248 msgid "Specifies the color used for a FIFO (named pipe)."
249 msgstr ""
250
251 #. type: TP
252 #: build/C/man5/dir_colors.5:135
253 #, no-wrap
254 msgid "B<SOCK >I<color-sequence>"
255 msgstr ""
256
257 #. type: Plain text
258 #: build/C/man5/dir_colors.5:138
259 msgid "Specifies the color used for a socket."
260 msgstr ""
261
262 #. type: TP
263 #: build/C/man5/dir_colors.5:138
264 #, no-wrap
265 msgid "B<DOOR >I<color-sequence>"
266 msgstr ""
267
268 #. type: Plain text
269 #: build/C/man5/dir_colors.5:142
270 msgid ""
271 "(Supported since fileutils 4.1)  Specifies the color used for a door "
272 "(Solaris 2.5 and later)."
273 msgstr ""
274
275 #. type: TP
276 #: build/C/man5/dir_colors.5:142
277 #, no-wrap
278 msgid "B<BLK >I<color-sequence>"
279 msgstr ""
280
281 #. type: Plain text
282 #: build/C/man5/dir_colors.5:145
283 msgid "Specifies the color used for a block device special file."
284 msgstr ""
285
286 #. type: TP
287 #: build/C/man5/dir_colors.5:145
288 #, no-wrap
289 msgid "B<CHR >I<color-sequence>"
290 msgstr ""
291
292 #. type: Plain text
293 #: build/C/man5/dir_colors.5:148
294 msgid "Specifies the color used for a character device special file."
295 msgstr ""
296
297 #. type: TP
298 #: build/C/man5/dir_colors.5:148
299 #, no-wrap
300 msgid "B<EXEC >I<color-sequence>"
301 msgstr ""
302
303 #. type: Plain text
304 #: build/C/man5/dir_colors.5:151
305 msgid "Specifies the color used for a file with the executable attribute set."
306 msgstr ""
307
308 #. type: TP
309 #: build/C/man5/dir_colors.5:151
310 #, no-wrap
311 msgid "B<LEFTCODE >I<color-sequence>"
312 msgstr ""
313
314 #. type: Plain text
315 #: build/C/man5/dir_colors.5:156
316 msgid "Specifies the I<left code> for non-ISO\\ 6429 terminals (see below)."
317 msgstr ""
318
319 #. type: TP
320 #: build/C/man5/dir_colors.5:156
321 #, no-wrap
322 msgid "B<RIGHTCODE >I<color-sequence>"
323 msgstr ""
324
325 #. type: Plain text
326 #: build/C/man5/dir_colors.5:161
327 msgid "Specifies the I<right code> for non-ISO\\ 6429 terminals (see below)."
328 msgstr ""
329
330 #. type: TP
331 #: build/C/man5/dir_colors.5:161
332 #, no-wrap
333 msgid "B<ENDCODE >I<color-sequence>"
334 msgstr ""
335
336 #. type: Plain text
337 #: build/C/man5/dir_colors.5:166
338 msgid "Specifies the I<end code> for non-ISO\\ 6429 terminals (see below)."
339 msgstr ""
340
341 #. type: TP
342 #: build/C/man5/dir_colors.5:166
343 #, no-wrap
344 msgid "B<*>I<extension> I<color-sequence>"
345 msgstr ""
346
347 #. type: Plain text
348 #: build/C/man5/dir_colors.5:169
349 msgid "Specifies the color used for any file that ends in I<extension>."
350 msgstr ""
351
352 #. type: TP
353 #: build/C/man5/dir_colors.5:169
354 #, no-wrap
355 msgid " B<.>I<extension> I<color-sequence>"
356 msgstr ""
357
358 #. type: Plain text
359 #: build/C/man5/dir_colors.5:182
360 msgid ""
361 "Same as B<*>.I<extension>.  Specifies the color used for any file that ends "
362 "in .I<extension>.  Note that the period is included in the extension, which "
363 "makes it impossible to specify an extension not starting with a period, such "
364 "as B<~> for B<emacs> backup files.  This form should be considered obsolete."
365 msgstr ""
366
367 #. type: SS
368 #: build/C/man5/dir_colors.5:182
369 #, no-wrap
370 msgid "ISO 6429 (ANSI) color sequences"
371 msgstr ""
372
373 #. type: Plain text
374 #: build/C/man5/dir_colors.5:190
375 msgid ""
376 "Most color-capable ASCII terminals today use ISO 6429 (ANSI) color "
377 "sequences, and many common terminals without color capability, including "
378 "B<xterm> and the widely used and cloned DEC VT100, will recognize ISO 6429 "
379 "color codes and harmlessly eliminate them from the output or emulate them.  "
380 "B<ls> uses ISO 6429 codes by default, assuming colorization is enabled."
381 msgstr ""
382
383 #. type: Plain text
384 #: build/C/man5/dir_colors.5:194
385 msgid ""
386 "ISO 6429 color sequences are composed of sequences of numbers separated by "
387 "semicolons.  The most common codes are:"
388 msgstr ""
389
390 #. type: tbl table
391 #: build/C/man5/dir_colors.5:198
392 #, no-wrap
393 msgid " 0\tto restore default color\n"
394 msgstr ""
395
396 #. type: tbl table
397 #: build/C/man5/dir_colors.5:199
398 #, no-wrap
399 msgid " 1\tfor brighter colors\n"
400 msgstr ""
401
402 #. type: tbl table
403 #: build/C/man5/dir_colors.5:200
404 #, no-wrap
405 msgid " 4\tfor underlined text\n"
406 msgstr ""
407
408 #. type: tbl table
409 #: build/C/man5/dir_colors.5:201
410 #, no-wrap
411 msgid " 5\tfor flashing text\n"
412 msgstr ""
413
414 #. type: tbl table
415 #: build/C/man5/dir_colors.5:202
416 #, no-wrap
417 msgid "30\tfor black foreground\n"
418 msgstr ""
419
420 #. type: tbl table
421 #: build/C/man5/dir_colors.5:203
422 #, no-wrap
423 msgid "31\tfor red foreground\n"
424 msgstr ""
425
426 #. type: tbl table
427 #: build/C/man5/dir_colors.5:204
428 #, no-wrap
429 msgid "32\tfor green foreground\n"
430 msgstr ""
431
432 #. type: tbl table
433 #: build/C/man5/dir_colors.5:205
434 #, no-wrap
435 msgid "33\tfor yellow (or brown) foreground\n"
436 msgstr ""
437
438 #. type: tbl table
439 #: build/C/man5/dir_colors.5:206
440 #, no-wrap
441 msgid "34\tfor blue foreground\n"
442 msgstr ""
443
444 #. type: tbl table
445 #: build/C/man5/dir_colors.5:207
446 #, no-wrap
447 msgid "35\tfor purple foreground\n"
448 msgstr ""
449
450 #. type: tbl table
451 #: build/C/man5/dir_colors.5:208
452 #, no-wrap
453 msgid "36\tfor cyan foreground\n"
454 msgstr ""
455
456 #. type: tbl table
457 #: build/C/man5/dir_colors.5:209
458 #, no-wrap
459 msgid "37\tfor white (or gray) foreground\n"
460 msgstr ""
461
462 #. type: tbl table
463 #: build/C/man5/dir_colors.5:210
464 #, no-wrap
465 msgid "40\tfor black background\n"
466 msgstr ""
467
468 #. type: tbl table
469 #: build/C/man5/dir_colors.5:211
470 #, no-wrap
471 msgid "41\tfor red background\n"
472 msgstr ""
473
474 #. type: tbl table
475 #: build/C/man5/dir_colors.5:212
476 #, no-wrap
477 msgid "42\tfor green background\n"
478 msgstr ""
479
480 #. type: tbl table
481 #: build/C/man5/dir_colors.5:213
482 #, no-wrap
483 msgid "43\tfor yellow (or brown) background\n"
484 msgstr ""
485
486 #. type: tbl table
487 #: build/C/man5/dir_colors.5:214
488 #, no-wrap
489 msgid "44\tfor blue background\n"
490 msgstr ""
491
492 #. type: tbl table
493 #: build/C/man5/dir_colors.5:215
494 #, no-wrap
495 msgid "45\tfor purple background\n"
496 msgstr ""
497
498 #. type: tbl table
499 #: build/C/man5/dir_colors.5:216
500 #, no-wrap
501 msgid "46\tfor cyan background\n"
502 msgstr ""
503
504 #. type: tbl table
505 #: build/C/man5/dir_colors.5:217
506 #, no-wrap
507 msgid "47\tfor white (or gray) background\n"
508 msgstr ""
509
510 #. type: Plain text
511 #: build/C/man5/dir_colors.5:222
512 msgid "Not all commands will work on all systems or display devices."
513 msgstr ""
514
515 #. type: Plain text
516 #: build/C/man5/dir_colors.5:225
517 msgid "B<ls> uses the following defaults:"
518 msgstr ""
519
520 #. type: tbl table
521 #: build/C/man5/dir_colors.5:228
522 #, no-wrap
523 msgid "NORMAL\t0       \tNormal (nonfilename) text\n"
524 msgstr ""
525
526 #. type: tbl table
527 #: build/C/man5/dir_colors.5:229
528 #, no-wrap
529 msgid "FILE\t0       \tRegular file\n"
530 msgstr ""
531
532 #. type: tbl table
533 #: build/C/man5/dir_colors.5:230
534 #, no-wrap
535 msgid "DIR\t32      \tDirectory\n"
536 msgstr ""
537
538 #. type: tbl table
539 #: build/C/man5/dir_colors.5:231
540 #, no-wrap
541 msgid "LINK\t36      \tSymbolic link\n"
542 msgstr ""
543
544 #. type: tbl table
545 #: build/C/man5/dir_colors.5:232
546 #, no-wrap
547 msgid "ORPHAN\tundefined\tOrphaned symbolic link\n"
548 msgstr ""
549
550 #. type: tbl table
551 #: build/C/man5/dir_colors.5:233
552 #, no-wrap
553 msgid "MISSING\tundefined\tMissing file\n"
554 msgstr ""
555
556 #. type: tbl table
557 #: build/C/man5/dir_colors.5:234
558 #, no-wrap
559 msgid "FIFO\t31      \tNamed pipe (FIFO)\n"
560 msgstr ""
561
562 #. type: tbl table
563 #: build/C/man5/dir_colors.5:235
564 #, no-wrap
565 msgid "SOCK\t33      \tSocket\n"
566 msgstr ""
567
568 #. type: tbl table
569 #: build/C/man5/dir_colors.5:236
570 #, no-wrap
571 msgid "BLK\t44;37   \tBlock device\n"
572 msgstr ""
573
574 #. type: tbl table
575 #: build/C/man5/dir_colors.5:237
576 #, no-wrap
577 msgid "CHR\t44;37   \tCharacter device\n"
578 msgstr ""
579
580 #. type: tbl table
581 #: build/C/man5/dir_colors.5:238
582 #, no-wrap
583 msgid "EXEC\t35      \tExecutable file\n"
584 msgstr ""
585
586 #. type: Plain text
587 #: build/C/man5/dir_colors.5:250
588 msgid ""
589 "A few terminal programs do not recognize the default properly.  If all text "
590 "gets colorized after you do a directory listing, change the B<NORMAL> and "
591 "B<FILE> codes to the numerical codes for your normal foreground and "
592 "background colors."
593 msgstr ""
594
595 #. type: SS
596 #: build/C/man5/dir_colors.5:250
597 #, no-wrap
598 msgid "Other terminal types (advanced configuration)"
599 msgstr ""
600
601 #. type: Plain text
602 #: build/C/man5/dir_colors.5:260
603 msgid ""
604 "If you have a color-capable (or otherwise highlighting) terminal (or "
605 "printer!) which uses a different set of codes, you can still generate a "
606 "suitable setup.  To do so, you will have to use the B<LEFTCODE>, "
607 "B<RIGHTCODE>, and B<ENDCODE> definitions."
608 msgstr ""
609
610 #. type: Plain text
611 #: build/C/man5/dir_colors.5:283
612 msgid ""
613 "When writing out a filename, B<ls> generates the following output sequence: "
614 "B<LEFTCODE> I<typecode> B<RIGHTCODE> I<filename> B<ENDCODE>, where the "
615 "I<typecode> is the color sequence that depends on the type or name of file.  "
616 "If the B<ENDCODE> is undefined, the sequence B<LEFTCODE NORMAL RIGHTCODE> "
617 "will be used instead.  The purpose of the left- and rightcodes is merely to "
618 "reduce the amount of typing necessary (and to hide ugly escape codes away "
619 "from the user).  If they are not appropriate for your terminal, you can "
620 "eliminate them by specifying the respective keyword on a line by itself."
621 msgstr ""
622
623 #. type: Plain text
624 #: build/C/man5/dir_colors.5:296
625 msgid ""
626 "B<NOTE:> If the B<ENDCODE> is defined in the global section of the setup "
627 "file, it I<cannot> be undefined in a terminal-specific section of the file.  "
628 "This means any B<NORMAL> definition will have no effect.  A different "
629 "B<ENDCODE> can, however, be specified, which would have the same effect."
630 msgstr ""
631
632 #. type: SS
633 #: build/C/man5/dir_colors.5:296
634 #, no-wrap
635 msgid "Escape sequences"
636 msgstr ""
637
638 #. type: Plain text
639 #: build/C/man5/dir_colors.5:303
640 msgid ""
641 "To specify control- or blank characters in the color sequences or filename "
642 "extensions, either C-style \\e-escaped notation or B<stty>-style ^-notation "
643 "can be used.  The C-style notation includes the following characters:"
644 msgstr ""
645
646 #. type: tbl table
647 #: build/C/man5/dir_colors.5:307
648 #, no-wrap
649 msgid "\\ea\tBell (ASCII 7)\n"
650 msgstr ""
651
652 #. type: tbl table
653 #: build/C/man5/dir_colors.5:308
654 #, no-wrap
655 msgid "\\eb\tBackspace (ASCII 8)\n"
656 msgstr ""
657
658 #. type: tbl table
659 #: build/C/man5/dir_colors.5:309
660 #, no-wrap
661 msgid "\\ee\tEscape (ASCII 27)\n"
662 msgstr ""
663
664 #. type: tbl table
665 #: build/C/man5/dir_colors.5:310
666 #, no-wrap
667 msgid "\\ef\tForm feed (ASCII 12)\n"
668 msgstr ""
669
670 #. type: tbl table
671 #: build/C/man5/dir_colors.5:311
672 #, no-wrap
673 msgid "\\en\tNewline (ASCII 10)\n"
674 msgstr ""
675
676 #. type: tbl table
677 #: build/C/man5/dir_colors.5:312
678 #, no-wrap
679 msgid "\\er\tCarriage Return (ASCII 13)\n"
680 msgstr ""
681
682 #. type: tbl table
683 #: build/C/man5/dir_colors.5:313
684 #, no-wrap
685 msgid "\\et\tTab (ASCII 9)\n"
686 msgstr ""
687
688 #. type: tbl table
689 #: build/C/man5/dir_colors.5:314
690 #, no-wrap
691 msgid "\\ev\tVertical Tab (ASCII 11)\n"
692 msgstr ""
693
694 #. type: tbl table
695 #: build/C/man5/dir_colors.5:315
696 #, no-wrap
697 msgid "\\e?\tDelete (ASCII 127)\n"
698 msgstr ""
699
700 #. type: tbl table
701 #: build/C/man5/dir_colors.5:316
702 #, no-wrap
703 msgid "\\eI<nnn\tAny character (octal notation)>\n"
704 msgstr ""
705
706 #. type: tbl table
707 #: build/C/man5/dir_colors.5:317
708 #, no-wrap
709 msgid "I<\\exnnn\tAny character (hexadecimal notation)>\n"
710 msgstr ""
711
712 #. type: tbl table
713 #: build/C/man5/dir_colors.5:318
714 #, no-wrap
715 msgid "I<\\e_\tSpace>\n"
716 msgstr ""
717
718 #. type: tbl table
719 #: build/C/man5/dir_colors.5:319
720 #, no-wrap
721 msgid "I<\\e\\e\tBackslash (\\e)>\n"
722 msgstr ""
723
724 #. type: tbl table
725 #: build/C/man5/dir_colors.5:320
726 #, no-wrap
727 msgid "I<\\e^\tCaret (^)>\n"
728 msgstr ""
729
730 #. type: tbl table
731 #: build/C/man5/dir_colors.5:321
732 #, no-wrap
733 msgid "I<\\e#\tHash mark (#)>\n"
734 msgstr ""
735
736 #. type: Plain text
737 #: build/C/man5/dir_colors.5:328
738 msgid ""
739 "I<Please note that escapes are necessary to enter a space, backslash, caret, "
740 "or any control character anywhere in the string, as well as a hash mark as "
741 "the first character.>"
742 msgstr ""
743
744 #. type: SH
745 #: build/C/man5/dir_colors.5:328 build/C/man5/issue.5:39 build/C/man5/motd.5:40 build/C/man5/nologin.5:36 build/C/man5/slabinfo.5:123
746 #, no-wrap
747 msgid "FILES"
748 msgstr ""
749
750 #. type: TP
751 #: build/C/man5/dir_colors.5:329
752 #, no-wrap
753 msgid "I</etc/DIR_COLORS>"
754 msgstr ""
755
756 #. type: Plain text
757 #: build/C/man5/dir_colors.5:332
758 msgid "System-wide configuration file."
759 msgstr ""
760
761 #. type: TP
762 #: build/C/man5/dir_colors.5:332
763 #, no-wrap
764 msgid "I<~/.dir_colors>"
765 msgstr ""
766
767 #. type: Plain text
768 #: build/C/man5/dir_colors.5:335
769 msgid "Per-user configuration file."
770 msgstr ""
771
772 #. type: Plain text
773 #: build/C/man5/dir_colors.5:340
774 msgid ""
775 "This page describes the B<dir_colors> file format as used in the "
776 "fileutils-4.1 package; other versions may differ slightly."
777 msgstr ""
778
779 #. type: SH
780 #: build/C/man5/dir_colors.5:340 build/C/man5/slabinfo.5:129
781 #, no-wrap
782 msgid "NOTES"
783 msgstr ""
784
785 #. type: Plain text
786 #: build/C/man5/dir_colors.5:346
787 msgid ""
788 "The default B<LEFTCODE> and B<RIGHTCODE> definitions, which are used by ISO "
789 "6429 terminals are:"
790 msgstr ""
791
792 #. type: tbl table
793 #: build/C/man5/dir_colors.5:350
794 #, no-wrap
795 msgid "LEFTCODE\t\\ee[\n"
796 msgstr ""
797
798 #. type: tbl table
799 #: build/C/man5/dir_colors.5:351
800 #, no-wrap
801 msgid "RIGHTCODE\tm\n"
802 msgstr ""
803
804 #. type: Plain text
805 #: build/C/man5/dir_colors.5:358
806 msgid "The default B<ENDCODE> is undefined."
807 msgstr ""
808
809 #. type: SH
810 #: build/C/man5/dir_colors.5:358 build/C/man5/issue.5:41 build/C/man5/motd.5:42 build/C/man5/nologin.5:38
811 #, no-wrap
812 msgid "SEE ALSO"
813 msgstr ""
814
815 #. type: Plain text
816 #: build/C/man5/dir_colors.5:363
817 msgid "B<dircolors>(1), B<ls>(1), B<stty>(1), B<xterm>(1)"
818 msgstr ""
819
820 #. type: SH
821 #: build/C/man5/dir_colors.5:363 build/C/man5/issue.5:45 build/C/man5/motd.5:45 build/C/man5/nologin.5:41 build/C/man5/slabinfo.5:135
822 #, no-wrap
823 msgid "COLOPHON"
824 msgstr ""
825
826 #. type: Plain text
827 #: build/C/man5/dir_colors.5:370 build/C/man5/issue.5:52 build/C/man5/motd.5:52 build/C/man5/nologin.5:48 build/C/man5/slabinfo.5:142
828 msgid ""
829 "This page is part of release 3.52 of the Linux I<man-pages> project.  A "
830 "description of the project, and information about reporting bugs, can be "
831 "found at \\%http://www.kernel.org/doc/man-pages/."
832 msgstr ""
833
834 #. type: TH
835 #: build/C/man5/issue.5:27
836 #, no-wrap
837 msgid "ISSUE"
838 msgstr ""
839
840 #. type: TH
841 #: build/C/man5/issue.5:27
842 #, no-wrap
843 msgid "1993-07-24"
844 msgstr ""
845
846 #. type: TH
847 #: build/C/man5/issue.5:27 build/C/man5/motd.5:27 build/C/man5/nologin.5:27
848 #, no-wrap
849 msgid "Linux"
850 msgstr ""
851
852 #. type: TH
853 #: build/C/man5/issue.5:27 build/C/man5/motd.5:27 build/C/man5/nologin.5:27 build/C/man5/slabinfo.5:34
854 #, no-wrap
855 msgid "Linux Programmer's Manual"
856 msgstr ""
857
858 #. type: Plain text
859 #: build/C/man5/issue.5:30
860 msgid "issue - prelogin message and identification file"
861 msgstr ""
862
863 #. type: Plain text
864 #: build/C/man5/issue.5:39
865 msgid ""
866 "The file I</etc/issue> is a text file which contains a message or system "
867 "identification to be printed before the login prompt.  It may contain "
868 "various B<@>I<char> and B<\\e>I<char> sequences, if supported by the "
869 "B<getty>-type program employed on the system."
870 msgstr ""
871
872 #. type: Plain text
873 #: build/C/man5/issue.5:41
874 msgid "/etc/issue"
875 msgstr ""
876
877 #. type: Plain text
878 #: build/C/man5/issue.5:45
879 msgid "B<motd>(5), B<agetty>(8), B<mingetty>(8)"
880 msgstr ""
881
882 #. type: TH
883 #: build/C/man5/motd.5:27
884 #, no-wrap
885 msgid "MOTD"
886 msgstr ""
887
888 #. type: TH
889 #: build/C/man5/motd.5:27
890 #, no-wrap
891 msgid "1992-12-29"
892 msgstr ""
893
894 #. type: Plain text
895 #: build/C/man5/motd.5:30
896 msgid "motd - message of the day"
897 msgstr ""
898
899 #. type: Plain text
900 #: build/C/man5/motd.5:36
901 msgid ""
902 "The contents of I</etc/motd> are displayed by B<login>(1)  after a "
903 "successful login but just before it executes the login shell."
904 msgstr ""
905
906 #. type: Plain text
907 #: build/C/man5/motd.5:40
908 msgid ""
909 "The abbreviation \"motd\" stands for \"message of the day\", and this file "
910 "has been traditionally used for exactly that (it requires much less disk "
911 "space than mail to all users)."
912 msgstr ""
913
914 #. type: Plain text
915 #: build/C/man5/motd.5:42
916 msgid "/etc/motd"
917 msgstr ""
918
919 #. type: Plain text
920 #: build/C/man5/motd.5:45
921 msgid "B<login>(1), B<issue>(5)"
922 msgstr ""
923
924 #. type: TH
925 #: build/C/man5/nologin.5:27
926 #, no-wrap
927 msgid "NOLOGIN"
928 msgstr ""
929
930 #. type: TH
931 #: build/C/man5/nologin.5:27
932 #, no-wrap
933 msgid "2012-04-16"
934 msgstr ""
935
936 #. type: Plain text
937 #: build/C/man5/nologin.5:30
938 msgid "nologin - prevent unprivileged users from logging into the system"
939 msgstr ""
940
941 #. type: Plain text
942 #: build/C/man5/nologin.5:36
943 msgid ""
944 "If the file I</etc/nologin> exists and is readable, B<login>(1)  will allow "
945 "access only to root.  Other users will be shown the contents of this file "
946 "and their logins will be refused."
947 msgstr ""
948
949 #. type: Plain text
950 #: build/C/man5/nologin.5:38
951 msgid "/etc/nologin"
952 msgstr ""
953
954 #. type: Plain text
955 #: build/C/man5/nologin.5:41
956 msgid "B<login>(1), B<shutdown>(8)"
957 msgstr ""
958
959 #. type: TH
960 #: build/C/man5/slabinfo.5:34
961 #, no-wrap
962 msgid "SLABINFO"
963 msgstr ""
964
965 #. type: TH
966 #: build/C/man5/slabinfo.5:34
967 #, no-wrap
968 msgid "2007-09-30"
969 msgstr ""
970
971 #. type: Plain text
972 #: build/C/man5/slabinfo.5:37
973 msgid "/proc/slabinfo - kernel slab allocator statistics"
974 msgstr ""
975
976 #. type: SH
977 #: build/C/man5/slabinfo.5:37
978 #, no-wrap
979 msgid "SYNOPSIS"
980 msgstr ""
981
982 #. type: Plain text
983 #: build/C/man5/slabinfo.5:39
984 msgid "B<cat /proc/slabinfo>"
985 msgstr ""
986
987 #. type: Plain text
988 #: build/C/man5/slabinfo.5:47
989 msgid ""
990 "Frequently used objects in the Linux kernel (buffer heads, inodes, dentries, "
991 "etc.)  have their own cache.  The file I</proc/slabinfo> gives statistics.  "
992 "For example:"
993 msgstr ""
994
995 #. type: Plain text
996 #: build/C/man5/slabinfo.5:64
997 #, no-wrap
998 msgid ""
999 "% cat /proc/slabinfo\n"
1000 "slabinfo - version: 1.1\n"
1001 "kmem_cache            60     78    100    2    2    1\n"
1002 "blkdev_requests     5120   5120     96  128  128    1\n"
1003 "mnt_cache             20     40     96    1    1    1\n"
1004 "inode_cache         7005  14792    480 1598 1849    1\n"
1005 "dentry_cache        5469   5880    128  183  196    1\n"
1006 "filp                 726    760     96   19   19    1\n"
1007 "buffer_head        67131  71240     96 1776 1781    1\n"
1008 "vm_area_struct      1204   1652     64   23   28    1\n"
1009 "\\&...\n"
1010 "size-8192              1     17   8192    1   17    2\n"
1011 "size-4096             41     73   4096   41   73    1\n"
1012 "\\&...\n"
1013 msgstr ""
1014
1015 #. type: Plain text
1016 #: build/C/man5/slabinfo.5:72
1017 msgid ""
1018 "For each slab cache, the cache name, the number of currently active objects, "
1019 "the total number of available objects, the size of each object in bytes, the "
1020 "number of pages with at least one active object, the total number of "
1021 "allocated pages, and the number of pages per slab are given."
1022 msgstr ""
1023
1024 #. type: Plain text
1025 #: build/C/man5/slabinfo.5:77
1026 msgid ""
1027 "Note that because of object alignment and slab cache overhead, objects are "
1028 "not normally packed tightly into pages.  Pages with even one in-use object "
1029 "are considered in-use and cannot be freed."
1030 msgstr ""
1031
1032 #. type: Plain text
1033 #: build/C/man5/slabinfo.5:89
1034 msgid ""
1035 "Kernels compiled with slab cache statistics will also have \"(statistics)\" "
1036 "in the first line of output, and will have 5 additional columns, namely: the "
1037 "high water mark of active objects; the number of times objects have been "
1038 "allocated; the number of times the cache has grown (new pages added to this "
1039 "cache); the number of times the cache has been reaped (unused pages removed "
1040 "from this cache); and the number of times there was an error allocating new "
1041 "pages to this cache.  If slab cache statistics are not enabled for this "
1042 "kernel, these columns will not be shown."
1043 msgstr ""
1044
1045 #. type: Plain text
1046 #: build/C/man5/slabinfo.5:102
1047 msgid ""
1048 "SMP systems will also have \"(SMP)\" in the first line of output, and will "
1049 "have two additional columns for each slab, reporting the slab allocation "
1050 "policy for the CPU-local cache (to reduce the need for inter-CPU "
1051 "synchronization when allocating objects from the cache).  The first column "
1052 "is the per-CPU limit: the maximum number of objects that will be cached for "
1053 "each CPU.  The second column is the batchcount: the maximum number of free "
1054 "objects in the global cache that will be transferred to the per-CPU cache if "
1055 "it is empty, or the number of objects to be returned to the global cache if "
1056 "the per-CPU cache is full."
1057 msgstr ""
1058
1059 #. type: Plain text
1060 #: build/C/man5/slabinfo.5:114
1061 msgid ""
1062 "If both slab cache statistics and SMP are defined, there will be four "
1063 "additional columns, reporting the per-CPU cache statistics.  The first two "
1064 "are the per-CPU cache allocation hit and miss counts: the number of times an "
1065 "object was or was not available in the per-CPU cache for allocation.  The "
1066 "next two are the per-CPU cache free hit and miss counts: the number of times "
1067 "a freed object could or could not fit within the per-CPU cache limit, before "
1068 "flushing objects to the global cache."
1069 msgstr ""
1070
1071 #. type: Plain text
1072 #: build/C/man5/slabinfo.5:117
1073 msgid "It is possible to tune the SMP per-CPU slab cache limit and batchcount via:"
1074 msgstr ""
1075
1076 #. type: Plain text
1077 #: build/C/man5/slabinfo.5:121
1078 #, no-wrap
1079 msgid "echo \"I<cache_name limit batchcount>\" E<gt> /proc/slabinfo\n"
1080 msgstr ""
1081
1082 #. type: Plain text
1083 #: build/C/man5/slabinfo.5:125
1084 msgid "I<E<lt>linux/slab.hE<gt>>"
1085 msgstr ""
1086
1087 #. type: SH
1088 #: build/C/man5/slabinfo.5:125
1089 #, no-wrap
1090 msgid "VERSIONS"
1091 msgstr ""
1092
1093 #. type: Plain text
1094 #: build/C/man5/slabinfo.5:129
1095 msgid ""
1096 "I</proc/slabinfo> exists since Linux 2.1.23.  SMP per-CPU caches exist since "
1097 "Linux 2.4.0-test3."
1098 msgstr ""
1099
1100 #. type: Plain text
1101 #: build/C/man5/slabinfo.5:135
1102 msgid ""
1103 "Since Linux 2.6.16 the file I</proc/slabinfo> is present only if the "
1104 "B<CONFIG_SLAB> kernel configuration option is enabled."
1105 msgstr ""