diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-12 12:21:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-12 12:21:09 +0000 |
commit | 46ca4a22cf421077167465274a38760e8f2e3f7b (patch) | |
tree | db4d0545de80aac6b3697e61a5ad1cfeb3387594 /share/termtypes | |
parent | c39d8926d25b9f07c04600dd6e93f00e3e5efa22 (diff) |
escape `.' at eol to avoid double spacing issue;
Diffstat (limited to 'share/termtypes')
-rw-r--r-- | share/termtypes/termcap.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/termtypes/termcap.5 b/share/termtypes/termcap.5 index e07bdfc478e..2d4209a72b7 100644 --- a/share/termtypes/termcap.5 +++ b/share/termtypes/termcap.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: termcap.5,v 1.16 2005/03/07 23:01:40 jmc Exp $ +.\" $OpenBSD: termcap.5,v 1.17 2005/03/12 12:21:08 jmc Exp $ .\" .\" Copyright (c) 1985, 1991 The Regents of the University of California. .\" All rights reserved. @@ -710,7 +710,7 @@ for example. If the terminal has switch-selectable automatic margins, the .Nm -description usually assumes that this feature is on, i.e. +description usually assumes that this feature is on, i.e.\& .Sy \&am . If the terminal has a command that moves to the first column of the next line, @@ -1545,7 +1545,7 @@ A string that turns off the status line (or otherwise erases its contents) should be given as .Sy \&ds . The status line is normally assumed to be the same width as the -rest of the screen, i.e. +rest of the screen, i.e.\& .Sy \&co . If the status line is a different width (possibly because the terminal does not allow an entire line to be loaded), then its width in columns |