[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howtos:general_admin:searching_and_reading_manpages_efficiently [2012/12/31 13:29 (UTC)] – [The Sectioning of the Manpages] hazelhowtos:general_admin:searching_and_reading_manpages_efficiently [2012/12/31 17:03 (UTC)] – [Sections in the Manual] Reverting to original hazel
Line 2: Line 2:
 ====== How to search and read Manpages efficiently ====== ====== How to search and read Manpages efficiently ======
  
-I hope this Howto can help some of you, although I'm aware that many of the readers are already familiar with this subject.+Manpages are pages in the online Unix Manual. I hope this Howto can help some of you to use them more effectively, although I'm aware that many of the readers are already familiar with this subject.
  
 ===== Searching for a Manpage ===== ===== Searching for a Manpage =====
Line 58: Line 58:
             C Library Functions              C Library Functions 
             Devices and Special Files              Devices and Special Files 
-            System File Formats and Conventions  +            File Formats and Conventions  
-            Games, etc.  +            Games et. Al.  
-            Miscellaneous pages +            Miscellanea
             System Administration tools and Daemons             System Administration tools and Daemons
 </code> </code>
Line 81: Line 81:
  
 ===== The Structure of the Manpages ===== ===== The Structure of the Manpages =====
-The manpages have (should have) all the same structure:+The manpages all have (or should have) the same structure:
   * Name   * Name
-    * Name of the command and a short description about it'function(s)+    * Name of the command and a short description of its function(s)
   * Synopsis   * Synopsis
-    * A short list of the options and the synopsis+    * A usage statement including a short list of the options
   * Description   * Description
-    * The detailed explanation of the command +    * detailed explanation of the command 
   * Options   * Options
-    * Detailed explanation of the commandline-options for the command+    * Detailed explanation of the command line options for the command
   * Bugs   * Bugs
     * Known Bugs       * Known Bugs  
Line 108: Line 108:
  
 ===== Navigation within a Manpage ===== ===== Navigation within a Manpage =====
-Navigation is like in vi: +Navigation commands are like those in vi: 
   * ''G'' end of the manpage    * ''G'' end of the manpage 
   * ''gg'' first line of the mapage   * ''gg'' first line of the mapage
Line 124: Line 124:
  
 ===== Further Reading ===== ===== Further Reading =====
-For more information read the manpage for the ''man'' command and read the manpages listed in "see also".+For more information read the manpage for the ''man'' command and the manpages listed in "see also".
 ====== Sources ====== ====== Sources ======
 <!-- If you are copying information from another source, then specify that source --> <!-- If you are copying information from another source, then specify that source -->
 howtos:general_admin:searching_and_reading_manpages_efficiently ()