diff options
author | charnier <charnier@FreeBSD.org> | 2002-04-20 12:18:28 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-04-20 12:18:28 +0000 |
commit | ad8a79e6a5c75acf360e9310860387b68066c0b7 (patch) | |
tree | 9eb4b7d718b67229ee4b8e61e9cad466a5a36945 /usr.bin/tconv | |
parent | e2acd5cecf61f060255d467b8d38cd35f941fb1c (diff) | |
download | FreeBSD-src-ad8a79e6a5c75acf360e9310860387b68066c0b7.zip FreeBSD-src-ad8a79e6a5c75acf360e9310860387b68066c0b7.tar.gz |
Use `The .Nm utility'
Diffstat (limited to 'usr.bin/tconv')
-rw-r--r-- | usr.bin/tconv/tconv.1 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/usr.bin/tconv/tconv.1 b/usr.bin/tconv/tconv.1 index 0419dca..1e52beb 100644 --- a/usr.bin/tconv/tconv.1 +++ b/usr.bin/tconv/tconv.1 @@ -27,8 +27,9 @@ .Op Fl OUGdk .Op Ar file .Sh DESCRIPTION -.Nm Tconv -converts between the three terminal descriptions, +The +.Nm +utility converts between the three terminal descriptions, termcap, terminfo source, and terminfo binary, that the .Em tinfo @@ -98,8 +99,9 @@ but not of much use in most cases, as fields will be followed and incorporated into the output terminal description. .Pp -.Nm Tconv -should be able translate all standard termcap parameterized strings +The +.Nm +utility should be able translate all standard termcap parameterized strings terminfo format, but complex strings using GNU's %a code may be too hard to translate. If @@ -161,7 +163,8 @@ may refer to the last line of an entry instead of the line in the entry that generated the warning. .Sh BUGS More warning messages could be generated. -.Nm Tconv -can't translate to termcap. Binaries generated will have canceled +The +.Nm +utility can't translate to termcap. Binaries generated will have canceled capabilities marked as canceled, which is incompatible with System V Release 2.0 terminfo. |