Add missing .El.
-Wall cleaning.
This commit is contained in:
parent
97e84c76fd
commit
1e7ae6a9af
@ -57,7 +57,9 @@ Allow write access to observed tty.
|
||||
.It Ar tty
|
||||
Tty may be specified as an tty-style device, such as a pseudo tty device,
|
||||
a virtual console, or a serial line, etc.
|
||||
Names may be preceded by "/dev/".
|
||||
Names may be preceded by
|
||||
.Pa /dev/ .
|
||||
.El
|
||||
.Sh OPERATION
|
||||
While running in interactive mode, all user input is discarded except for:
|
||||
.Pp
|
||||
@ -69,6 +71,7 @@ Exit
|
||||
Clear screen.
|
||||
.It Sy "<control-X>"
|
||||
Change attached tty.
|
||||
.El
|
||||
.Sh RESTRICTIONS
|
||||
Only the superuser can run
|
||||
.Nm Ns .
|
||||
|
@ -288,7 +288,6 @@ main(ac, av)
|
||||
char **av;
|
||||
{
|
||||
int res, nread, b_size = MIN_SIZE;
|
||||
extern int optind;
|
||||
char ch, *buf, chb[READB_LEN];
|
||||
fd_set fd_s;
|
||||
|
||||
@ -426,5 +425,6 @@ main(ac, av)
|
||||
fatal(EX_IOERR, "write failed");
|
||||
}
|
||||
} /* While */
|
||||
return(0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user