From 6fbe5560039a2c64c651ee0a9c69e33bce8c94a6 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Fri, 3 Sep 2010 13:24:49 +0000 Subject: [PATCH] 1.0.42.30: missing docstring for GET-PROTOCOL-BY-NAME Patch by Jim Wise, lp#628885. --- contrib/sb-bsd-sockets/inet.lisp | 2 ++ version.lisp-expr | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/sb-bsd-sockets/inet.lisp b/contrib/sb-bsd-sockets/inet.lisp index 351251f..e07f828 100644 --- a/contrib/sb-bsd-sockets/inet.lisp +++ b/contrib/sb-bsd-sockets/inet.lisp @@ -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 diff --git a/version.lisp-expr b/version.lisp-expr index 51a210e..bd22065 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4