X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=kernel%2Fdefault.res;h=82e4bb438e6d1e975b771618fde39796aaafd531;hb=85fbcb1d1ff2c358bd8cb35f74f057cbb27108c3;hp=fe79d7e118b3a528e3898d540aac70d424fe33c7;hpb=2edaa0756ceac2a093ff2cbc3c92724464890ef0;p=egate.git diff --git a/kernel/default.res b/kernel/default.res index fe79d7e..82e4bb4 100644 --- a/kernel/default.res +++ b/kernel/default.res @@ -1,5 +1,5 @@ # Email gateway - general kernel resources -# $Id: default.res,v 1.13 1995/03/03 17:19:11 adam Exp $ +# $Id: default.res,v 1.14 1995/03/27 08:23:59 adam Exp $ # # Important directories, programs, etc. gw.reply.mta: /usr/lib/sendmail @@ -115,46 +115,46 @@ gw.bib1.diag.132: Unsupported proximity unit code # Help messages gw.help.target: Command:\n - \ttarget host[:port]\n + \ttarget [:]\n \n The target command selects exactly one target . The is a normal internet domain hostname. The optional argument specifies the port number to use. Normally, this does not need to be specified. \n -gw.help.database: Command:\n - \tbase base1 base2 ...\n +gw.help.base: Command:\n + \tbase 1 2 ...\n \n The base command selects one or more databases. However, some targets do not allow the selection of more than one database. \n gw.help.find: Command:\n - \tfind query\n\n + \tfind \n\n The find command issues a search request based on the specified . A query consists of one or more s separated - by boolean operators , i.e.:\n\n + by boolean operators , i.e.:\n \tquery = search-element bool-operator search-element ...\n\n There are three boolean operators (| means or):\n \tbool-operator = and | or | not\n\n A search-element has three forms. The first and simplest is when it consists of one or more search-terms as in:\n - \tsearch-element = search-term ...\n\n + \t = ...\n\n In the second form, qualifiers are specified:\n - \tsearch-element = qualifier relation search-term ...\n\n + \t = ...\n\n A qualifier directs the search to a specified index register. The relation is:\n - \trelation = > | < | >= | <= | = | <>\n\n + \t = > | < | >= | <= | = | <>\n\n The third type of is the result-set reference:\n - \tsearch-element = s = name\n\n + \t = s=\n\n Parentheses may be used to create recursive definitions.\n\n Some examples, may be in order:\n \tfind network\n This query consists of one , which in turn consists of - one . The query search for the token "network".\n\n + one . The query searches for the word "network".\n\n \tfind computer network\n This is the same as above, but there are two search terms. The phrase "computer network" is searched.\n\n - \tfind ti=computer and au=knuth or donald + \tfind ti=computer and au=knuth or donald\n There are three s. The first and second use qualifiers; the last one doesn't. The search is equivalent to:\n \tfind (ti=computer and au=knuth) or donald\n @@ -165,17 +165,17 @@ gw.help.find: Command:\n Note: The result-set reference faclility is unavailable at the moment. \n gw.help.show: Command:\n - \tshow show-spec ...\n\n + \tshow ...\n\n The show command retrieves records. A is a combination of record position specifications and a presentation format specification. A show command with no retrieves 10 records and displays them in the full format. A show-spec of the form:\n - \tf = type\n + \tf = \n sets the the format to . Currently, there are three formats: 0 - full, 1 - medium, 2 compact format. Record positions can be specified by the form:\n - \tp = from - to\n + \tp = - \n Here and are two integers specifying the record positions.\n Example:\n