Fix hyphen-used-as-minus-sign and manpage-has-errors-from-man
old
|
new
|
|
1 | 1 | .\"TOPICS "Topics:" |
2 | | .TH MC 1 "August 2009" "MC Version 4.7.0-pre1" "GNU Midnight Commander" |
| 2 | .TH MC 1 "August 2009" "MC Version 4.7.0\-pre1" "GNU Midnight Commander" |
3 | 3 | .\"SKIP_SECTION" |
4 | 4 | .SH "NAME" |
5 | | mc \- Visual shell for Unix-like systems. |
| 5 | mc \- Visual shell for Unix\-like systems. |
6 | 6 | .\"SKIP_SECTION" |
7 | 7 | .SH "USAGE" |
8 | 8 | .B mc |
9 | | [\-abcCdfhPstuUVx] [\-l log] [dir1 [dir2]] [-e [file]] [-v file] |
| 9 | [\-abcCdfhPstuUVx] [\-l log] [dir1 [dir2]] [\-e [file]] [\-v file] |
10 | 10 | .\"NODE "DESCRIPTION" |
11 | 11 | .SH "DESCRIPTION" |
12 | 12 | GNU Midnight Commander is a directory browser/file manager for |
13 | | Unix-like operating systems. |
| 13 | Unix\-like operating systems. |
14 | 14 | .\"NODE "OPTIONS" |
15 | 15 | .\".\"DONT_SPLIT" |
16 | 16 | .SH "OPTIONS" |
… |
… |
|
45 | 45 | .BR "mcedit (1)" . |
46 | 46 | .TP |
47 | 47 | .I \-f, \-\-datadir |
48 | | Display the compiled-in search paths for Midnight Commander files. |
| 48 | Display the compiled\-in search paths for Midnight Commander files. |
49 | 49 | .TP |
50 | 50 | .I \-k, \-\-resetsoft |
51 | 51 | Reset softkeys to their default from the termcap/terminfo |
… |
… |
|
95 | 95 | Display the version of the program. |
96 | 96 | .TP |
97 | 97 | .I \-x, \-\-xterm |
98 | | Force xterm mode. Used when running on xterm-capable terminals (two |
| 98 | Force xterm mode. Used when running on xterm\-capable terminals (two |
99 | 99 | screen modes, and able to send mouse escape sequences). |
100 | 100 | .PP |
101 | 101 | If specified, the first path name is the directory to show in the |
… |
… |
|
160 | 160 | selected; if you click with the right button, the file is marked (or |
161 | 161 | unmarked, depending on the previous state). |
162 | 162 | .PP |
163 | | Double-clicking on a file will try to execute the command if it is |
| 163 | Double\-clicking on a file will try to execute the command if it is |
164 | 164 | an executable program; and if the |
165 | 165 | .\"LINK2" |
166 | 166 | extension file |
… |
… |
|
205 | 205 | (sometimes labeled ALT or even Compose) keys. In this manual we will |
206 | 206 | use the following abbreviations: |
207 | 207 | .TP |
208 | | .B C-<chr> |
| 208 | .B C\-<chr> |
209 | 209 | means hold the Control key while typing the character <chr>. |
210 | | Thus C-f would be: hold the Control key and type f. |
| 210 | Thus C\-f would be: hold the Control key and type f. |
211 | 211 | .TP |
212 | | .B Alt-<chr> |
| 212 | .B Alt\-<chr> |
213 | 213 | means hold the Meta or Alt key down while typing <chr>. |
214 | 214 | If there is no Meta or Alt key, type |
215 | 215 | .IR ESC , |
216 | 216 | release it, then type the character <chr>. |
217 | 217 | .TP |
218 | | .B S-<chr> |
| 218 | .B S\-<chr> |
219 | 219 | means hold the Shift key down while typing <chr>. |
220 | 220 | .PP |
221 | 221 | All input lines in the Midnight Commander use an approximation to |
… |
… |
|
274 | 274 | .\"Extension File Edit" |
275 | 275 | then the corresponding command is executed. |
276 | 276 | .TP |
277 | | .B C-l |
| 277 | .B C\-l |
278 | 278 | repaint all the information in the Midnight Commander. |
279 | 279 | .TP |
280 | | .B C-x c |
| 280 | .B C\-x c |
281 | 281 | run the |
282 | 282 | .\"LINK2" |
283 | 283 | Chmod |
284 | 284 | .\"Chmod" |
285 | 285 | command on a file or on the tagged files. |
286 | 286 | .TP |
287 | | .B C-x o |
| 287 | .B C\-x o |
288 | 288 | run the |
289 | 289 | .\"LINK2" |
290 | 290 | Chown |
291 | 291 | .\"Chown" |
292 | 292 | command on the current file or on the tagged files. |
293 | 293 | .TP |
294 | | .B C-x l |
| 294 | .B C\-x l |
295 | 295 | run the link command. |
296 | 296 | .TP |
297 | | .B C-x s |
| 297 | .B C\-x s |
298 | 298 | run the symbolic link command. |
299 | 299 | .TP |
300 | | .B C-x i |
| 300 | .B C\-x i |
301 | 301 | set the other panel display mode to information. |
302 | 302 | .TP |
303 | | .B C-x q |
| 303 | .B C\-x q |
304 | 304 | set the other panel display mode to quick view. |
305 | 305 | .TP |
306 | | .B C-x ! |
| 306 | .B C\-x ! |
307 | 307 | execute the |
308 | 308 | .\"LINK2" |
309 | 309 | External panelize |
310 | 310 | .\"External panelize" |
311 | 311 | command. |
312 | 312 | .TP |
313 | | .B C-x h |
| 313 | .B C\-x h |
314 | 314 | run the |
315 | 315 | .\"LINK2" |
316 | 316 | add directory to hotlist |
317 | 317 | .\"Hotlist" |
318 | 318 | command. |
319 | 319 | .TP |
320 | | .B Alt-! |
| 320 | .B Alt\-! |
321 | 321 | executes the Filtered view command, described in the |
322 | 322 | .\"LINK2" |
323 | 323 | view command\&. |
324 | 324 | .\"Internal File Viewer" |
325 | 325 | .TP |
326 | | .B Alt-? |
| 326 | .B Alt\-? |
327 | 327 | executes the |
328 | 328 | .\"LINK2" |
329 | 329 | Find file |
330 | 330 | .\"Find File" |
331 | 331 | command. |
332 | 332 | .TP |
333 | | .B Alt-c |
| 333 | .B Alt\-c |
334 | 334 | pops up the |
335 | 335 | .\"LINK2" |
336 | 336 | quick cd |
337 | 337 | .\"Quick cd" |
338 | 338 | dialog. |
339 | 339 | .TP |
340 | | .B C-o |
| 340 | .B C\-o |
341 | 341 | when the program is being run in the Linux or FreeBSD console or under |
342 | 342 | an xterm, it will show you the output of the previous command. When ran |
343 | 343 | on the Linux console, the Midnight Commander uses an external program |
344 | 344 | (cons.saver) to handle saving and restoring of information on the |
345 | 345 | screen. |
346 | 346 | .PP |
347 | | When the subshell support is compiled in, you can type C-o at any time |
| 347 | When the subshell support is compiled in, you can type C\-o at any time |
348 | 348 | and you will be taken back to the Midnight Commander main screen, to |
349 | | return to your application just type C-o. If you have an application |
| 349 | return to your application just type C\-o. If you have an application |
350 | 350 | suspended by using this trick, you won't be able to execute other |
351 | 351 | programs from the Midnight Commander until you terminate the suspended |
352 | 352 | application. |
… |
… |
|
359 | 359 | Left and Right Menus\&. |
360 | 360 | .\"Left and Right Menus" |
361 | 361 | .TP |
362 | | .B Tab, C-i |
| 362 | .B Tab, C\-i |
363 | 363 | change the current panel. The old other panel becomes the new current |
364 | 364 | panel and the old current panel becomes the new other panel. The |
365 | 365 | selection bar moves from the old current panel to the new current |
… |
… |
|
369 | 369 | to tag files you may use the Insert key (the kich1 terminfo sequence). |
370 | 370 | To untag files, just retag a tagged file. |
371 | 371 | .TP |
372 | | .B C-t |
373 | | to change charset of panel you may use C-t (Control-t). |
| 372 | .B C\-t |
| 373 | to change charset of panel you may use C\-t (Control\-t). |
374 | 374 | Recoding is made from selected codepage into system codepage. To |
375 | 375 | cancel the recoding you may select "directory up" (..) in active panel. |
376 | 376 | To cancel the charsets in all directories, select "No translation " in |
377 | 377 | the dialog of encodings. |
378 | 378 | .TP |
379 | | .B Alt-g, Alt-r, Alt-j |
| 379 | .B Alt\-g, Alt\-r, Alt\-j |
380 | 380 | used to select the top file in a panel, the middle file and the bottom one, |
381 | 381 | respectively. |
382 | 382 | .TP |
383 | | .B C-s, Alt-s |
| 383 | .B C\-s, Alt\-s |
384 | 384 | start a filename search in the directory listing. When the search is |
385 | 385 | active, the user input will be added to the search string instead of |
386 | 386 | the command line. If the |
387 | | .I Show mini-status |
388 | | option is enabled the search string is shown on the mini-status |
| 387 | .I Show mini\-status |
| 388 | option is enabled the search string is shown on the mini\-status |
389 | 389 | line. When typing, the selection bar will move to the next file |
390 | 390 | starting with the typed letters. The |
391 | 391 | .I backspace |
392 | 392 | or |
393 | 393 | .I DEL |
394 | | keys can be used to correct typing mistakes. If C-s is pressed |
| 394 | keys can be used to correct typing mistakes. If C\-s is pressed |
395 | 395 | again, the next match is searched for. |
396 | 396 | .TP |
397 | | .B Alt-t |
| 397 | .B Alt\-t |
398 | 398 | toggle the current display listing to show the next display listing |
399 | 399 | mode. |
400 | 400 | With this it is possible to quickly switch to brief listing, long |
401 | 401 | listing, user defined listing mode, and back to the default. |
402 | 402 | .TP |
403 | | .B C-\\\\ (control-backslash) |
| 403 | .B C\-\\\\ (control\-backslash) |
404 | 404 | show the |
405 | 405 | .\"LINK2" |
406 | 406 | directory hotlist |
… |
… |
|
432 | 432 | use the "\\" key to unselect a group of files. This is the opposite of |
433 | 433 | the Plus key. |
434 | 434 | .TP |
435 | | .B up-key, C-p |
| 435 | .B up\-key, C\-p |
436 | 436 | move the selection bar to the previous entry in the panel. |
437 | 437 | .TP |
438 | | .B down-key, C-n |
| 438 | .B down\-key, C\-n |
439 | 439 | move the selection bar to the next entry in the panel. |
440 | 440 | .TP |
441 | | .B home, a1, Alt-< |
| 441 | .B home, a1, Alt\-< |
442 | 442 | move the selection bar to the first entry in the panel. |
443 | 443 | .TP |
444 | | .B end, c1, Alt-> |
| 444 | .B end, c1, Alt\-> |
445 | 445 | move the selection bar to the last entry in the panel. |
446 | 446 | .TP |
447 | | .B next-page, C-v |
| 447 | .B next\-page, C\-v |
448 | 448 | move the selection bar one page down. |
449 | 449 | .TP |
450 | | .B prev-page, Alt-v |
| 450 | .B prev\-page, Alt\-v |
451 | 451 | move the selection bar one page up. |
452 | 452 | .TP |
453 | | .B Alt-o |
| 453 | .B Alt\-o |
454 | 454 | If the currently selected file is a directory, load that directory on |
455 | 455 | the other panel and moves the selection to the next file. |
456 | 456 | .TP |
457 | | .B Alt-i |
| 457 | .B Alt\-i |
458 | 458 | make the current directory of the current panel also the current |
459 | 459 | directory of the other panel. Put the other panel to the listing mode |
460 | 460 | if needed. If the current panel is panelized, the other panel doesn't |
461 | 461 | become panelized. |
462 | 462 | .TP |
463 | | .B C-PageUp, C-PageDown |
| 463 | .B C\-PageUp, C\-PageDown |
464 | 464 | only when supported by the terminal: change to ".." and to the currently |
465 | 465 | selected directory respectively. |
466 | 466 | .TP |
467 | | .B Alt-y |
| 467 | .B Alt\-y |
468 | 468 | moves to the previous directory in the history, equivalent to clicking |
469 | 469 | the |
470 | 470 | .I < |
471 | 471 | with the mouse. |
472 | 472 | .TP |
473 | | .B Alt-u |
| 473 | .B Alt\-u |
474 | 474 | moves to the next directory in the history, equivalent to clicking the |
475 | 475 | .I > |
476 | 476 | with the mouse. |
477 | 477 | .TP |
478 | | .B Alt-Shift-h, Alt-H |
| 478 | .B Alt\-Shift\-h, Alt\-H |
479 | 479 | displays the directory history, equivalent to depressing the 'v' with |
480 | 480 | the mouse. |
481 | 481 | .\"NODE " Shell Command Line" |
… |
… |
|
483 | 483 | This section lists keys which are useful to avoid excessive typing when |
484 | 484 | entering shell commands. |
485 | 485 | .TP |
486 | | .B Alt-Enter |
| 486 | .B Alt\-Enter |
487 | 487 | copy the currently selected file name to the command line. |
488 | 488 | .TP |
489 | | .B C-Enter |
490 | | same a Alt-Enter. May not work on remote systems and some terminals. |
| 489 | .B C\-Enter |
| 490 | same a Alt\-Enter. May not work on remote systems and some terminals. |
491 | 491 | .TP |
492 | | .B C-Shift-Enter |
| 492 | .B C\-Shift\-Enter |
493 | 493 | copy the full path name of the currently selected file to the command |
494 | 494 | line. May not work on remote systems and some terminals. |
495 | 495 | .TP |
496 | | .B Alt-Tab |
| 496 | .B Alt\-Tab |
497 | 497 | does the filename, command, variable, username and hostname |
498 | 498 | .\"LINK2" |
499 | 499 | completion |
500 | 500 | .\"Completion" |
501 | 501 | for you. |
502 | 502 | .TP |
503 | | .B C-x t, C-x C-t |
| 503 | .B C\-x t, C\-x C\-t |
504 | 504 | copy the tagged files (or if there are no tagged files, the selected |
505 | | file) of the current panel (C-x t) or of the other panel (C-x C-t) to |
| 505 | file) of the current panel (C\-x t) or of the other panel (C\-x C\-t) to |
506 | 506 | the command line. |
507 | 507 | .TP |
508 | | .B C-x p, C-x C-p |
| 508 | .B C\-x p, C\-x C\-p |
509 | 509 | the first key sequence copies the current path name to the command |
510 | 510 | line, and the second one copies the unselected panel's path name to |
511 | 511 | the command line. |
512 | 512 | .TP |
513 | | .B C-q |
| 513 | .B C\-q |
514 | 514 | the quote command can be used to insert characters that are otherwise |
515 | 515 | interpreted by the Midnight Commander (like the '+' symbol) |
516 | 516 | .TP |
517 | | .B Alt-p, Alt-n |
518 | | use these keys to browse through the command history. Alt-p takes you |
519 | | to the last entry, Alt-n takes you to the next one. |
| 517 | .B Alt\-p, Alt\-n |
| 518 | use these keys to browse through the command history. Alt\-p takes you |
| 519 | to the last entry, Alt\-n takes you to the next one. |
520 | 520 | .TP |
521 | | .B Alt-h |
| 521 | .B Alt\-h |
522 | 522 | displays the history for the current input line. |
523 | 523 | .\"NODE " General Movement Keys" |
524 | 524 | .SH " General Movement Keys" |
… |
… |
|
529 | 529 | Other parts of the Midnight Commander use some of the same movement |
530 | 530 | keys, so this section may be of use for those parts too. |
531 | 531 | .TP |
532 | | .B Up, C-p |
| 532 | .B Up, C\-p |
533 | 533 | moves one line backward. |
534 | 534 | .TP |
535 | | .B Down, C-n |
| 535 | .B Down, C\-n |
536 | 536 | moves one line forward. |
537 | 537 | .TP |
538 | | .B Prev Page, Page Up, Alt-v |
| 538 | .B Prev Page, Page Up, Alt\-v |
539 | 539 | moves one page up. |
540 | 540 | .TP |
541 | | .B Next Page, Page Down, C-v |
| 541 | .B Next Page, Page Down, C\-v |
542 | 542 | moves one page down. |
543 | 543 | .TP |
544 | 544 | .B Home, A1 |
… |
… |
|
550 | 550 | The help viewer and the file viewer accept the following keys in |
551 | 551 | addition the to ones mentioned above: |
552 | 552 | .TP |
553 | | .B b, C-b, C-h, Backspace, Delete |
| 553 | .B b, C\-b, C\-h, Backspace, Delete |
554 | 554 | moves one page up. |
555 | 555 | .TP |
556 | 556 | .B Space bar |
… |
… |
|
569 | 569 | .\"Shell Command Line" |
570 | 570 | and for the query dialogs in the program) accept these keys: |
571 | 571 | .TP |
572 | | .B C-a |
| 572 | .B C\-a |
573 | 573 | puts the cursor at the beginning of line. |
574 | 574 | .TP |
575 | | .B C-e |
| 575 | .B C\-e |
576 | 576 | puts the cursor at the end of the line. |
577 | 577 | .TP |
578 | | .B C-b, move-left |
| 578 | .B C\-b, move\-left |
579 | 579 | move the cursor one position left. |
580 | 580 | .TP |
581 | | .B C-f, move-right |
| 581 | .B C\-f, move\-right |
582 | 582 | move the cursor one position right. |
583 | 583 | .TP |
584 | | .B Alt-f |
| 584 | .B Alt\-f |
585 | 585 | moves one word forward. |
586 | 586 | .TP |
587 | | .B Alt-b |
| 587 | .B Alt\-b |
588 | 588 | moves one word backward. |
589 | 589 | .TP |
590 | | .B C-h, backspace |
| 590 | .B C\-h, backspace |
591 | 591 | delete the previous character. |
592 | 592 | .TP |
593 | | .B C-d, Delete |
| 593 | .B C\-d, Delete |
594 | 594 | delete the character in the point (over the cursor). |
595 | 595 | .TP |
596 | | .B C-@ |
| 596 | .B C\-@ |
597 | 597 | sets the mark for cutting. |
598 | 598 | .TP |
599 | | .B C-w |
| 599 | .B C\-w |
600 | 600 | copies the text between the cursor and the mark to a kill buffer and |
601 | 601 | removes the text from the input line. |
602 | 602 | .TP |
603 | | .B Alt-w |
| 603 | .B Alt\-w |
604 | 604 | copies the text between the cursor and the mark to a kill buffer. |
605 | 605 | .TP |
606 | | .B C-y |
| 606 | .B C\-y |
607 | 607 | yanks back the contents of the kill buffer. |
608 | 608 | .TP |
609 | | .B C-k |
| 609 | .B C\-k |
610 | 610 | kills the text from the cursor to the end of the line. |
611 | 611 | .TP |
612 | | .B Alt-p, Alt-n |
613 | | Use these keys to browse through the command history. Alt-p takes you |
614 | | to the last entry, Alt-n takes you to the next one. |
| 612 | .B Alt\-p, Alt\-n |
| 613 | Use these keys to browse through the command history. Alt\-p takes you |
| 614 | to the last entry, Alt\-n takes you to the next one. |
615 | 615 | .TP |
616 | | .B Alt-C-h, Alt-Backspace |
| 616 | .B Alt\-C\-h, Alt\-Backspace |
617 | 617 | delete one word backward. |
618 | 618 | .TP |
619 | | .B Alt-Tab |
| 619 | .B Alt\-Tab |
620 | 620 | does the filename, command, variable, username and hostname |
621 | 621 | .\"LINK2" |
622 | 622 | completion |
… |
… |
|
685 | 685 | The brief view shows only the file name and it has two columns |
686 | 686 | (therefore showing twice as many files as other views). The long view |
687 | 687 | is similar to the output of |
688 | | .B "ls -l" |
| 688 | .B "ls \-l" |
689 | 689 | command. The long view takes the whole screen width. |
690 | 690 | .PP |
691 | 691 | If you choose the "User" display format, then you have to specify |
… |
… |
|
712 | 712 | is an alternative form of the |
713 | 713 | .B size |
714 | 714 | format. It displays the size of the files and for directories it just |
715 | | shows SUB-DIR or UP--DIR. |
| 715 | shows SUB\-DIR or UP\-\-DIR. |
716 | 716 | .TP |
717 | 717 | .B type |
718 | 718 | displays a one character wide type field. This character is similar to |
719 | | what is displayed by ls with the -F flag - |
| 719 | what is displayed by ls with the \-F flag \- |
720 | 720 | .B * |
721 | 721 | for executable files, |
722 | 722 | .B / |
… |
… |
|
725 | 725 | for links, |
726 | 726 | .B = |
727 | 727 | for sockets, |
728 | | .B - |
| 728 | .B \- |
729 | 729 | for character devices, |
730 | 730 | .B + |
731 | 731 | for block devices, |
… |
… |
|
785 | 785 | followed by the number of characters you want the field to have. If the |
786 | 786 | number is followed by the symbol |
787 | 787 | .BR + , |
788 | | then the size specifies the minimal field size - if the program finds |
| 788 | then the size specifies the minimal field size \- if the program finds |
789 | 789 | out that there is more space on the screen, it will then expand that |
790 | 790 | field. |
791 | 791 | .PP |
… |
… |
|
862 | 862 | for more information). |
863 | 863 | .\"NODE " File Menu" |
864 | 864 | .SH " File Menu" |
865 | | The Midnight Commander uses the F1 - F10 keys as keyboard shortcuts |
| 865 | The Midnight Commander uses the F1 \- F10 keys as keyboard shortcuts |
866 | 866 | for commands appearing in the file menu. The escape sequences for the |
867 | 867 | function keys are terminfo capabilities kf1 trough kf10. On terminals |
868 | 868 | without function key support, you can achieve the same functionality by |
… |
… |
|
873 | 873 | .PP |
874 | 874 | .B Help (F1) |
875 | 875 | .PP |
876 | | Invokes the built-in hypertext help viewer. Inside the |
| 876 | Invokes the built\-in hypertext help viewer. Inside the |
877 | 877 | .\"LINK2" |
878 | 878 | help viewer\&, |
879 | 879 | .\"Contents" |
… |
… |
|
891 | 891 | The user menu provides an easy way to provide users with a menu and |
892 | 892 | add extra features to the Midnight Commander. |
893 | 893 | .PP |
894 | | .B View (F3, Shift-F3) |
| 894 | .B View (F3, Shift\-F3) |
895 | 895 | .PP |
896 | 896 | View the currently selected file. By default this invokes the |
897 | 897 | .\"LINK2" |
… |
… |
|
906 | 906 | .B PAGER |
907 | 907 | environment variable is tried. If |
908 | 908 | .B PAGER |
909 | | is also undefined, the "view" command is invoked. If you use Shift-F3 |
| 909 | is also undefined, the "view" command is invoked. If you use Shift\-F3 |
910 | 910 | instead, the viewer will be invoked without doing any formatting or |
911 | 911 | preprocessing to the file. |
912 | 912 | .PP |
913 | | .B Filtered View (Alt-!) |
| 913 | .B Filtered View (Alt\-!) |
914 | 914 | .PP |
915 | 915 | This command prompts for a command |
916 | 916 | and its arguments (the argument defaults to the currently selected |
… |
… |
|
919 | 919 | .PP |
920 | 920 | .B Edit (F4, F14) |
921 | 921 | .PP |
922 | | Press F4 to edit the highlighted file. Press F14 (usually Shift-F4) |
| 922 | Press F4 to edit the highlighted file. Press F14 (usually Shift\-F4) |
923 | 923 | to start the editor with a new, empty file. |
924 | 924 | Currently they invoke the |
925 | 925 | .B vi |
… |
… |
|
936 | 936 | Press F5 to pop up an input dialog to copy the currently selected file (or |
937 | 937 | the tagged files, if there is at least one file tagged) to the |
938 | 938 | directory/filename you specify in the input dialog. The destination |
939 | | defaults to the directory in the non-selected panel. During this |
940 | | process, you can press C-c or ESC to abort the operation. For details |
| 939 | defaults to the directory in the non\-selected panel. During this |
| 940 | process, you can press C\-c or ESC to abort the operation. For details |
941 | 941 | about source mask (which will be usually either * or ^\\(.*\\)$ depending |
942 | 942 | on setting of Use shell patterns) and possible wildcards in the destination |
943 | 943 | see |
… |
… |
|
945 | 945 | Mask copy/rename\&. |
946 | 946 | .\"Mask Copy/Rename" |
947 | 947 | .PP |
948 | | F15 (usually Shift-F5) is similar, but defaults to the directory in the |
| 948 | F15 (usually Shift\-F5) is similar, but defaults to the directory in the |
949 | 949 | selected panel. It always operates on the selected file, regardless of |
950 | 950 | any tagged files. |
951 | 951 | .PP |
952 | 952 | On some systems, it is possible to do the copy in the background by |
953 | | clicking on the background button (or pressing Alt-b in the dialog |
| 953 | clicking on the background button (or pressing Alt\-b in the dialog |
954 | 954 | box). The |
955 | 955 | .\"LINK2" |
956 | 956 | Background Jobs |
957 | 957 | .\"Background jobs" |
958 | 958 | is used to control the background process. |
959 | 959 | .PP |
960 | | .B Link (C-x l) |
| 960 | .B Link (C\-x l) |
961 | 961 | .PP |
962 | 962 | Create a hard link to the current file. |
963 | 963 | .PP |
964 | | .B SymLink (C-x s) |
| 964 | .B SymLink (C\-x s) |
965 | 965 | .PP |
966 | 966 | Create a symbolic link to the current file. To those of you who don't |
967 | 967 | know what links are: creating a link to a file is a bit like copying |
… |
… |
|
979 | 979 | A symbolic link is a reference to the name of the original file. If |
980 | 980 | the original file is deleted the symbolic link is useless. It is quite |
981 | 981 | easy to notice that the files represent the same image. The Midnight |
982 | | Commander shows an "@"-sign in front of the file name if it is a |
| 982 | Commander shows an "@"\-sign in front of the file name if it is a |
983 | 983 | symbolic link to somewhere (except to directory, where it shows a tilde (~)). |
984 | | The original file which the link points to is shown on mini-status line if the |
985 | | .I "Show mini-status" |
| 984 | The original file which the link points to is shown on mini\-status line if the |
| 985 | .I "Show mini\-status" |
986 | 986 | option is enabled. Use symbolic links when you want to avoid the |
987 | 987 | confusion that can be caused by hard links. |
988 | 988 | .PP |
… |
… |
|
991 | 991 | Press F6 to pop up an input dialog to copy the currently selected file (or |
992 | 992 | the tagged files, if there is at least one file tagged) to the |
993 | 993 | directory/filename you specify in the input dialog. The destination |
994 | | defaults to the directory in the non-selected panel. For more details |
| 994 | defaults to the directory in the non\-selected panel. For more details |
995 | 995 | look at Copy (F5) operation above, most of the things are quite similar. |
996 | 996 | .PP |
997 | | F16 (usually Shift-F6) is similar, but defaults to the directory in the |
| 997 | F16 (usually Shift\-F6) is similar, but defaults to the directory in the |
998 | 998 | selected panel. It always operates on the selected file, regardless of |
999 | 999 | any tagged files. |
1000 | 1000 | .PP |
1001 | 1001 | On some systems, it is possible to do the copy in the background by |
1002 | | clicking on the background button (or pressing Alt-b in the dialog |
| 1002 | clicking on the background button (or pressing Alt\-b in the dialog |
1003 | 1003 | box). The |
1004 | 1004 | .\"LINK2" |
1005 | 1005 | Background Jobs |
… |
… |
|
1013 | 1013 | .B Delete (F8) |
1014 | 1014 | .PP |
1015 | 1015 | Delete the currently selected file or the tagged files in the |
1016 | | currently selected panel. During the process, you can press C-c or |
| 1016 | currently selected panel. During the process, you can press C\-c or |
1017 | 1017 | ESC to abort the operation. |
1018 | 1018 | .PP |
1019 | | .B Quick cd (Alt-c) |
| 1019 | .B Quick cd (Alt\-c) |
1020 | 1020 | Use the |
1021 | 1021 | .\"LINK2" |
1022 | 1022 | quick cd |
… |
… |
|
1051 | 1051 | .I "Select group" |
1052 | 1052 | command. |
1053 | 1053 | .PP |
1054 | | .B Quit (F10, Shift-F10) |
| 1054 | .B Quit (F10, Shift\-F10) |
1055 | 1055 | .PP |
1056 | | Terminate the Midnight Commander. Shift-F10 is used when you want to |
1057 | | quit and you are using the shell wrapper. Shift-F10 will not take you |
| 1056 | Terminate the Midnight Commander. Shift\-F10 is used when you want to |
| 1057 | quit and you are using the shell wrapper. Shift\-F10 will not take you |
1058 | 1058 | to the last directory you visited with the Midnight Commander, instead |
1059 | 1059 | it will stay at the directory where you started the Midnight Commander. |
1060 | 1060 | .\"NODE " Quick cd" |
… |
… |
|
1090 | 1090 | The "Panels on/off" command shows the output of the last shell command. |
1091 | 1091 | This works only on xterm and on Linux and FreeBSD console. |
1092 | 1092 | .PP |
1093 | | The Compare directories (C-x d) command compares the directory |
| 1093 | The Compare directories (C\-x d) command compares the directory |
1094 | 1094 | panels with each other. You can then use the Copy (F5) command to make |
1095 | 1095 | the panels identical. There are three compare methods. The quick method |
1096 | 1096 | compares only file size and file date. The thorough method makes a |
1097 | | full byte-by-byte compare. The thorough method is not available if the |
1098 | | machine does not support the mmap(2) system call. The size-only |
| 1097 | full byte\-by\-byte compare. The thorough method is not available if the |
| 1098 | machine does not support the mmap(2) system call. The size\-only |
1099 | 1099 | compare method just compares the file sizes and does not check the |
1100 | 1100 | contents or the date times, it just checks the file size. |
1101 | 1101 | .PP |
1102 | 1102 | The Command history command shows a list of typed commands. The |
1103 | 1103 | selected command is copied to the command line. The command history |
1104 | | can also be accessed by typing Alt-p or Alt-n. |
| 1104 | can also be accessed by typing Alt\-p or Alt\-n. |
1105 | 1105 | .PP |
1106 | 1106 | The |
1107 | 1107 | .\"LINK2" |
1108 | | Directory hotlist (C-\\) |
| 1108 | Directory hotlist (C\-\\) |
1109 | 1109 | .\"Hotlist" |
1110 | 1110 | command makes changing of the current directory to often used directories |
1111 | 1111 | faster. |
… |
… |
|
1141 | 1141 | To get rid of long delays the Midnight Commander creates the tree |
1142 | 1142 | figure by scanning only a small subset of all the directories. If the |
1143 | 1143 | directory which you want to see is missing, move to its parent |
1144 | | directory and press C-r (or F2). |
| 1144 | directory and press C\-r (or F2). |
1145 | 1145 | .PP |
1146 | 1146 | You can use the following keys: |
1147 | 1147 | .PP |
… |
… |
|
1156 | 1156 | directory in the other panel and stays in tree view mode in the |
1157 | 1157 | current panel. |
1158 | 1158 | .PP |
1159 | | .B C-r, F2 (Rescan). |
| 1159 | .B C\-r, F2 (Rescan). |
1160 | 1160 | Rescan this directory. Use this when the tree figure is out of date: |
1161 | 1161 | it is missing subdirectories or shows some subdirectories which don't |
1162 | 1162 | exist any more. |
… |
… |
|
1191 | 1191 | .B F8 (Delete). |
1192 | 1192 | Delete this directory from the file system. |
1193 | 1193 | .PP |
1194 | | .B C-s, Alt-s. |
| 1194 | .B C\-s, Alt\-s. |
1195 | 1195 | Search the next directory matching the search string. If there is |
1196 | 1196 | no such directory these keys will move one line down. |
1197 | 1197 | .PP |
1198 | | .B C-h, Backspace. |
| 1198 | .B C\-h, Backspace. |
1199 | 1199 | Delete the last character of the search string. |
1200 | 1200 | .PP |
1201 | 1201 | .B Any other character. |
1202 | 1202 | Add the character to the search string and move to the next directory |
1203 | 1203 | which starts with these characters. In the tree view you must first |
1204 | | activate the search mode by pressing C-s. The search string is shown |
| 1204 | activate the search mode by pressing C\-s. The search string is shown |
1205 | 1205 | in the mini status line. |
1206 | 1206 | .PP |
1207 | 1207 | The following actions are available only in the directory tree. They |
… |
… |
|
1213 | 1213 | .B Esc, F10. |
1214 | 1214 | Exit the directory tree. Do not change the directory. |
1215 | 1215 | .PP |
1216 | | The mouse is supported. A double-click behaves like Enter. See |
| 1216 | The mouse is supported. A double\-click behaves like Enter. See |
1217 | 1217 | also the section on |
1218 | 1218 | .\"LINK2" |
1219 | 1219 | mouse support\&. |
… |
… |
|
1243 | 1243 | search. The Quit button quits the search operation. The Panelize |
1244 | 1244 | button will place the found files to the current directory panel so |
1245 | 1245 | that you can do additional operations on them (view, copy, move, |
1246 | | delete and so on). After panelizing you can press C-r to return to the |
| 1246 | delete and so on). After panelizing you can press C\-r to return to the |
1247 | 1247 | normal file listing. |
1248 | 1248 | .PP |
1249 | 1249 | It is possible to have a list of directories that the Find File command |
1250 | 1250 | should skip during the search (for example, you may want to avoid |
1251 | | searches on a CD-ROM or on a NFS directory that is mounted across a slow |
| 1251 | searches on a CD\-ROM or on a NFS directory that is mounted across a slow |
1252 | 1252 | link). |
1253 | 1253 | .PP |
1254 | 1254 | Directories to be skipped should be set on the variable |
… |
… |
|
1282 | 1282 | panelization to run the following command: |
1283 | 1283 | .PP |
1284 | 1284 | .nf |
1285 | | find . -type l -print |
| 1285 | find . \-type l \-print |
1286 | 1286 | .fi |
1287 | 1287 | .PP |
1288 | 1288 | Upon command completion, the directory contents of the panel will no |
… |
… |
|
1309 | 1309 | directory corresponding to the selected label. From the hotlist dialog, |
1310 | 1310 | you can remove already created label/directory pairs and add new ones. |
1311 | 1311 | To add new directories quickly, you can use the Add to hotlist command |
1312 | | (C-x h), which adds the current directory into the directory hotlist, |
| 1312 | (C\-x h), which adds the current directory into the directory hotlist, |
1313 | 1313 | asking just for the label for the directory. |
1314 | 1314 | .PP |
1315 | 1315 | This makes cd to often used directories faster. You may consider using the |
… |
… |
|
1390 | 1390 | .I Include |
1391 | 1391 | (to add rules from the common section). |
1392 | 1392 | .I command |
1393 | | is any one-line shell command, with the simple |
| 1393 | is any one\-line shell command, with the simple |
1394 | 1394 | .\"LINK2" |
1395 | 1395 | macro substitution\&. |
1396 | 1396 | .\"Macro Substitution" |
… |
… |
|
1413 | 1413 | The user menu is a menu of useful actions that can be customized by |
1414 | 1414 | the user. When you access the user menu, the |
1415 | 1415 | file .mc.menu from the current directory is used if it exists, |
1416 | | but only if it is owned by user or root and is not world-writable. |
| 1416 | but only if it is owned by user or root and is not world\-writable. |
1417 | 1417 | If no such file found, ~/.mc/menu is tried in the same way, |
1418 | | and otherwise mc uses the default system-wide menu |
| 1418 | and otherwise mc uses the default system\-wide menu |
1419 | 1419 | @prefix@/share/mc/mc.menu. |
1420 | 1420 | .PP |
1421 | 1421 | The format of the menu file is very simple. Lines that start with |
… |
… |
|
1437 | 1437 | .PP |
1438 | 1438 | .nf |
1439 | 1439 | A Dump the currently selected file |
1440 | | od -c %f |
| 1440 | od \-c %f |
1441 | 1441 | |
1442 | 1442 | B Edit a bug report and send it to root |
1443 | | I=`mktemp ${MC_TMPDIR:-/tmp}/mail.XXXXXX` || exit 1 |
| 1443 | I=`mktemp ${MC_TMPDIR:\-/tmp}/mail.XXXXXX` || exit 1 |
1444 | 1444 | vi $I |
1445 | | mail -s "Midnight Commander bug" root < $I |
1446 | | rm -f $I |
| 1445 | mail \-s "Midnight Commander bug" root < $I |
| 1446 | rm \-f $I |
1447 | 1447 | |
1448 | 1448 | M Read mail |
1449 | | emacs -f rmail |
| 1449 | emacs \-f rmail |
1450 | 1450 | |
1451 | 1451 | N Read Usenet news |
1452 | | emacs -f gnus |
| 1452 | emacs \-f gnus |
1453 | 1453 | |
1454 | 1454 | H Call the info hypertext browser |
1455 | 1455 | info |
1456 | 1456 | |
1457 | 1457 | J Copy current directory to other panel recursively |
1458 | | tar cf - . | (cd %D && tar xvpf -) |
| 1458 | tar cf \- . | (cd %D && tar xvpf \-) |
1459 | 1459 | |
1460 | 1460 | K Make a release of the current subdirectory |
1461 | | echo -n "Name of distribution file: " |
| 1461 | echo \-n "Name of distribution file: " |
1462 | 1462 | read tar |
1463 | | ln -s %d `dirname %d`/$tar |
| 1463 | ln \-s %d `dirname %d`/$tar |
1464 | 1464 | cd .. |
1465 | 1465 | tar cvhf ${tar}.tar $tar |
1466 | 1466 | |
… |
… |
|
1476 | 1476 | true, the menu entry will be the default entry. |
1477 | 1477 | .PP |
1478 | 1478 | .nf |
1479 | | Condition syntax: = <sub-cond> |
1480 | | or: = <sub-cond> | <sub-cond> ... |
1481 | | or: = <sub-cond> & <sub-cond> ... |
| 1479 | Condition syntax: = <sub\-cond> |
| 1480 | or: = <sub\-cond> | <sub\-cond> ... |
| 1481 | or: = <sub\-cond> & <sub\-cond> ... |
1482 | 1482 | |
1483 | | Sub-condition is one of following: |
| 1483 | Sub\-condition is one of following: |
1484 | 1484 | |
1485 | 1485 | y <pattern> syntax of current file matching pattern? |
1486 | 1486 | (for edit menu only) |
… |
… |
|
1491 | 1491 | t <type> current file of type? |
1492 | 1492 | T <type> other file of type? |
1493 | 1493 | x <filename> is it executable filename? |
1494 | | ! <sub-cond> negate the result of sub-condition |
| 1494 | ! <sub\-cond> negate the result of sub\-condition |
1495 | 1495 | .fi |
1496 | 1496 | .PP |
1497 | 1497 | Pattern is a normal shell pattern or a regular expression, according |
… |
… |
|
1535 | 1535 | .PP |
1536 | 1536 | .nf |
1537 | 1537 | = f *.tar.gz | f *.tgz & t n |
1538 | | L List the contents of a compressed tar-archive |
1539 | | gzip -cd %f | tar xvf - |
| 1538 | L List the contents of a compressed tar\-archive |
| 1539 | gzip \-cd %f | tar xvf \- |
1540 | 1540 | .fi |
1541 | 1541 | .PP |
1542 | 1542 | .B Addition Conditions |
… |
… |
|
1616 | 1616 | .PP |
1617 | 1617 | .I Show Backup Files. |
1618 | 1618 | If enabled, the Midnight Commander will show files ending with a tilde. |
1619 | | Otherwise, they won't be shown (like GNU's ls option -B). |
| 1619 | Otherwise, they won't be shown (like GNU's ls option \-B). |
1620 | 1620 | .PP |
1621 | 1621 | .I Show Hidden Files. |
1622 | 1622 | If enabled, the Midnight Commander will show all files that start with |
1623 | | a dot (like ls -a). |
| 1623 | a dot (like ls \-a). |
1624 | 1624 | .PP |
1625 | 1625 | .I Mark moves down. |
1626 | 1626 | If enabled, the selection bar will move down when you mark a file (with |
… |
… |
|
1642 | 1642 | .I Fast directory reload. |
1643 | 1643 | If this option is enabled, the Midnight Commander will use a trick to |
1644 | 1644 | determine if the directory contents have changed. The trick is to reload |
1645 | | the directory only if the i-node of the directory has changed; this means |
| 1645 | the directory only if the i\-node of the directory has changed; this means |
1646 | 1646 | that reloads only happen when files are created or deleted. If what |
1647 | | changes is the i-node for a file in the directory (file size changes, |
| 1647 | changes is the i\-node for a file in the directory (file size changes, |
1648 | 1648 | mode or owner changes, etc) the display is not updated. In these cases, |
1649 | 1649 | if you have the option on, you have to rescan the directory manually |
1650 | | (with C-r). |
| 1650 | (with C\-r). |
1651 | 1651 | .PP |
1652 | 1652 | .B Pause after run |
1653 | 1653 | .PP |
… |
… |
|
1658 | 1658 | .I Never. |
1659 | 1659 | Means that you do not want to see the output of your command. If you |
1660 | 1660 | are using the Linux or FreeBSD console or an xterm, you will be able to |
1661 | | see the output of the command by typing C-o. |
| 1661 | see the output of the command by typing C\-o. |
1662 | 1662 | .PP |
1663 | 1663 | .I On dumb terminals. |
1664 | 1664 | You will get the pause message on terminals that are not capable of |
… |
… |
|
1687 | 1687 | is disabled. |
1688 | 1688 | .PP |
1689 | 1689 | .I Shell Patterns. |
1690 | | By default the Select, Unselect and Filter commands will use shell-like |
| 1690 | By default the Select, Unselect and Filter commands will use shell\-like |
1691 | 1691 | regular expressions. The following conversions are performed to achieve |
1692 | 1692 | this: the '*' is replaced by '.*' (zero or more characters); the '?' |
1693 | 1693 | is replaced by '.' (exactly one character) and '.' by the literal |
… |
… |
|
1701 | 1701 | .PP |
1702 | 1702 | .I Auto menus. |
1703 | 1703 | If this option is enabled, the user menu will be invoked at startup. |
1704 | | Useful for building menus for non-unixers. |
| 1704 | Useful for building menus for non\-unixers. |
1705 | 1705 | .PP |
1706 | 1706 | .I Use internal editor. |
1707 | | If this option is enabled, the built-in file editor is used to edit |
| 1707 | If this option is enabled, the built\-in file editor is used to edit |
1708 | 1708 | files. If the option is disabled, the editor specified in the |
1709 | 1709 | .B EDITOR |
1710 | 1710 | environment variable is used. |
… |
… |
|
1716 | 1716 | .\"Internal File Editor" |
1717 | 1717 | .PP |
1718 | 1718 | .I Use internal viewer. |
1719 | | If this option is enabled, the built-in file viewer is used to view |
| 1719 | If this option is enabled, the built\-in file viewer is used to view |
1720 | 1720 | files. If the option is disabled, the pager specified in the |
1721 | 1721 | .B PAGER |
1722 | 1722 | environment variable is used. |
… |
… |
|
1733 | 1733 | completions |
1734 | 1734 | .\"Completion" |
1735 | 1735 | if the completion is ambiguous only when you press |
1736 | | .B Alt-Tab |
| 1736 | .B Alt\-Tab |
1737 | 1737 | for the second time. For the first time, it just completes as much as |
1738 | 1738 | possible and beeps in the case of ambiguity. Enable this option if you |
1739 | 1739 | want to see all possible completions even after pressing |
1740 | | .B Alt-Tab |
| 1740 | .B Alt\-Tab |
1741 | 1741 | the first time. |
1742 | 1742 | .PP |
1743 | 1743 | .I Rotating dash. |
… |
… |
|
1745 | 1745 | Midnight Commander shows a rotating dash in the upper right corner |
1746 | 1746 | as a work in progress indicator. |
1747 | 1747 | .PP |
1748 | | .I Lynx-like motion. |
| 1748 | .I Lynx\-like motion. |
1749 | 1749 | If this option is enabled, |
1750 | 1750 | you may use the arrows keys to automatically chdir if the |
1751 | 1751 | current selection is a subdirectory and the shell command |
… |
… |
|
1800 | 1800 | and so on). |
1801 | 1801 | .PP |
1802 | 1802 | If the |
1803 | | .I Show Mini-Status |
| 1803 | .I Show Mini\-Status |
1804 | 1804 | option is enabled, one line of status information about the currently |
1805 | 1805 | selected item is shown at the bottom of the panels. |
1806 | 1806 | .PP |
… |
… |
|
1818 | 1818 | .\"NODE " Display bits" |
1819 | 1819 | .SH " Display bits" |
1820 | 1820 | This is used to configure the range of visible characters on the |
1821 | | screen. This setting may be 7-bits if your terminal/curses supports |
1822 | | only seven output bits, ISO-8859-1 displays all the characters in the |
1823 | | ISO-8859-1 map and full 8 bits is for those terminals that can display |
| 1821 | screen. This setting may be 7\-bits if your terminal/curses supports |
| 1822 | only seven output bits, ISO\-8859\-1 displays all the characters in the |
| 1823 | ISO\-8859\-1 map and full 8 bits is for those terminals that can display |
1824 | 1824 | full 8 bit characters. |
1825 | 1825 | .\"NODE " Learn keys" |
1826 | 1826 | .SH " Learn keys" |
… |
… |
|
1881 | 1881 | regular tar file. |
1882 | 1882 | .PP |
1883 | 1883 | Now, since we all love to browse files and tar files all over the disk, |
1884 | | it's common that you will leave a tar file and the re-enter it later. |
| 1884 | it's common that you will leave a tar file and the re\-enter it later. |
1885 | 1885 | Since decompression is slow, the Midnight Commander will cache the |
1886 | 1886 | information in memory for a limited time. When the timeout expires, all |
1887 | 1887 | the resources associated with the file system are released. The default |
… |
… |
|
1896 | 1896 | .PP |
1897 | 1897 | .I ftp anonymous password |
1898 | 1898 | is the password used when you login as "anonymous". Some sites require |
1899 | | a valid e-mail address. On the other hand, you probably don't want to |
1900 | | give your real e-mail address to untrusted sites, especially if you are |
| 1899 | a valid e\-mail address. On the other hand, you probably don't want to |
| 1900 | give your real e\-mail address to untrusted sites, especially if you are |
1901 | 1901 | not using spam filtering. |
1902 | 1902 | .PP |
1903 | 1903 | ftpfs keeps the directory listing it fetches from a FTP server in a cache. |
… |
… |
|
1942 | 1942 | .SH " Save Setup" |
1943 | 1943 | At startup the Midnight Commander will try to load initialization |
1944 | 1944 | information from the ~/.mc/ini file. If this file doesn't exist, it will |
1945 | | load the information from the system-wide configuration file, located in |
1946 | | @prefix@/share/mc/mc.ini. If the system-wide configuration file doesn't |
| 1945 | load the information from the system\-wide configuration file, located in |
| 1946 | @prefix@/share/mc/mc.ini. If the system\-wide configuration file doesn't |
1947 | 1947 | exist, MC uses the default settings. |
1948 | 1948 | .PP |
1949 | 1949 | The |
… |
… |
|
2008 | 2008 | .PP |
2009 | 2009 | .I Previous directory. |
2010 | 2010 | You can jump to the directory you were previously by using the special |
2011 | | directory name '-' like this: |
2012 | | .B cd - |
| 2011 | directory name '\-' like this: |
| 2012 | .B cd \- |
2013 | 2013 | .PP |
2014 | 2014 | .I CDPATH directories. |
2015 | 2015 | If the directory specified to the |
… |
… |
|
2155 | 2155 | users may specify startup commands in the ~/.mc/tcshrc file. |
2156 | 2156 | .PP |
2157 | 2157 | When the subshell code is used, you can suspend applications at any |
2158 | | time with the sequence C-o and jump back to the Midnight Commander, if |
| 2158 | time with the sequence C\-o and jump back to the Midnight Commander, if |
2159 | 2159 | you interrupt an application, you will not be able to run other |
2160 | 2160 | external commands until you quit the application you interrupted. |
2161 | 2161 | .PP |
… |
… |
|
2171 | 2171 | .\"NODE "Chmod" |
2172 | 2172 | .SH "Chmod" |
2173 | 2173 | The Chmod window is used to change the attribute bits in a group of |
2174 | | files and directories. It can be invoked with the C-x c key combination. |
| 2174 | files and directories. It can be invoked with the C\-x c key combination. |
2175 | 2175 | .PP |
2176 | | The Chmod window has two parts - |
| 2176 | The Chmod window has two parts \- |
2177 | 2177 | .I Permissions |
2178 | 2178 | and |
2179 | 2179 | .IR File . |
… |
… |
|
2224 | 2224 | .\"NODE "Chown" |
2225 | 2225 | .SH "Chown" |
2226 | 2226 | The Chown command is used to change the owner/group of a file. The hot |
2227 | | key for this command is C-x o. |
| 2227 | key for this command is C\-x o. |
2228 | 2228 | .\"NODE "Advanced Chown" |
2229 | 2229 | .SH "Advanced Chown" |
2230 | 2230 | The Advanced Chown command is the |
… |
… |
|
2272 | 2272 | The recursive delete dialog is shown when you try to delete a directory |
2273 | 2273 | which is not empty. Press the Yes button to delete the directory |
2274 | 2274 | recursively, the No button to skip the directory, the All button to |
2275 | | delete all the directories and the None button to skip all the non-empty |
| 2275 | delete all the directories and the None button to skip all the non\-empty |
2276 | 2276 | directories. You can abort the whole operation by pressing the Abort |
2277 | 2277 | button. If you selected the Yes or All button you will be asked for a |
2278 | 2278 | confirmation. Type "yes" only if you are really sure you want to do the |
… |
… |
|
2433 | 2433 | with constants like this: |
2434 | 2434 | .PP |
2435 | 2435 | .nf |
2436 | | "String" -1 0xBB 012 "more text" |
| 2436 | "String" \-1 0xBB 012 "more text" |
2437 | 2437 | .fi |
2438 | 2438 | .PP |
2439 | | Note that 012 is an octal number. -1 is converted to 0xFF. |
| 2439 | Note that 012 is an octal number. \-1 is converted to 0xFF. |
2440 | 2440 | .PP |
2441 | 2441 | Here is a listing of the actions associated with each key that the |
2442 | 2442 | Midnight Commander handles in the internal file viewer. |
2443 | 2443 | .PP |
2444 | 2444 | .B F1 |
2445 | | Invoke the built-in hypertext help viewer. |
| 2445 | Invoke the built\-in hypertext help viewer. |
2446 | 2446 | .PP |
2447 | 2447 | .B F2 |
2448 | 2448 | Toggle the wrap mode. |
… |
… |
|
2463 | 2463 | .B F7 |
2464 | 2464 | Normal search / hex mode search. |
2465 | 2465 | .PP |
2466 | | .B C-s, F17, n. |
| 2466 | .B C\-s, F17, n. |
2467 | 2467 | Start normal search if there was no previous search expression else |
2468 | 2468 | find next match. |
2469 | 2469 | .PP |
2470 | | .B C-r. |
| 2470 | .B C\-r. |
2471 | 2471 | Start reverse search if there was no previous search expression else |
2472 | 2472 | find next match. |
2473 | 2473 | .PP |
… |
… |
|
2486 | 2486 | .B F10, Esc. |
2487 | 2487 | Exit the internal file viewer. |
2488 | 2488 | .PP |
2489 | | .B next-page, space, C-v. |
| 2489 | .B next\-page, space, C\-v. |
2490 | 2490 | Scroll one page forward. |
2491 | 2491 | .PP |
2492 | | .B prev-page, Alt-v, C-b, backspace. |
| 2492 | .B prev\-page, Alt\-v, C\-b, backspace. |
2493 | 2493 | Scroll one page backward. |
2494 | 2494 | .PP |
2495 | | .B down-key |
| 2495 | .B down\-key |
2496 | 2496 | Scroll one line forward. |
2497 | 2497 | .PP |
2498 | | .B up-key |
| 2498 | .B up\-key |
2499 | 2499 | Scroll one line backward. |
2500 | 2500 | .PP |
2501 | | .B C-l |
| 2501 | .B C\-l |
2502 | 2502 | Refresh the screen. |
2503 | 2503 | .PP |
2504 | | .B C-o |
| 2504 | .B C\-o |
2505 | 2505 | Switch to the subshell and show the command screen. |
2506 | 2506 | .PP |
2507 | 2507 | .B ! |
2508 | | Like C-o, but run a new shell if the subshell is not running. |
| 2508 | Like C\-o, but run a new shell if the subshell is not running. |
2509 | 2509 | .PP |
2510 | 2510 | .B "[n] m" |
2511 | 2511 | Set the mark n. |
… |
… |
|
2513 | 2513 | .B "[n] r" |
2514 | 2514 | Jump to the mark n. |
2515 | 2515 | .PP |
2516 | | .B C-f |
| 2516 | .B C\-f |
2517 | 2517 | Jump to the next file. |
2518 | 2518 | .PP |
2519 | | .B C-b |
| 2519 | .B C\-b |
2520 | 2520 | Jump to the previous file. |
2521 | 2521 | .PP |
2522 | | .B Alt-r |
| 2522 | .B Alt\-r |
2523 | 2523 | Toggle the ruler. |
2524 | 2524 | .PP |
2525 | 2525 | It's possible to instruct the file viewer how to display a file, look |
… |
… |
|
2529 | 2529 | .\"Extension File Edit" |
2530 | 2530 | .\"NODE "Internal File Editor" |
2531 | 2531 | .SH "Internal File Editor" |
2532 | | The internal file editor is a full-featured full screen editor. It can |
| 2532 | The internal file editor is a full\-featured full screen editor. It can |
2533 | 2533 | edit files up to 64 megabytes. It is possible to edit binary files. |
2534 | 2534 | The internal file editor is invoked using |
2535 | 2535 | .B F4 |
… |
… |
|
2538 | 2538 | option is set in the initialization file. |
2539 | 2539 | .PP |
2540 | 2540 | The features it presently supports are: block copy, move, delete, cut, |
2541 | | paste; key for key undo; pull-down menus; file insertion; macro |
2542 | | commands; regular expression search and replace; shift-arrow text highlighting |
2543 | | (if supported by the terminal); insert-overwrite toggle; word wrap; |
| 2541 | paste; key for key undo; pull\-down menus; file insertion; macro |
| 2542 | commands; regular expression search and replace; shift\-arrow text highlighting |
| 2543 | (if supported by the terminal); insert\-overwrite toggle; word wrap; |
2544 | 2544 | autoindent; tunable tab size; syntax highlighting for various file |
2545 | 2545 | types; and an option to pipe text blocks through shell commands like |
2546 | 2546 | indent and ispell. |
2547 | 2547 | .PP |
2548 | 2548 | The editor is very easy to use and requires no tutoring. To see what |
2549 | | keys do what, just consult the appropriate pull-down menu. Other keys |
| 2549 | keys do what, just consult the appropriate pull\-down menu. Other keys |
2550 | 2550 | are: Shift movement keys do text highlighting. |
2551 | | .B Ctrl-Ins |
| 2551 | .B Ctrl\-Ins |
2552 | 2552 | copies to the file |
2553 | 2553 | .B cooledit.clip |
2554 | 2554 | and |
2555 | | .B Shift-Ins |
| 2555 | .B Shift\-Ins |
2556 | 2556 | pastes from cooledit.clip. |
2557 | | .B Shift-Del |
| 2557 | .B Shift\-Del |
2558 | 2558 | cuts to |
2559 | 2559 | .BR cooledit.clip , |
2560 | 2560 | and |
2561 | | .B Ctrl-Del |
| 2561 | .B Ctrl\-Del |
2562 | 2562 | deletes highlighted text. Mouse highlighting also works, and you |
2563 | 2563 | can override the mouse as usual by holding down the shift key |
2564 | 2564 | while dragging the mouse to let normal terminal mouse highlighting |
2565 | 2565 | work. |
2566 | 2566 | .PP |
2567 | 2567 | To define a macro, press |
2568 | | .B Ctrl-R |
| 2568 | .B Ctrl\-R |
2569 | 2569 | and then type out the key |
2570 | 2570 | strokes you want to be executed. Press |
2571 | | .B Ctrl-R |
| 2571 | .B Ctrl\-R |
2572 | 2572 | again when finished. You can then assign the macro to any key you |
2573 | 2573 | like by pressing that key. The macro is executed when you press |
2574 | | .B Ctrl-A |
| 2574 | .B Ctrl\-A |
2575 | 2575 | and then the assigned key. The macro is also executed if |
2576 | 2576 | you press Meta, Ctrl, or Esc and the assigned key, provided that the |
2577 | 2577 | key is not used for any other function. Once defined, the macro |
… |
… |
|
2592 | 2592 | .B .mc/cedit/edit.indent.rc |
2593 | 2593 | in your home directory the first time you use it. |
2594 | 2594 | .PP |
2595 | | The editor also displays non-us characters (160+). When editing |
| 2595 | The editor also displays non\-us characters (160+). When editing |
2596 | 2596 | binary files, you should set |
2597 | 2597 | .B display bits |
2598 | 2598 | to 7 bits in the options menu to keep the spacing clean. |
… |
… |
|
2610 | 2610 | .BR @ ) |
2611 | 2611 | or command (if you are on the command line in the position where you |
2612 | 2612 | might type a command, possible completions then include shell reserved |
2613 | | words and shell built-in commands as well) in turn. If none of these |
| 2613 | words and shell built\-in commands as well) in turn. If none of these |
2614 | 2614 | matches, filename completion is attempted. |
2615 | 2615 | .PP |
2616 | 2616 | Filename, username, variable and hostname completion works on all input |
… |
… |
|
2628 | 2628 | the correct entry. You can also type the first letters in which the |
2629 | 2629 | possibilities differ to move to a subset of all possibilities and |
2630 | 2630 | complete as much as possible. If you press |
2631 | | .B Alt-Tab |
| 2631 | .B Alt\-Tab |
2632 | 2632 | again, only the subset will be shown in the listbox, otherwise the first |
2633 | 2633 | item which matches all the previous characters will be highlighted. As |
2634 | 2634 | soon as there is no ambiguity, dialog disappears, but you can hide it by |
… |
… |
|
2640 | 2640 | Complete: show all |
2641 | 2641 | .\"Configuration" |
2642 | 2642 | is disabled, the dialog pops up only if you press |
2643 | | .B Alt-Tab |
| 2643 | .B Alt\-Tab |
2644 | 2644 | for the second time, for the first time MC just beeps. |
2645 | 2645 | .\"NODE "Virtual File System" |
2646 | 2646 | .SH "Virtual File System" |
… |
… |
|
2687 | 2687 | .I cd |
2688 | 2688 | command to a path name that looks like this: |
2689 | 2689 | .PP |
2690 | | .I /#ftp:[!][user[:pass]@]machine[:port][remote-dir] |
| 2690 | .I /#ftp:[!][user[:pass]@]machine[:port][remote\-dir] |
2691 | 2691 | .PP |
2692 | 2692 | The |
2693 | 2693 | .IR user , |
2694 | 2694 | .I port |
2695 | 2695 | and |
2696 | | .I remote-dir |
| 2696 | .I remote\-dir |
2697 | 2697 | elements are optional. If you specify the |
2698 | 2698 | .I user |
2699 | 2699 | element, the Midnight Commander will login to the remote machine as that |
… |
… |
|
2713 | 2713 | .PP |
2714 | 2714 | .nf |
2715 | 2715 | /#ftp:ftp.nuclecu.unam.mx/linux/local |
2716 | | /#ftp:tsx-11.mit.edu/pub/linux/packages |
| 2716 | /#ftp:tsx\-11.mit.edu/pub/linux/packages |
2717 | 2717 | /#ftp:!behind.firewall.edu/pub |
2718 | | /#ftp:guest@remote-host.com:40/pub |
| 2718 | /#ftp:guest@remote\-host.com:40/pub |
2719 | 2719 | /#ftp:miguel:xxx@server/pub |
2720 | 2720 | .fi |
2721 | 2721 | .PP |
… |
… |
|
2726 | 2726 | dialog box for ftpfs options. |
2727 | 2727 | .\"NODE " Tar File System" |
2728 | 2728 | .SH " Tar File System" |
2729 | | The tar file system provides you with read-only access to your tar |
| 2729 | The tar file system provides you with read\-only access to your tar |
2730 | 2730 | files and compressed tar files by using the chdir command. To change |
2731 | 2731 | your directory to a tar file, you change your current directory to the |
2732 | 2732 | tar file by using the following syntax: |
2733 | 2733 | .PP |
2734 | | .I /filename.tar#utar/[dir-inside-tar] |
| 2734 | .I /filename.tar#utar/[dir\-inside\-tar] |
2735 | 2735 | .PP |
2736 | 2736 | The mc.ext file already provides a shortcut for tar files, this means |
2737 | 2737 | that usually you just point to a tar file and press return to enter |
… |
… |
|
2744 | 2744 | Examples: |
2745 | 2745 | .PP |
2746 | 2746 | .nf |
2747 | | mc-3.0.tar.gz#utar/mc-3.0/vfs |
2748 | | /ftp/GCC/gcc-2.7.0.tar#utar |
| 2747 | mc\-3.0.tar.gz#utar/mc\-3.0/vfs |
| 2748 | /ftp/GCC/gcc\-2.7.0.tar#utar |
2749 | 2749 | .fi |
2750 | 2750 | .PP |
2751 | 2751 | The latter specifies the full path of the tar archive. |
… |
… |
|
2754 | 2754 | The fish file system is a network based file system that allows you to |
2755 | 2755 | manipulate the files in a remote machine as if they were local. To use |
2756 | 2756 | this, the other side has to either run fish server, or has to have |
2757 | | bash-compatible shell. |
| 2757 | bash\-compatible shell. |
2758 | 2758 | .PP |
2759 | 2759 | To connect to a remote machine, you just need to chdir |
2760 | 2760 | into a special directory which name is in the following |
2761 | 2761 | format: |
2762 | 2762 | .PP |
2763 | | .I /#sh:[user@]machine[:options]/[remote-dir] |
| 2763 | .I /#sh:[user@]machine[:options]/[remote\-dir] |
2764 | 2764 | .PP |
2765 | 2765 | The |
2766 | 2766 | .I user, |
2767 | 2767 | .I options |
2768 | 2768 | and |
2769 | | .I remote-dir |
| 2769 | .I remote\-dir |
2770 | 2770 | elements are optional. If you specify the |
2771 | 2771 | .I user |
2772 | 2772 | element, the Midnight Commander will try to login on the remote |
… |
… |
|
2774 | 2774 | .PP |
2775 | 2775 | The |
2776 | 2776 | .I options |
2777 | | are 'C' - use compression and 'rsh' use rsh instead of ssh. If the |
2778 | | .I remote-dir |
| 2777 | are 'C' \- use compression and 'rsh' use rsh instead of ssh. If the |
| 2778 | .I remote\-dir |
2779 | 2779 | element is present, your current directory on the remote machine will be |
2780 | 2780 | set to this one. |
2781 | 2781 | .PP |
… |
… |
|
2796 | 2796 | To connect to a remote machine, you just need to chdir into a special |
2797 | 2797 | directory which name is in the following format: |
2798 | 2798 | .PP |
2799 | | .I /#mc:[user@]machine[:port][remote-dir] |
| 2799 | .I /#mc:[user@]machine[:port][remote\-dir] |
2800 | 2800 | .PP |
2801 | 2801 | The |
2802 | 2802 | .I user, port |
2803 | 2803 | and |
2804 | | .I remote-dir |
| 2804 | .I remote\-dir |
2805 | 2805 | elements are optional. If you specify the |
2806 | 2806 | .I user |
2807 | 2807 | element then the Midnight Commander will try to logon on the remote |
… |
… |
|
2812 | 2812 | element is used when the remote server is running on a special port |
2813 | 2813 | (see the mcserv(8) manual page for more information about ports); |
2814 | 2814 | finally, if the |
2815 | | .I remote-dir |
| 2815 | .I remote\-dir |
2816 | 2816 | element is present, your current directory on the remote machine will |
2817 | 2817 | be set to this one. |
2818 | 2818 | .PP |
… |
… |
|
2853 | 2853 | (accessible from the menubar) or you may directly change your current |
2854 | 2854 | directory to it using the cd command to a path name that looks like this: |
2855 | 2855 | .PP |
2856 | | .I /#smb:[user@]machine[/service][/remote-dir] |
| 2856 | .I /#smb:[user@]machine[/service][/remote\-dir] |
2857 | 2857 | .PP |
2858 | 2858 | The |
2859 | 2859 | .IR user , |
2860 | 2860 | .I service |
2861 | 2861 | and |
2862 | | .I remote-dir |
| 2862 | .I remote\-dir |
2863 | 2863 | elements are optional. |
2864 | 2864 | The |
2865 | 2865 | .IR user , |
… |
… |
|
2883 | 2883 | .PP |
2884 | 2884 | Extfs filesystems can be divided into two categories: |
2885 | 2885 | .PP |
2886 | | 1. Stand-alone filesystems, which are not associated with any existing |
2887 | | file. They represent certain system-wide data as a directory tree. |
| 2886 | 1. Stand\-alone filesystems, which are not associated with any existing |
| 2887 | file. They represent certain system\-wide data as a directory tree. |
2888 | 2888 | You can invoke them by typing |
2889 | 2889 | .RI ' "cd #fsname" ' |
2890 | 2890 | where fsname is an extfs short name (see below). Examples of such |
2891 | 2891 | filesystems include audio (list audio tracks on the CD) or apt (list of |
2892 | 2892 | all Debian packages in the system). |
2893 | 2893 | .PP |
2894 | | For example, to list CD-Audio tracks on your CD-ROM drive, type |
| 2894 | For example, to list CD\-Audio tracks on your CD\-ROM drive, type |
2895 | 2895 | .PP |
2896 | 2896 | .nf |
2897 | 2897 | cd #audio |
… |
… |
|
2915 | 2915 | In many aspects, you could treat extfs like any other directory. For |
2916 | 2916 | instance, you can add it to the hotlist or change to it from directory |
2917 | 2917 | history. An important limitation is that you cannot invoke shell |
2918 | | commands inside extfs, just like any other non-local VFS. |
| 2918 | commands inside extfs, just like any other non\-local VFS. |
2919 | 2919 | .PP |
2920 | 2920 | Common extfs scripts included with Midnight Commander are: |
2921 | 2921 | .TP |
… |
… |
|
2954 | 2954 | .RI ( "cd filename#lslR" ). |
2955 | 2955 | .TP |
2956 | 2956 | .B mailfs |
2957 | | mbox-style mailbox files support |
| 2957 | mbox\-style mailbox files support |
2958 | 2958 | .RI ( "cd mailbox#mailfs" ). |
2959 | 2959 | .TP |
2960 | 2960 | .B patchfs |
… |
… |
|
2995 | 2995 | The Midnight Commander will try to detect if your terminal supports |
2996 | 2996 | color using the terminal database and your terminal name. Sometimes |
2997 | 2997 | it gets confused, so you may force color mode or disable color mode |
2998 | | using the -c and -b flag respectively. |
| 2998 | using the \-c and \-b flag respectively. |
2999 | 2999 | .PP |
3000 | 3000 | If the program is compiled with the Slang screen manager instead of |
3001 | 3001 | ncurses, it will also check the variable |
3002 | 3002 | .B COLORTERM, |
3003 | | if it is set, it has the same effect as the -c flag. |
| 3003 | if it is set, it has the same effect as the \-c flag. |
3004 | 3004 | .PP |
3005 | 3005 | You may specify terminals that always force color mode |
3006 | 3006 | by adding the |
… |
… |
|
3012 | 3012 | .nf |
3013 | 3013 | [Colors] |
3014 | 3014 | color_terminals=linux,xterm |
3015 | | color_terminals=terminal-name1,terminal-name2... |
| 3015 | color_terminals=terminal\-name1,terminal\-name2... |
3016 | 3016 | .fi |
3017 | 3017 | .PP |
3018 | 3018 | The program can be compiled with both ncurses and slang, ncurses does |
… |
… |
|
3099 | 3099 | .I stalelink |
3100 | 3100 | is used for stale symbolic links; |
3101 | 3101 | .I device |
3102 | | - character and block devices; |
| 3102 | \- character and block devices; |
3103 | 3103 | .I special |
3104 | 3104 | is used for special files, such as pipes and sockets; |
3105 | 3105 | .I core |
… |
… |
|
3165 | 3165 | arrived, then the ESC key is interpreted as a cancel key (ESC ESC). |
3166 | 3166 | .TP |
3167 | 3167 | .I only_leading_plus_minus |
3168 | | Allow special treatment for '+', '-', '*' in the command line (select, |
| 3168 | Allow special treatment for '+', '\-', '*' in the command line (select, |
3169 | 3169 | unselect, reverse selection) only if the command line is empty. You |
3170 | 3170 | don't need to quote those characters in the middle of the command line. |
3171 | 3171 | On the other hand, you cannot use them to change selection when the |
… |
… |
|
3178 | 3178 | .TP |
3179 | 3179 | .I show_output_starts_shell |
3180 | 3180 | This variable only works if you are not using the subshell support. |
3181 | | When you use the C-o keystroke to go back to the user screen, if this |
| 3181 | When you use the C\-o keystroke to go back to the user screen, if this |
3182 | 3182 | one is set, you will get a fresh shell. Otherwise, pressing any key |
3183 | 3183 | will bring you back to the Midnight Commander. |
3184 | 3184 | .TP |
… |
… |
|
3217 | 3217 | database without requiring root privileges. The Midnight Commander |
3218 | 3218 | searches in the system initialization file (the mc.lib file located in |
3219 | 3219 | the Midnight Commander library directory) and in the ~/.mc/ini file for |
3220 | | the section "terminal:your-terminal-name" and then for the section |
| 3220 | the section "terminal:your\-terminal\-name" and then for the section |
3221 | 3221 | "terminal:general", each line of the section contains a key symbol that |
3222 | 3222 | you want to define, followed by an equal sign and the definition for the |
3223 | 3223 | key. You can use the special \\e form to represent the escape character |
3224 | | and the ^x to represent the control-x character. |
| 3224 | and the ^x to represent the control\-x character. |
3225 | 3225 | .PP |
3226 | 3226 | The possible key symbols are: |
3227 | 3227 | .PP |
3228 | 3228 | .nf |
3229 | | f0 to f20 Function keys f0-f20 |
| 3229 | f0 to f20 Function keys f0\-f20 |
3230 | 3230 | bs backspace |
3231 | 3231 | home home key |
3232 | 3232 | end end key |
… |
… |
|
3260 | 3260 | |
3261 | 3261 | .PP |
3262 | 3262 | This means that ctrl+alt+left send \\e[[1;6D esc sequence |
3263 | | and mc interprets "\\e[[1;6D" as C-A-Left. |
| 3263 | and mc interprets "\\e[[1;6D" as C\-A\-Left. |
3264 | 3264 | |
3265 | 3265 | .PP |
3266 | 3266 | The |
3267 | 3267 | .I complete |
3268 | 3268 | key symbol represents the escape sequences used to invoke the completion |
3269 | | process, this is invoked with Alt-tab, but you can define other keys to do |
| 3269 | process, this is invoked with Alt\-tab, but you can define other keys to do |
3270 | 3270 | the same work (on those keyboard with tons of nice and unused keys |
3271 | 3271 | everywhere). |
3272 | 3272 | .SH "" |
… |
… |
|
3282 | 3282 | .PP |
3283 | 3283 | .I @prefix@/share/mc/mc.ext |
3284 | 3284 | .IP |
3285 | | The default system-wide extensions file. |
| 3285 | The default system\-wide extensions file. |
3286 | 3286 | .PP |
3287 | 3287 | .I ~/.mc/bindings |
3288 | 3288 | .IP |
… |
… |
|
3291 | 3291 | .PP |
3292 | 3292 | .I @prefix@/share/mc/mc.ini |
3293 | 3293 | .IP |
3294 | | The default system-wide setup for the Midnight Commander, used only if |
| 3294 | The default system\-wide setup for the Midnight Commander, used only if |
3295 | 3295 | the user doesn't have his own ~/.mc/ini file. |
3296 | 3296 | .PP |
3297 | 3297 | .I @prefix@/share/mc/mc.lib |
… |
… |
|
3306 | 3306 | .I ~/.mc/ini |
3307 | 3307 | .IP |
3308 | 3308 | User's own setup. If this file is present then the setup is loaded |
3309 | | from here instead of the system-wide startup file. |
| 3309 | from here instead of the system\-wide startup file. |
3310 | 3310 | .PP |
3311 | 3311 | .I @prefix@/share/mc/mc.hint |
3312 | 3312 | .IP |
… |
… |
|
3314 | 3314 | .PP |
3315 | 3315 | .I @prefix@/share/mc/mc.menu |
3316 | 3316 | .IP |
3317 | | This file contains the default system-wide applications menu. |
| 3317 | This file contains the default system\-wide applications menu. |
3318 | 3318 | .PP |
3319 | 3319 | .I ~/.mc/menu |
3320 | 3320 | .IP |
3321 | 3321 | User's own application menu. If this file is present it is used instead |
3322 | | of the system-wide applications menu. |
| 3322 | of the system\-wide applications menu. |
3323 | 3323 | .PP |
3324 | 3324 | .I ~/.mc/Tree |
3325 | 3325 | .IP |
… |
… |
|
3327 | 3327 | .PP |
3328 | 3328 | .I ./.mc.menu |
3329 | 3329 | .IP |
3330 | | Local user-defined menu. If this file is present, it is used instead of |
3331 | | the home or system-wide applications menu. |
| 3330 | Local user\-defined menu. If this file is present, it is used instead of |
| 3331 | the home or system\-wide applications menu. |
3332 | 3332 | .\"SKIP_SECTION" |
3333 | 3333 | .SH "LICENSE" |
3334 | 3334 | This program is distributed under the terms of the GNU General Public |
3335 | | License as published by the Free Software Foundation. See the built-in |
| 3335 | License as published by the Free Software Foundation. See the built\-in |
3336 | 3336 | help for details on the License and the lack of warranty. |
3337 | 3337 | .\"NODE "AVAILABILITY" |
3338 | 3338 | .SH "AVAILABILITY" |
… |
… |
|
3345 | 3345 | .PP |
3346 | 3346 | .nf |
3347 | 3347 | The Midnight Commander page on the World Wide Web: |
3348 | | http://www.midnight-commander.org/ |
| 3348 | http://www.midnight\-commander.org/ |
3349 | 3349 | .fi |
3350 | 3350 | .\"NODE "AUTHORS" |
3351 | 3351 | .SH "AUTHORS" |
… |
… |
|
3357 | 3357 | be done. |
3358 | 3358 | .PP |
3359 | 3359 | If you want to report a problem with the program, please send mail to |
3360 | | this address: mc-devel@gnome.org. |
| 3360 | this address: mc\-devel@gnome.org. |
3361 | 3361 | .PP |
3362 | 3362 | Provide a detailed description of the bug, the version of the program |
3363 | 3363 | you are running |
3364 | | .RI ( "mc -V" |
| 3364 | .RI ( "mc \-V" |
3365 | 3365 | displays this information), the operating system you are running the |
3366 | 3366 | program on. If the program crashes, we would appreciate a stack trace. |