diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-17 02:32:50 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-17 02:32:50 +0000 |
commit | 4f0f174afabd8a84199f415fb12012bd5b7ca9e0 (patch) | |
tree | b8338dec29c1c2ff20e1a529d896d74b51de693e /lib | |
parent | 4d350b5e34d6b1308c0d028fc5f04310130ce264 (diff) |
Move some misplaced periods outside of the parentheses.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcurses/term.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/term.7 b/lib/libcurses/term.7 index d18899a89d6..749fd72173d 100644 --- a/lib/libcurses/term.7 +++ b/lib/libcurses/term.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: term.7,v 1.2 1999/01/24 20:06:45 millert Exp $ +.\" $OpenBSD: term.7,v 1.3 2000/04/17 02:32:46 aaron Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998 Free Software Foundation, Inc. * @@ -29,7 +29,7 @@ .\"*************************************************************************** .\" .\" $From: term.7,v 1.11 1999/01/24 02:35:14 Todd.Miller Exp $ -.\" $OpenBSD: term.7,v 1.2 1999/01/24 20:06:45 millert Exp $ +.\" $OpenBSD: term.7,v 1.3 2000/04/17 02:32:46 aaron Exp $ .TH TERM 7 .ds n 5 .ds d /usr/share/terminfo @@ -55,7 +55,7 @@ Modern telnets pass your \fBTERM\fR environment variable from the local side to the remote one. There can be problems if the remote terminfo or termcap entry for your type is not compatible with yours, but this situation is rare and can almost always be avoided by explicitly exporting `vt100' (assuming you -are in fact using a VT100-superset console, terminal, or terminal emulator.) +are in fact using a VT100-superset console, terminal, or terminal emulator). .PP In any case, you are free to override the system \fBTERM\fR setting to your taste in your shell profile. The \fBtset\fP(1) utility may be of assistance; |