Parcourir la source

[1957] Minor correction in doxygen documentation.

Marcin Siodelski il y a 13 ans
Parent
commit
41f4bacdf9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dhcp/iface_mgr.h

+ 1 - 1
src/lib/dhcp/iface_mgr.h

@@ -384,8 +384,8 @@ public:
     /// interface and selects one that matches address family.
     ///
     /// @param ifname name of the interface
-    /// @param addr address to be bound
     /// @param port UDP port
+    /// @param family address family (AF_INET or AF_INET6)
     /// @return socket descriptor, if socket creation, binding and multicast
     /// group join were all successful.
     /// @throw isc::Unexpected if failed to create and bind socket.