diff options
| -rw-r--r-- | share/man/man4/man4.i386/screen.4 | 10 | ||||
| -rw-r--r-- | share/man/man4/screen.4 | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man4/man4.i386/screen.4 b/share/man/man4/man4.i386/screen.4 index f2df5ecaa0ce..585a7f1c598d 100644 --- a/share/man/man4/man4.i386/screen.4 +++ b/share/man/man4/man4.i386/screen.4 @@ -1,5 +1,5 @@ .\" -.\" $Id: screen.4,v 1.9 1998/03/12 07:30:37 charnier Exp $ +.\" $Id: screen.4,v 1.10 1998/06/08 06:11:59 jkoshy Exp $ .\" .Dd January 8, 1995 .Dt SCREEN 4 i386 @@ -137,16 +137,16 @@ SGR E[nm Set character attributes: -- -- E[=nA Set the border color to color n (see table) (if supported by HW) --- E[=cF set normal foreground color to n -- +-- E[=nF set normal foreground color to n -- (see table) --- E[=cG set normal background color to n -- +-- E[=nG set normal background color to n -- (see table) --- E[=cH set reverse foreground color to n -- +-- E[=nH set reverse foreground color to n -- (see table) --- E[=cI set reverse background color to n -- +-- E[=nI set reverse background color to n -- (see table) n= 0 black n= 8 grey diff --git a/share/man/man4/screen.4 b/share/man/man4/screen.4 index f2df5ecaa0ce..585a7f1c598d 100644 --- a/share/man/man4/screen.4 +++ b/share/man/man4/screen.4 @@ -1,5 +1,5 @@ .\" -.\" $Id: screen.4,v 1.9 1998/03/12 07:30:37 charnier Exp $ +.\" $Id: screen.4,v 1.10 1998/06/08 06:11:59 jkoshy Exp $ .\" .Dd January 8, 1995 .Dt SCREEN 4 i386 @@ -137,16 +137,16 @@ SGR E[nm Set character attributes: -- -- E[=nA Set the border color to color n (see table) (if supported by HW) --- E[=cF set normal foreground color to n -- +-- E[=nF set normal foreground color to n -- (see table) --- E[=cG set normal background color to n -- +-- E[=nG set normal background color to n -- (see table) --- E[=cH set reverse foreground color to n -- +-- E[=nH set reverse foreground color to n -- (see table) --- E[=cI set reverse background color to n -- +-- E[=nI set reverse background color to n -- (see table) n= 0 black n= 8 grey |
