OpenBSD CVS

CVS log for src/share/termtypes/termcap.5


[BACK] Up to [local] / src / share / termtypes

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.32 / (download) - annotate - [select for diffs], Tue Jan 23 22:28:20 2024 UTC (4 months, 1 week ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.31: +6 -9 lines
Diff to previous 1.31 (colored)

The 1023-byte entry limit is historical, as is the vi(1) limitation.
We ship nvi, not classic vi, so that parst is not relevant.
OK deraadt@ jmc@

Revision 1.31 / (download) - annotate - [select for diffs], Thu Mar 31 17:27:23 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.30: +4 -4 lines
Diff to previous 1.30 (colored)

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@

Revision 1.30 / (download) - annotate - [select for diffs], Wed Dec 28 22:47:11 2016 UTC (7 years, 5 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.29: +12 -12 lines
Diff to previous 1.29 (colored)

fix the remaining cases of .Xr with only one argument

Revision 1.29 / (download) - annotate - [select for diffs], Fri Jan 8 20:26:54 2016 UTC (8 years, 4 months ago) by zhuk
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.28: +2 -4 lines
Diff to previous 1.28 (colored)

Zap extraneous SYNOPSIS sections.

The gettytab(5) and termcap(5) get FILES, others don't need anything.

With input from & okay schwarze@

Revision 1.28 / (download) - annotate - [select for diffs], Wed Jan 22 19:37:47 2014 UTC (10 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.27: +10 -16 lines
Diff to previous 1.27 (colored)

fix .Xr usage; ok nicm@ jmc@

Revision 1.27 / (download) - annotate - [select for diffs], Thu Aug 8 14:36:34 2013 UTC (10 years, 9 months ago) by millert
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

Fix typo; from patrick keshishian
OK jmc@

Revision 1.26 / (download) - annotate - [select for diffs], Sat Sep 3 22:59:08 2011 UTC (12 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.25: +218 -205 lines
Diff to previous 1.25 (colored)

make -column lists pretty again;

specifically, rewrite them to permit some markup in the column headers,
and use "Ta" instead of literal tabs; mandoc does not currently match groff
100%, but a mandoc fix may be some time off, and we've gone enough releases
with poorly formatting column lists.

in some cases i have rewritten the lists as -tag, where -column made
little sense.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Aug 30 12:25:09 2011 UTC (12 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.24: +3 -5 lines
Diff to previous 1.24 (colored)

in column lists, enforce the following ordering:

	.Bl -column header1 header2 ... <Bl flags>

mixing things up confuses mandoc, and adding flags in can screw up the list.
this hopefully just makes things a bit safer (and more consistent).

(one more bit of work left and all column lists should format how we want)

Revision 1.24 / (download) - annotate - [select for diffs], Thu Jul 22 10:21:52 2010 UTC (13 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.23: +8 -8 lines
Diff to previous 1.23 (colored)

various macro cleanup;

Revision 1.23 / (download) - annotate - [select for diffs], Sun Jan 3 14:31:01 2010 UTC (14 years, 5 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.22: +11 -11 lines
Diff to previous 1.22 (colored)

.Bl always requires .It, even in .Bl -column;
syntax errors found by mandoc(1), also required to fix the mandoc build;
feedback and ok jmc@ and sobrado@

Revision 1.22 / (download) - annotate - [select for diffs], Thu May 31 19:20:01 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

convert to new .Dd format;

Revision 1.21 / (download) - annotate - [select for diffs], Fri May 26 17:26:33 2006 UTC (18 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.20: +4 -7 lines
Diff to previous 1.20 (colored)

remove references to CRTs where they no longer make sense;

tweaked by mickey/krw
ok deraadt

Revision 1.20 / (download) - annotate - [select for diffs], Thu Dec 29 21:53:56 2005 UTC (18 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.19: +4 -5 lines
Diff to previous 1.19 (colored)

standard sections;
from ray lai, tweaked by me;

Revision 1.19 / (download) - annotate - [select for diffs], Thu Dec 29 21:43:07 2005 UTC (18 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.18: +24 -22 lines
Diff to previous 1.18 (colored)

supply missing args to .Xr;
from ray lai

Revision 1.18 / (download) - annotate - [select for diffs], Thu Dec 29 10:16:06 2005 UTC (18 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.17: +10 -10 lines
Diff to previous 1.17 (colored)

.Nm does not require an argument;
from ray lai

Revision 1.17 / (download) - annotate - [select for diffs], Sat Mar 12 12:21:08 2005 UTC (19 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

escape `.' at eol to avoid double spacing issue;

Revision 1.16 / (download) - annotate - [select for diffs], Mon Mar 7 23:01:40 2005 UTC (19 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

use .Pq rather than .Po/.Pc;

Revision 1.15 / (download) - annotate - [select for diffs], Sat Mar 13 23:07:23 2004 UTC (20 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

.SY -> .Sy

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jul 11 13:53:47 2003 UTC (20 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.13: +3 -7 lines
Diff to previous 1.13 (colored)

stop groff trying to expand %B and %D;
remove some unnecessary .Pp's;

Revision 1.13 / (download) - annotate - [select for diffs], Wed Jul 2 08:00:01 2003 UTC (20 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.12: +8 -14 lines
Diff to previous 1.12 (colored)

some punctuation/grammar fixes from wiz@netbsd and myself;

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jun 6 21:08:13 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.11: +11 -12 lines
Diff to previous 1.11 (colored)

- section reorder
- macro fixes
- kill whitespace at EOL

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jun 2 23:30:16 2003 UTC (21 years ago) by millert
Branch: MAIN
Changes since 1.10: +2 -6 lines
Diff to previous 1.10 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Sep 8 17:44:49 2000 UTC (23 years, 8 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.9: +57 -62 lines
Diff to previous 1.9 (colored)

Fix many display/formatting problems.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Mar 2 14:46:53 2000 UTC (24 years, 3 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.8: +1 -1 lines
Diff to previous 1.8 (colored)

$OpenBSD$

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jan 22 13:59:30 2000 UTC (24 years, 4 months ago) by aaron
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

canceled -> cancelled

Revision 1.7 / (download) - annotate - [select for diffs], Thu Sep 23 04:12:07 1999 UTC (24 years, 8 months ago) by alex
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Typo fixes.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jul 9 13:35:49 1999 UTC (24 years, 10 months ago) by aaron
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

- remove all trailing whitespace
     * except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
  working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jul 8 09:41:43 1999 UTC (24 years, 11 months ago) by hugh
Branch: MAIN
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored)

spurious words and misc fixes

Revision 1.4 / (download) - annotate - [select for diffs], Sun May 23 14:11:05 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com

Revision 1.3 / (download) - annotate - [select for diffs], Sun May 16 19:57:48 1999 UTC (25 years ago) by alex
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Cleanup xrefs under SEE ALSO.  Specifically:

  - Sort xrefs by section, and then alphabetically.
  - Add missing commas between xref items.
  - Remove commas from the last xref entry.
  - Remove duplicate entries.

Revision 1.2 / (download) - annotate - [select for diffs], Wed May 12 13:26:50 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

grammar police: do not hyphenate compound words that act as adjectives if the
first word ends in -ly

i.e., fully-qualified, newly-created, globally-visible, etc. are wrong

Revision 1.1 / (download) - annotate - [select for diffs], Mon Dec 7 18:23:36 1998 UTC (25 years, 6 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5

this will replace share/{termcap,terminfo} soon

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.