diff options
author | ru <ru@FreeBSD.org> | 2002-12-23 16:04:51 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-12-23 16:04:51 +0000 |
commit | 301b96498bdf7a9b644bd2cc5088e7f38cb222d7 (patch) | |
tree | 1e6be21e15825ddeae2240e915e902f42d1c1b3a /libexec | |
parent | 48942467dc106e51b6995bdea8ca104ab6eae2db (diff) | |
download | FreeBSD-src-301b96498bdf7a9b644bd2cc5088e7f38cb222d7.zip FreeBSD-src-301b96498bdf7a9b644bd2cc5088e7f38cb222d7.tar.gz |
Fixed the abuses of .Ql visible on stderr in troff mode.
PR: docs/37176
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/getty/getty.8 | 2 | ||||
-rw-r--r-- | libexec/rlogind/rlogind.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/getty/getty.8 b/libexec/getty/getty.8 index bd16017..0d65b03 100644 --- a/libexec/getty/getty.8 +++ b/libexec/getty/getty.8 @@ -58,7 +58,7 @@ is the special device file in .Pa /dev to open for the terminal (for example, ``ttyh0''). If there is no argument or the argument is -.Ql Fl , +.Sq Fl , the tty line is assumed to be open as file descriptor 0. .Pp The diff --git a/libexec/rlogind/rlogind.8 b/libexec/rlogind/rlogind.8 index 39a7444..8a240e9 100644 --- a/libexec/rlogind/rlogind.8 +++ b/libexec/rlogind/rlogind.8 @@ -148,7 +148,7 @@ type facilities and propagate interrupt signals to the remote programs. The login process propagates the client terminal's baud rate and terminal type, as found in the environment variable, -.Ql Ev TERM ; +.Ev TERM ; see .Xr environ 7 . The screen or window size of the terminal is requested from the client, |