From Fedora Project Wiki

(add {{autolang}})
 
No edit summary
 
Line 1: Line 1:
{{autolang|base=yes}}
{{autolang|base=yes}}
=Man-pages-ru=
Translation [http://www.kernel.org/doc/man-pages/index.html man-pages] in to Russian.
* project page on [https://www.transifex.net/projects/p/man-pages/ Transifex]
* project page on [http://sourceforge.net/projects/man-pages-ru/ SourceForge]
* [https://lists.sourceforge.net/lists/listinfo/man-pages-ru-talks mailing list]
=About the project=
==Structure of man-pages==
The man-pages sections are traditionally defined as follows:
* ''man1'' - Commands (Programs) - Those commands that can be executed by the user from within a shell.
* ''man2'' - System calls - Those functions which must be performed by the kernel.
* ''man3'' - Library calls - Most of the libc functions.
* ''man4'' - Special files (devices) - Files found in /dev.
* ''man5'' - File formats and conventions - The format for /etc/passwd and other human-readable files.
* ''man6'' - Games
* ''man7'' - Conventions and miscellaneous - Overviews of various topics, conventions and protocols, character set standards, and miscellaneous other things.
* ''man8'' - System management commands - Commands like mount(8), many of which only root can execute.

Latest revision as of 11:11, 2 July 2010

Man-pages-ru

Translation man-pages in to Russian.

About the project

Structure of man-pages

The man-pages sections are traditionally defined as follows:

  • man1 - Commands (Programs) - Those commands that can be executed by the user from within a shell.
  • man2 - System calls - Those functions which must be performed by the kernel.
  • man3 - Library calls - Most of the libc functions.
  • man4 - Special files (devices) - Files found in /dev.
  • man5 - File formats and conventions - The format for /etc/passwd and other human-readable files.
  • man6 - Games
  • man7 - Conventions and miscellaneous - Overviews of various topics, conventions and protocols, character set standards, and miscellaneous other things.
  • man8 - System management commands - Commands like mount(8), many of which only root can execute.