From: Jelte Jansen Date: Thu, 2 Aug 2012 09:28:11 +0000 (+0200) Subject: [2126] and fix a few stray b10-showtech uses X-Git-Tag: trac2351_base~137^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb1471521f157d034bec34150d19698f3fa44d8f;p=thirdparty%2Fkea.git [2126] and fix a few stray b10-showtech uses --- diff --git a/doc/guide/bind10-messages.html b/doc/guide/bind10-messages.html index d603cc16c2..37c742b7e5 100644 --- a/doc/guide/bind10-messages.html +++ b/doc/guide/bind10-messages.html @@ -1,4 +1,4 @@ -BIND 10 Messages Manual

BIND 10 Messages Manual

This is the messages manual for BIND 10 version +BIND 10 Messages Manual

BIND 10 Messages Manual

This is the messages manual for BIND 10 version 20120712.

Abstract

BIND 10 is a Domain Name System (DNS) suite managed by Internet Systems Consortium (ISC). It includes DNS libraries and modular components for controlling authoritative and diff --git a/src/bin/sysinfo/isc-sysinfo.1 b/src/bin/sysinfo/isc-sysinfo.1 index b331713409..e923fdd752 100644 --- a/src/bin/sysinfo/isc-sysinfo.1 +++ b/src/bin/sysinfo/isc-sysinfo.1 @@ -1,13 +1,13 @@ '\" t -.\" Title: b10-showtech +.\" Title: isc-sysinfo .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.76.1 +.\" Generator: DocBook XSL Stylesheets v1.75.2 .\" Date: June 26, 2012 .\" Manual: BIND10 .\" Source: BIND10 .\" Language: English .\" -.TH "B10\-SHOWTECH" "1" "June 26, 2012" "BIND10" "BIND10" +.TH "ISC\-SYSINFO" "1" "June 26, 2012" "BIND10" "BIND10" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -28,14 +28,14 @@ .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" -b10-showtech \- BIND 10 system information display tool +isc-sysinfo \- BIND 10 system information display tool .SH "SYNOPSIS" -.HP \w'\fBb10\-showtech\fR\ 'u -\fBb10\-showtech\fR +.HP \w'\fBisc\-sysinfo\fR\ 'u +\fBisc\-sysinfo\fR .SH "DESCRIPTION" .PP The -\fBb10\-showtech\fR +\fBisc\-sysinfo\fR program collects and outputs a variety of information about the system that BIND 10 is running on\&. This information can be useful to people involved in debugging and technical support\&. .SH "ARGUMENTS" .PP @@ -47,7 +47,7 @@ Displays usage instructions\&. \-o \fIoutput\-file\fR .RS 4 If an output file is specified, the output of -\fBb10\-showtech\fR +\fBisc\-sysinfo\fR is written to this file\&. By default, the output is written to standard output\&. .RE .SH "SEE ALSO" @@ -58,7 +58,7 @@ BIND 10 Guide\&. .SH "HISTORY" .PP The -\fBb10\-showtech\fR +\fBisc\-sysinfo\fR daemon was initially implemented by ISC staff in June, 2012\&. .SH "COPYRIGHT" .br diff --git a/src/bin/sysinfo/isc-sysinfo.xml b/src/bin/sysinfo/isc-sysinfo.xml index 3f7884321a..919ed838e3 100644 --- a/src/bin/sysinfo/isc-sysinfo.xml +++ b/src/bin/sysinfo/isc-sysinfo.xml @@ -24,13 +24,13 @@ - b10-sysinfo + isc-sysinfo 1 BIND10 - b10-sysinfo + isc-sysinfo BIND 10 system information display tool @@ -43,14 +43,14 @@ - b10-sysinfo + isc-sysinfo DESCRIPTION - The b10-sysinfo program collects and outputs a + The isc-sysinfo program collects and outputs a variety of information about the system that BIND 10 is running on. This information can be useful to people involved in debugging and technical support. @@ -73,7 +73,7 @@ -o output-file If an output file is specified, the output - of b10-sysinfo is written to this file. By + of isc-sysinfo is written to this file. By default, the output is written to standard output. @@ -95,7 +95,7 @@ HISTORY - The b10-sysinfo daemon was initially + The isc-sysinfo daemon was initially implemented by ISC staff in June, 2012. diff --git a/src/bin/sysinfo/sysinfo.py.in b/src/bin/sysinfo/sysinfo.py.in index 5b6784703d..1e77acb27e 100755 --- a/src/bin/sysinfo/sysinfo.py.in +++ b/src/bin/sysinfo/sysinfo.py.in @@ -16,7 +16,7 @@ # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. """ -BIND 10 showtech program. +ISC sysinfo program. """