Add missing .El.

-Wall cleaning.
This commit is contained in:
Philippe Charnier 2000-01-23 20:27:32 +00:00
parent 97e84c76fd
commit 1e7ae6a9af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56489
2 changed files with 5 additions and 2 deletions

View File

@ -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 .

View File

@ -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);
}