diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-01-11 18:35:54 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-01-11 18:35:54 +0000 |
commit | a14726d2ef1f049c60c9b8d4ff6e933bddb1a87a (patch) | |
tree | a4f91f1b0fc9bfc4ae81e89832184f1b661bea5d | |
parent | e6f720e21dc645551f2989cf1f6e2a87bbd5b0e6 (diff) |
Describe boolean capabilites betterand at a better place. It was rather
difficult to find before.
-rw-r--r-- | share/termcap/termcap.5 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/share/termcap/termcap.5 b/share/termcap/termcap.5 index 7265fc293dc..0f72c4eaaa9 100644 --- a/share/termcap/termcap.5 +++ b/share/termcap/termcap.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)termcap.5 6.11 (Berkeley) 3/6/93 -.\" $Id: termcap.5,v 1.1 1995/10/18 08:44:48 deraadt Exp $ +.\" $Id: termcap.5,v 1.2 1997/01/11 18:35:53 pefo Exp $ .\" .Dd March 6, 1993 .Dt TERMCAP 5 @@ -462,6 +462,18 @@ when the end of a line is reached) is indicated by the Boolean capability Hence the description of the Concept includes .Sy \&am . .Pp +Boolean capabilities are defined by their name, +.Sy \&fo . +They have no argument. The presens of a boolean capability name sets its +value to +.Sy \&true . +A capability value will be reverted to +.Sy \&false , +by appending a +.Sy \&@ +char after the name, such as +.Sy \&fo@ . +.Pp Numeric capabilities are followed by the character `#' then the value. In the example above .Sy \&co , |