OpenBSD CVS

CVS log for src/lib/libocurses/Attic/ocurses.3


[BACK] Up to [local] / src / lib / libocurses

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14, Sat Nov 14 23:56:50 2015 UTC (8 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +2 -2 lines
FILE REMOVED

libocurses can go to the Attic.  last consumer of it was ramdisk more(1)
conceptual ok guenther millert nicm

Revision 1.13 / (download) - annotate - [select for diffs], Sat Sep 3 22:59:07 2011 UTC (12 years, 9 months ago) by jmc
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, 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.12: +150 -79 lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs], Thu May 31 19:19:36 2007 UTC (17 years 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, OPENBSD_4_7_BASE, OPENBSD_4_7, 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.11: +2 -2 lines
Diff to previous 1.11 (colored)

convert to new .Dd format;

Revision 1.11 / (download) - annotate - [select for diffs], Mon Feb 9 20:53:11 2004 UTC (20 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

make Nm match Dt; found by pb@

some of this ok espie@, all of it ok deraadt@

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jun 6 19:01:00 2003 UTC (21 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.9: +14 -14 lines
Diff to previous 1.9 (colored)

slightly more logical section order, and a typo;
ok pval@ millert@

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jun 2 20:18:42 2003 UTC (21 years ago) by millert
Branch: MAIN
Changes since 1.8: +1 -5 lines
Diff to previous 1.8 (colored)

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

Revision 1.8 / (download) - annotate - [select for diffs], Sat May 24 18:30:32 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

- typos;
- new sentence, new line;
- whitespace at EOL

Revision 1.7 / (download) - annotate - [select for diffs], Wed May 1 08:03:30 2002 UTC (22 years, 1 month ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.6: +4 -2 lines
Diff to previous 1.6 (colored)

o) start new sentence on a new line;
o) always close .Bl tags;
o) fix usage of .Xr;

millert@ ok

Revision 1.6 / (download) - annotate - [select for diffs], Mon Aug 6 10:42:26 2001 UTC (22 years, 10 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored)

o) We always close .Bl and .Bd tags;
o) .Sh AUTHOR -> .Sh AUTHORS;
o) We don't like .Pp before/after .Sh;
o) We don't like .Pp before/after .Rs/.Re;
o) NetBSD -> .Nx;
o) OpenBSD -> .Ox;

millert@ ok

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jul 9 13:35:27 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (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.4 / (download) - annotate - [select for diffs], Wed Jul 7 10:50:06 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.
Out of the approximately 1450 man pages, only about 90 of them were wrong.
Thanks to kwesterback@home.com for coming up with a script and patch to repair
this. The patch also inserted a .Os macro in the few man pages that were
missing one.

Revision 1.3 / (download) - annotate - [select for diffs], Sun May 16 19:56:03 1999 UTC (25 years, 1 month ago) by alex
Branch: MAIN
Changes since 1.2: +1 -1 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], Thu Jul 23 21:10:25 1998 UTC (25 years, 10 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.1: +5 -2 lines
Diff to previous 1.1 (colored)

unified libtermcap/libocurses

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jun 2 06:06:09 1996 UTC (28 years ago) by tholo
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0

Install ncurses as -lcurses and <curses.h>
Install BSD curses library as -locurses and <ocurses.h>

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.