Class ManSections
- java.lang.Object
-
- com.github.rvesse.airline.help.man.ManSections
-
public class ManSections extends java.lang.Object
Standard man page section numbers
-
-
Field Summary
Fields Modifier and Type Field Description static int
C_LIBRARY_FUNCTIONS
C Library Functionsstatic int
FILE_FORMATS
File formatsstatic int
GAMES_AND_SCREENSAVERS
Games and Screensaversstatic int
GENERAL_COMMANDS
General Commandsstatic int
MISCELLANEOUS
Miscellaneousstatic int
SPECIAL_FILES
Special filesstatic int
SYSTEM_ADMIN_AND_DAEMONS
System administration and daemonsstatic int
SYSTEM_CALLS
System Calls
-
Constructor Summary
Constructors Constructor Description ManSections()
-
-
-
Field Detail
-
GENERAL_COMMANDS
public static final int GENERAL_COMMANDS
General Commands- See Also:
- Constant Field Values
-
SYSTEM_CALLS
public static final int SYSTEM_CALLS
System Calls- See Also:
- Constant Field Values
-
C_LIBRARY_FUNCTIONS
public static final int C_LIBRARY_FUNCTIONS
C Library Functions- See Also:
- Constant Field Values
-
SPECIAL_FILES
public static final int SPECIAL_FILES
Special files- See Also:
- Constant Field Values
-
FILE_FORMATS
public static final int FILE_FORMATS
File formats- See Also:
- Constant Field Values
-
GAMES_AND_SCREENSAVERS
public static final int GAMES_AND_SCREENSAVERS
Games and Screensavers- See Also:
- Constant Field Values
-
MISCELLANEOUS
public static final int MISCELLANEOUS
Miscellaneous- See Also:
- Constant Field Values
-
SYSTEM_ADMIN_AND_DAEMONS
public static final int SYSTEM_ADMIN_AND_DAEMONS
System administration and daemons- See Also:
- Constant Field Values
-
-