X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Ftoe.1m.html;h=52e4f80a00ecfcee4b3f6be9fa491511b804f6a0;hp=6f6d302a764c28b8923866bb83b99c70d7522081;hb=HEAD;hpb=7e062bb2764a87d98073a90ee65a234a2679f9c1 diff --git a/doc/html/man/toe.1m.html b/doc/html/man/toe.1m.html index 6f6d302a..85daf55c 100644 --- a/doc/html/man/toe.1m.html +++ b/doc/html/man/toe.1m.html @@ -1,6 +1,7 @@ -toe 1m 2023-10-01 ncurses 6.4 User commands +toe 1m 2024-05-11 ncurses 6.5 User commands -

toe 1m 2023-10-01 ncurses 6.4 User commands

+

toe 1m 2024-05-11 ncurses 6.5 User commands

 toe(1m)                          User commands                         toe(1m)
 
@@ -66,8 +62,8 @@
 

DESCRIPTION

        toe  reports  to  the  standard  output  stream the (primary) names and
        descriptions of the terminal types available to the  terminfo  library.
-       Each directory operand is scanned; if none are given, toe scans the the
-       default terminfo directory.
+       Each  directory  is  scanned;  if none are given, toe scans the default
+       terminfo directory.
 
 
 

OPTIONS

@@ -79,10 +75,10 @@
                 terminfo  would  search,  instead  of  only  the first that it
                 finds.
 
-                If the -s option is also given,  toe  adds  a  column  to  the
-                report,  showing  (like conflict(1)) which entries belong to a
-                given terminal database.  An "*" marks  entries  that  differ,
-                and "+" marks equivalent entries.
+                If  -s  is  also  given,  toe   additionally   reports,   like
+                conflict(1),  which  entries  correspond  to  a given terminal
+                database.  An "*" marks entries that  differ,  and  "+"  marks
+                equivalent entries.
 
                 Without   the  -s  option,  toe  does  not  attempt  to  merge
                 duplicates in its report.
@@ -93,18 +89,18 @@
 
        -u file  lists terminal type dependencies in  file,  a  terminfo  entry
                 source  or  termcap  database file.  The report summarizes the
-                "use" (terminfo)  and  "tc"  (termcap)  relations:  each  line
+                "use"  (terminfo)  and  tc  (termcap)  relations:  each   line
                 comprises the primary name of a terminal type employing use/tc
                 capabilities, a colon, a  space-  and  tab-separated  list  of
                 primary names of terminal types thus named, and a newline.
 
        -U file  lists  terminal  type reverse dependencies in file, a terminfo
                 entry source or termcap database file.  The report  summarizes
-                the  "use"  (terminfo)  and  "tc" (termcap) reverse relations:
-                each line comprises  the  primary  name  of  a  terminal  type
-                occurring  in  use/tc capabilities, a colon, a space- and tab-
-                separated list of primary names of terminal types naming  them
-                thus, and a newline.
+                the  "use" (terminfo) and tc (termcap) reverse relations: each
+                line comprises the primary name of a terminal  type  occurring
+                in  use/tc  capabilities,  a colon, a space- and tab-separated
+                list of primary names of terminal types naming them thus,  and
+                a newline.
 
        -v [n]   reports  verbose  status  information  to  the  standard error
                 stream, showing toe's progress.
@@ -117,10 +113,35 @@
                 and exits with a successful status.
 
 
+

FILES

+       /usr/share/terminfo
+              compiled terminal description database
+
+
+

PORTABILITY

+       toe  is  not provided by other implementations.  There is no applicable
+       X/Open or POSIX standard for it.
+
+
+

HISTORY

+       toe replaces a -T option that was  briefly  supported  by  the  ncurses
+       infocmp utility in 1995.
+
+       The -a and -s options were added in 2006 and 2011, respectively.
+
+       The program's name originates with a developer's pun:
+
+       o   tic,
+
+       o   tac (now tack),
+
+       o   toe.
+
+
 

EXAMPLES

        When  not  sorting with the -s option, the -a option reports all of the
        names found in all of the terminal database directories  named  in  the
-       TERMINFO and TERMINFO_DIRS environment variables.
+       TERMINFO and TERMINFO_DIRS environment variables.
 
            xterm-color     generic color xterm
            xterm-xfree86   xterm terminal emulator (XFree86)
@@ -158,36 +179,13 @@
            ...
 
 
-

FILES

-       /usr/share/terminfo
-              compiled terminal description database
-
-
-

HISTORY

-       toe is not provided by other implementations.  There is  no  applicable
-       X/Open or POSIX standard for it.
-
-       It  replaces  a  -T  option  that  was briefly supported by the ncurses
-       infocmp utility in 1995.
-
-       The -a and -s options were added in 2006 and 2011, respectively.
-
-       The program's name originates with a developer's pun:
-
-       o   tic,
-
-       o   tac (now tack),
-
-       o   toe.
-
-
 

SEE ALSO

        captoinfo(1m),   infocmp(1m),   infotocap(1m),   tic(1m),   curses(3x),
        terminfo(5)
 
 
 
-ncurses 6.4                       2023-10-01                           toe(1m)
+ncurses 6.5                       2024-05-11                           toe(1m)