diff options
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | man/2/lists | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ 20121205 appl/cmd/mk/mksubdirs [issue 290 change suggested by powerman] 20120918 - remove unused/unusable debug/setdebug from appl/lib/auth9.b; use crypt not keyring + remove unused/unusable debug/setdebug from appl/lib/auth9.b and replace Keyring by Crypt 20120820 emu/port/devip.c reset headers flag in Conv 20120725 diff --git a/man/2/lists b/man/2/lists index eebcb964..c38db46a 100644 --- a/man/2/lists +++ b/man/2/lists @@ -1,6 +1,6 @@ .TH LISTS 2 .SH NAME -lists: allsat, anysat, append, combine, concat, delete, filter, find, ismember, last, map, pair, partition, rev, unpair\- list operations +lists: allsat, anysat, append, combine, concat, delete, filter, find, ismember, last, map, pair, partition, reverse, unpair\- list operations .SH SYNOPSIS .EX include "lists.m" |
