manedit - Man Page
UNIX Manual Page IDE
Syntax
manedit [section] [manual_page] [options] [GUI_options]
Description
ManEdit is an integrated UNIX manual page development environment (IDE) using the GIMP Tool Kit (GTK).
Editing of UNIX manual pages is done using ManEdit's Editor, which edits UNIX manual pages using a simplified version of the XML format, eliminating the need for the user to use the more complex GROFF/TROFF format (native UNIX manual page format).
The UNIX manual page that you are editing can then be viewed at any time using ManEdit's Viewer by going to View->Preview.
To start learning how to create and edit UNIX manual pages using ManEdit, run manedit and go to Help->Tutorial.
The [section] specifies the section number from 1 to 8 (used only with the --viewer option).
The [manual_page] specifies the path to the manual page file to open at startup or the name of the manual page when using the --viewer option.
Options
Files
- $HOME/.maneditrc
Local configuration file.
- /usr/share/manedit/
Global program directory.
- /usr/share/manedit/help/
Help and tutorial files.
- /usr/share/manedit/templates/
Manual page template files, used in the creation of new manual pages.
- /usr/man
Global manual pages directory.
- /usr/share/man
Global manual pages directory (used by newer UNIX distributions).
- /usr/share/man
Global X11 manual pages directory.
- /usr/local/share/man
Global local manual pages directory.
Environment Variables
- BROWSER
Fallback for HELPBROWSER.
- HELPBROWSER
Specifies the command to execute the preferred help browser.
- HOME
Specifies the path to the user's home directory.
- TMPDIR
Specifies the path to the temporary files directory.
- USER
Fallback for USERNAME.
- USERNAME
Specifies the user's name.
Examples
To run this program the standard way, type:
# manedit &
To run this program and load a manual page at startup, type:
# manedit [manual_page] &
You can run it as a viewer by specifying the --viewer option so that it starts up with a viewer instead of an editor window:
# manedit --viewer [manual_page] &
Authors
- Tara Milana
Head programmer
- Dan Stimits
Programmer
See Also
man(1) manview(1)