Browse Source

[trac990] whitespace corrections, s/auth/dhcp6 in man page

Tomek Mrugalski 14 years ago
parent
commit
1555618136
4 changed files with 8 additions and 8 deletions
  1. 2 2
      configure.ac
  2. 2 2
      src/bin/bind10/bind10.py.in
  3. 3 3
      src/bin/dhcp6/b10-dhcp6.8
  4. 1 1
      src/bin/dhcp6/dhcp6.h

+ 2 - 2
configure.ac

@@ -746,7 +746,7 @@ AC_CONFIG_FILES([Makefile
                  src/bin/auth/Makefile
                  src/bin/auth/Makefile
                  src/bin/auth/tests/Makefile
                  src/bin/auth/tests/Makefile
                  src/bin/auth/benchmarks/Makefile
                  src/bin/auth/benchmarks/Makefile
-		 src/bin/dhcp6/Makefile
+                 src/bin/dhcp6/Makefile
                  src/bin/dhcp6/tests/Makefile
                  src/bin/dhcp6/tests/Makefile
                  src/bin/resolver/Makefile
                  src/bin/resolver/Makefile
                  src/bin/resolver/tests/Makefile
                  src/bin/resolver/tests/Makefile
@@ -877,7 +877,7 @@ AC_OUTPUT([doc/version.ent
            src/bin/msgq/run_msgq.sh
            src/bin/msgq/run_msgq.sh
            src/bin/auth/auth.spec.pre
            src/bin/auth/auth.spec.pre
            src/bin/auth/spec_config.h.pre
            src/bin/auth/spec_config.h.pre
-	   src/bin/dhcp6/spec_config.h.pre
+           src/bin/dhcp6/spec_config.h.pre
            src/bin/tests/process_rename_test.py
            src/bin/tests/process_rename_test.py
            src/lib/config/tests/data_def_unittests_config.h
            src/lib/config/tests/data_def_unittests_config.h
            src/lib/python/isc/config/tests/config_test
            src/lib/python/isc/config/tests/config_test

+ 2 - 2
src/bin/bind10/bind10.py.in

@@ -608,11 +608,11 @@ class BoB:
 
 
         if self.cfg_start_dhcp6:
         if self.cfg_start_dhcp6:
             self.start_dhcp6(c_channel_env)
             self.start_dhcp6(c_channel_env)
-    
+
     def startup(self):
     def startup(self):
         """
         """
             Start the BoB instance.
             Start the BoB instance.
- 
+
             Returns None if successful, otherwise an string describing the
             Returns None if successful, otherwise an string describing the
             problem.
             problem.
         """
         """

+ 3 - 3
src/bin/dhcp6/b10-dhcp6.8

@@ -7,7 +7,7 @@
 .\"    Source: BIND10
 .\"    Source: BIND10
 .\"  Language: English
 .\"  Language: English
 .\"
 .\"
-.TH "B10\-AUTH" "8" "March 8, 2011" "BIND10" "BIND10"
+.TH "B10\-DHCP6" "8" "March 8, 2011" "BIND10" "BIND10"
 .\" -----------------------------------------------------------------
 .\" -----------------------------------------------------------------
 .\" * set default formatting
 .\" * set default formatting
 .\" -----------------------------------------------------------------
 .\" -----------------------------------------------------------------
@@ -21,7 +21,7 @@
 .SH "NAME"
 .SH "NAME"
 b10-dhcp6 \- DHCPv6 daemon in BIND10 architecture
 b10-dhcp6 \- DHCPv6 daemon in BIND10 architecture
 .SH "SYNOPSIS"
 .SH "SYNOPSIS"
-.HP \w'\fBb10\-auth\fR\ 'u
+.HP \w'\fBb10\-dhcp6\fR\ 'u
 \fBb10\-dhcp6\fR [\fB\-u\ \fR\fB\fIusername\fR\fR] [\fB\-v\fR]
 \fBb10\-dhcp6\fR [\fB\-u\ \fR\fB\fIusername\fR\fR] [\fB\-v\fR]
 .SH "DESCRIPTION"
 .SH "DESCRIPTION"
 .PP
 .PP
@@ -42,7 +42,7 @@ BIND 10 Guide\&.
 .SH "HISTORY"
 .SH "HISTORY"
 .PP
 .PP
 The
 The
-\fBb10\-auth\fR
+\fBb10\-dhcp6\fR
 daemon was first coded in June 2011\&.
 daemon was first coded in June 2011\&.
 .SH "COPYRIGHT"
 .SH "COPYRIGHT"
 .br
 .br

+ 1 - 1
src/bin/dhcp6/dhcp6.h

@@ -3,7 +3,7 @@
    DHCPv6 Protocol structures... */
    DHCPv6 Protocol structures... */
 
 
 /*
 /*
- * Copyright (c) 2006-2010 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2006-2011 by Internet Systems Consortium, Inc. ("ISC")
  *
  *
  * Permission to use, copy, modify, and distribute this software for any
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
  * purpose with or without fee is hereby granted, provided that the above