summaryrefslogtreecommitdiff
path: root/lib/libkeynote/keynote.4
AgeCommit message (Collapse)Author
2007-08-03Update URL of the keynote webpage. While there, update angelos' emailHans-Joerg Hoexer
address. Noticed by qgiovanni@gmail.co, thanks! ok jmc@ (URL snippet), angelos@
2007-05-31convert to new .Dd format;Jason McIntyre
2003-07-08- fix some lists/displaysJason McIntyre
- .Dl for one-line displays - simplify macros - .An/.Aq for AUTHORS
2003-06-02section reorder;Jason McIntyre
2003-03-20typos;Jason McIntyre
ok millert@
2002-05-01o) start new sentence on a new line;Mike Pechkin
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
2002-04-30Initial cleanup:Mike Pechkin
o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok
2001-09-03with or without fee; received mail permitting this change from angelosTheo de Raadt
2001-08-16o) -mdoc syntax improvements;Mike Pechkin
o) typos; o) "start new line" issues; o) improve enclosure/quoting macros; millert@ help and ok
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
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
2000-09-17Arguments to .Dt macros should be all-caps.Aaron Campbell
2000-06-13Fix some compile warnings.Angelos D. Keromytis
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-01-10the theTheo de Raadt
1999-10-11Fix language to be closer to reality.Angelos D. Keromytis
1999-10-11Lower-case the name.Angelos D. Keromytis
1999-10-11Greatly expand keynote.4 to include query semantics, cross references.Angelos D. Keromytis
1999-10-01Update for version 2.0Angelos D. Keromytis
1999-07-09- remove all trailing whitespaceAaron Campbell
* 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...
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
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.
1999-07-02remove redundant .Pp macrosAaron Campbell
1999-05-27Fix some typos.Angelos D. Keromytis
1999-05-27Single manpage for command-line tool.Angelos D. Keromytis
1999-05-26Typos and proper form (deraadt@)Angelos D. Keromytis
1999-05-25Export kn_keycompare() in the API, update the spec and man pages.Angelos D. Keromytis
Note that the *.1 manpages will all be rolled into a single one soon.
1999-05-24Update man pages to reflect new usage method.Angelos D. Keromytis
1999-05-23Work with "make obj;make"Angelos D. Keromytis