Parcourir la source

[5061] different port than standard -> default

Francis Dupont il y a 8 ans
Parent
commit
9a84411922
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 2 2
      doc/guide/dhcp4-srv.xml
  2. 1 1
      doc/guide/dhcp6-srv.xml

+ 2 - 2
doc/guide/dhcp4-srv.xml

@@ -448,7 +448,7 @@ be followed by a comma and another object definition.</para>
 <screen>
 "Dhcp4": { "lease-database": { <userinput>"host" : ""</userinput>, ... }, ... }
 </screen>
-  Should the database use a port different than standard, it may be
+  Should the database use a port different than default, it may be
   specified as well:
 <screen>
 "Dhcp4": { "lease-database": { <userinput>"port" : 12345</userinput>, ... }, ... }
@@ -531,7 +531,7 @@ If a timeout is given though, it should be an integer greater than zero.
 <screen>
 "Dhcp4": { "hosts-database": { <userinput>"host" : ""</userinput>, ... }, ... }
 </screen>
-  Should the database use a port different than standard, it may be
+  Should the database use a port different than default, it may be
   specified as well:
 <screen>
 "Dhcp4": { "hosts-database": { <userinput>"port" : 12345</userinput>, ... }, ... }

+ 1 - 1
doc/guide/dhcp6-srv.xml

@@ -443,7 +443,7 @@ be followed by a comma and another object definition.</para>
 <screen>
 "Dhcp6": { "lease-database": { <userinput>"host" : ""</userinput>, ... }, ... }
 </screen>
-  Should the database use a port different than standard, it may be
+  Should the database use a port different than default, it may be
   specified as well:
 <screen>
 "Dhcp4": { "lease-database": { <userinput>"port" : 12345</userinput>, ... }, ... }