diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-07 23:01:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-07 23:01:41 +0000 |
commit | b8bf89cba77de8ca7efaed56d417fcdae131ad47 (patch) | |
tree | d47493e0a432c75cb43b24fbe0fb20a71af8ce0e /share | |
parent | fbda0754cbf58e293bb7e900ad9cb753ea0084d0 (diff) |
use .Pq rather than .Po/.Pc;
Diffstat (limited to 'share')
-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 65a72c42b03..e07bdfc478e 100644 --- a/share/termtypes/termcap.5 +++ b/share/termtypes/termcap.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: termcap.5,v 1.15 2004/03/13 23:07:23 jmc Exp $ +.\" $OpenBSD: termcap.5,v 1.16 2005/03/07 23:01:40 jmc Exp $ .\" .\" Copyright (c) 1985, 1991 The Regents of the University of California. .\" All rights reserved. @@ -814,9 +814,9 @@ Terminals that use .Dq \&%. need to be able to backspace the cursor -.Po Sy \&le Pc +.Pq Sy \&le and to move the cursor up one line on the screen -.Po Sy \&up Pc . +.Pq Sy \&up . This is necessary because it is not always safe to transmit .Sy \&\en , .Sy \&^D , |