From: Adam Dickmeiss Date: Tue, 17 Sep 2002 20:17:44 +0000 (+0000) Subject: Use proper tags for references to man pages X-Git-Tag: YAZ.1.9.1~31 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=519fe26fff30687caa26c4a26038d02dcc0429c8 Use proper tags for references to man pages --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 15a2f59..1852d85 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.33 2002-09-16 18:45:13 adam Exp $ +## $Id: Makefile.am,v 1.34 2002-09-17 20:17:44 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ @@ -38,10 +38,10 @@ EXTRA_DIST = $(XMLFILES) $(SUPPORTFILES) $(DOCFILES) $(MANFILES) $(REFFILES) doc_DATA = $(DOCFILES) man_MANS = $(MANFILES) -yaz-client.1: yaz-client.sgml +yaz-client.1: yaz-client.sgml yaz-client-commands.xml cd $(srcdir); docbook2man yaz-client.sgml -yaz-ztest.8: yaz-ztest.sgml +yaz-ztest.8: yaz-ztest.sgml ztest-options.xml cd $(srcdir); docbook2man yaz-ztest.sgml yaz-config.1: yaz-config.sgml diff --git a/doc/frontend.xml b/doc/frontend.xml index 65d21fc..99f4909 100644 --- a/doc/frontend.xml +++ b/doc/frontend.xml @@ -1,4 +1,4 @@ - + Generic server Introduction @@ -692,8 +692,8 @@ typedef struct bend_scan_rr { - + listener-spec @@ -726,23 +726,22 @@ typedef struct bend_scan_rr { For UNIX, the address is the filename of socket. - + - Examples + For TCP/IP and SSL, the special hostname "@" is mapped to + the address INADDR_ANY, which causes the + server to listen on any local interface. - + + + Examples: - tcp:dranet.dra.com + tcp:@:210 - ssl:ssl.enterprise.com:3000 + ssl:@:3000 unix:/tmp/yaz - - - For TCP/IP and SSL, the special hostname "@" is mapped to - the address INADDR_ANY, which causes the - server to listen on any local interface. diff --git a/doc/future.xml b/doc/future.xml index 517ec3f..2533b8e 100644 --- a/doc/future.xml +++ b/doc/future.xml @@ -1,4 +1,4 @@ - + Future Directions @@ -19,13 +19,13 @@ &yaz; is a BER toolkit and as such should support all protocols out there based on that. We'd like to see running ILL applications. - It shouldn't be that hard. Another thing that would be intersting is + It shouldn't be that hard. Another thing that would be interesting is LDAP. Maybe a generic framework for doing IR using both LDAP and Z39.50 transparently. - Other than that, YAZ generally moves in the directions which appear to + Other than that, &yaz; generally moves in the directions which appear to make the most people happy (including ourselves, as prime users of the software). If there's something you'd like to see in here, then drop us a note and let's see what we can come up with. diff --git a/doc/installation.xml b/doc/installation.xml index 101ec67..4f89d4d 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,4 +1,4 @@ - + Compilation and Installation Introduction @@ -35,7 +35,7 @@ Apple Macintosh (using the Codewarrior programming environment and the GUSI socket libraries) - MS Windows 95/98/NT/W2K (Win32) + MS Windows 95/98/NT/2K/XP (Win32) IBM AS/400 @@ -119,6 +119,16 @@ TCP wrapper library. It allows you to allow/deny clients depending on IP number. The TCP wrapper library is often used in Linux/BSD distributions. + See + + hosts_access + 5 + + and + + tcpd + 8 + . --enable-threads @@ -155,7 +165,6 @@ make - diff --git a/doc/yaz-client.sgml b/doc/yaz-client.sgml index 3742846..0bef55b 100644 --- a/doc/yaz-client.sgml +++ b/doc/yaz-client.sgml @@ -1,7 +1,7 @@ ]> - + @@ -101,7 +101,12 @@ SEE ALSO - yaz(7) + + + yaz + 1 + + Section "The YAZ Client" in the YAZ manual. diff --git a/doc/yaz-man.sgml b/doc/yaz-man.sgml index 0bb8517..93c15d0 100644 --- a/doc/yaz-man.sgml +++ b/doc/yaz-man.sgml @@ -1,5 +1,5 @@ - + yaz @@ -62,10 +62,23 @@ SEE ALSO - yaz-client(1), - yaz-ztest(8), - yaz-config(1), - zoomsh(1) + + + yaz-client + 1 + , + + yaz-ztest + 8 + , + + yaz-config + 1 + , + + zoomsh + 1 + YAZ manual ( prefix/share/yaz/doc) diff --git a/doc/yaz-ztest.sgml b/doc/yaz-ztest.sgml index a1c4471..1a164ad 100644 --- a/doc/yaz-ztest.sgml +++ b/doc/yaz-ztest.sgml @@ -1,7 +1,7 @@ ]> - + @@ -25,8 +25,8 @@ - + listener-spec @@ -40,7 +40,7 @@ yaz-ztest is a Z39.50 test server. The server acts as a real Z39.50 server but does not use a database. - It returns a random hit count and returns a subset of a few build-in + It returns a random hit count and returns a subset of a few built-in records. @@ -51,7 +51,7 @@ The listener-spec consists of a transport mode followed by a colon, followed by a listener address. The transport mode is either tcp, unix, - or ssl. + or ssl (yaz-ztest-ssl only). For TCP and SSL, an address has the form: @@ -77,7 +77,9 @@ SEE ALSO - yaz(7) + + yaz + 1 Section "Generic server" in the YAZ manual. diff --git a/doc/zoomsh.sgml b/doc/zoomsh.sgml index 4d56535..fac41c0 100644 --- a/doc/zoomsh.sgml +++ b/doc/zoomsh.sgml @@ -1,7 +1,7 @@ ]> - + @@ -126,7 +126,16 @@ ZOOM>quit SEE ALSO - yaz(7), yaz-ztest(8) + + + yaz + 7 + , + + yaz-ztest + 8 + , + Section "Building clients with ZOOM" in the YAZ manual. diff --git a/doc/ztest-options.xml b/doc/ztest-options.xml index 3d08766..cbcd2d8 100644 --- a/doc/ztest-options.xml +++ b/doc/ztest-options.xml @@ -1,5 +1,5 @@ @@ -59,7 +59,7 @@ -c config A user option that serves as a specifier for some - sort of configuration, e.g. a filename. + sort of configuration, usually a filename. The argument to this option is transferred to member confignameof the statserv_options_block. @@ -121,6 +121,23 @@ Maximum record size/message size, in kilobytes. + + -d + daemon + + Set name of daemon to be used in hosts access file. + See + + hosts_access + 5 + + and + + tcpd + 8 + . + +