1.0.42.30: missing docstring for GET-PROTOCOL-BY-NAME
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 3 Sep 2010 13:24:49 +0000 (13:24 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 3 Sep 2010 13:24:49 +0000 (13:24 +0000)
 Patch by Jim Wise, lp#628885.

contrib/sb-bsd-sockets/inet.lisp
version.lisp-expr

index 351251f..e07f828 100644 (file)
@@ -71,6 +71,8 @@ Examples:
 ;;; getprotobyname only works in the internet domain, which is why this
 ;;; is here
 (defun get-protocol-by-name (name)      ;exported
+  "Given a protocol name, return the protocol number, the protocol name, and
+a list of protocol aliases"
 
   ;; Brownie Points.  Hopefully there's one person out there using
   ;; RSPF sockets and SBCL who will appreciate the extra info
index 51a210e..bd22065 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.42.29"
+"1.0.42.30"