diff options
Diffstat (limited to 'usr/src/man/man1/ed.1')
-rw-r--r-- | usr/src/man/man1/ed.1 | 29 |
1 files changed, 20 insertions, 9 deletions
diff --git a/usr/src/man/man1/ed.1 b/usr/src/man/man1/ed.1 index 016c8f0cfa..a7610ad68d 100644 --- a/usr/src/man/man1/ed.1 +++ b/usr/src/man/man1/ed.1 @@ -88,7 +88,7 @@ commands via \fB!\fR\fIshell command\fR. Attempts to bypass these restrictions result in an error message (\fIrestricted shell\fR). .sp .LP -Both \fBed\fR and \fBred\fR support the \fBfspec\fR(4) formatting capability. +Both \fBed\fR and \fBred\fR support the \fBfspec\fR(5) formatting capability. The default terminal mode is either \fBstty\fR \fB-tabs\fR or \fBstty tab3\fR, where tab stops are set at eight columns (see \fBstty\fR(1)). If, however, the first line of \fIfile\fR contains a format specification, that specification @@ -135,7 +135,7 @@ line is discussed under the description of each command. .sp .LP Internationalized Basic Regular Expressions are used for all system-supplied -locales. See \fBregex\fR(5). +locales. See \fBregex\fR(7). .SS "ed Commands" .sp .LP @@ -1074,13 +1074,13 @@ input. .SH USAGE .sp .LP -See \fBlargefile\fR(5) for the description of the behavior of \fBed\fR and +See \fBlargefile\fR(7) for the description of the behavior of \fBed\fR and \fBred\fR when encountering files greater than or equal to 2 Gbyte ( 2^31 bytes). .SH ENVIRONMENT VARIABLES .sp .LP -See \fBenviron\fR(5) for descriptions of the following environment variables +See \fBenviron\fR(7) for descriptions of the following environment variables that affect the execution of \fBed\fR: \fBHOME\fR, \fBLANG\fR, \fBLC_ALL\fR, \fBLC_CTYPE\fR, \fBLC_COLLATE\fR, \fBLC_MESSAGES\fR, and \fBNLSPATH\fR. .SH EXIT STATUS @@ -1149,7 +1149,7 @@ Work is saved here if the terminal is hung up. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .SS "/usr/bin/ed, /usr/bin/red" .sp @@ -1196,10 +1196,21 @@ Interface Stability Standard .SH SEE ALSO .sp .LP -\fBedit\fR(1), \fBex\fR(1), \fBgrep\fR(1), \fBksh\fR(1), -\fBsed\fR(1), \fBsh\fR(1), \fBstty\fR(1), \fBumask\fR(1), \fBvi\fR(1), -\fBfspec\fR(4), \fBattributes\fR(5), \fBenviron\fR(5), \fBlargefile\fR(5), -\fBregex\fR(5), \fBstandards\fR(5) +.BR edit (1), +.BR ex (1), +.BR grep (1), +.BR ksh (1), +.BR sed (1), +.BR sh (1), +.BR stty (1), +.BR umask (1), +.BR vi (1), +.BR fspec (5), +.BR attributes (7), +.BR environ (7), +.BR largefile (7), +.BR regex (7), +.BR standards (7) .SH DIAGNOSTICS .sp .ne 2 |