[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:36 (UTC)] – [Further Reading] hazelhowtos:general_admin:searching_and_reading_manpages_efficiently [2013/01/06 00:13 (UTC)] – added REVIEWED comment mfillpot
Line 1: Line 1:
 +<!-- Reviewed 2012-12-31 hazel -->
 <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). -->
 ====== 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 59:
             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 82:
  
 ===== 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 of its function(s)     * Name of the command and a short description of its function(s)
 howtos:general_admin:searching_and_reading_manpages_efficiently ()