CTAGS(1) - General Commands Manual # CTAGS(1) - General Commands Manual
NAME # ctags - create a tags file
SYNOPSIS # ctags [-aBdFuvwx] [-f tagsfile] file …
DESCRIPTION # ctags makes a tags file from the specified C, Pascal, Fortran, YACC, lex, and Lisp sources. A tags file gives the locations of specified objects in a group of files. Each line of the tags file contains the object name, the file in which it is defined, and a search pattern for the object definition, separated by whitespace.
...
EDITLINE(7) - Miscellaneous Information Manual # EDITLINE(7) - Miscellaneous Information Manual
NAME # editline - line editing user interface
DESCRIPTION # When a program using the editline(3) library prompts for an input string using the function el_wgets(3), it reads characters from the terminal. Invalid input bytes that do not form characters are silently discarded. For each character read, one editor command is executed. The mapping of input characters to editor commands depends on the editing mode.
...
KSH(1) - General Commands Manual # KSH(1) - General Commands Manual
NAME # ksh, rksh - public domain Korn shell
SYNOPSIS # ksh [-+abCefhiklmnpruvXx] [-+o option] [-c string | -s | file [argument …]]
DESCRIPTION # ksh is a command interpreter intended for both interactive and shell script use. Its command language is a superset of the sh(1) shell language.
The options are as follows:
-c string
ksh will execute the command(s) contained in string.
...
MG(1) - General Commands Manual # MG(1) - General Commands Manual
NAME # mg - emacs-like text editor
SYNOPSIS # mg [-nR] [-b file] [-f mode] [-u file] [+number] [file …]
DESCRIPTION # mg is intended to be a small, fast, and portable editor for people who can’t (or don’t want to) run emacs for one reason or another, or are not familiar with the vi(1) editor. It is compatible with emacs because there shouldn’t be any reason to learn more editor types than emacs or vi(1).
...