summaryrefslogtreecommitdiff
path: root/lib/libkeynote/keynote.3
AgeCommit message (Collapse)Author
2000-03-06Various mdoc fixups.Aaron Campbell
1999-12-02Minor repairs.Aaron Campbell
1999-11-05Add a sample application as a usage guide, minor manpage correction.Angelos D. Keromytis
1999-11-03Handle multiple assertions per file in signature verification, betterAngelos D. Keromytis
detection of malformed credentials, update manpages, sync with release.
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-09Roll back yesterday's commit, will wait until after 2.6.Angelos D. Keromytis
1999-10-09Move all ifdefs in header.h (instead of keynote.h), include header.hAngelos D. Keromytis
in all files including keynote.h, update manpage.
1999-10-09Better handling of errors in kn_query, update manpage accordingly.Angelos D. Keromytis
1999-10-06Fix a typo in manpage, as well as bogus error reporting.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-07when using `-' as a negative sign, escape it with a backslash so troff knowsAaron Campbell
it's not supposed to be a hyphen/dash
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-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