From owner-freebsd-doc@FreeBSD.ORG Thu Sep 22 22:30:53 2011 Return-Path: Delivered-To: freebsd-docs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5E9E106564A; Thu, 22 Sep 2011 22:30:53 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id 721B38FC08; Thu, 22 Sep 2011 22:30:53 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 8172B14E60B5; Fri, 23 Sep 2011 00:15:11 +0200 (CEST) X-Virus-Scanned: amavisd-new at server.mypc.hu Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id FyRuGrMg5tMv; Fri, 23 Sep 2011 00:15:09 +0200 (CEST) Received: from [192.168.1.106] (catv-80-98-232-12.catv.broadband.hu [80.98.232.12]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id 51D7C14E60A0; Fri, 23 Sep 2011 00:15:09 +0200 (CEST) Message-ID: <4E7BB367.8040807@FreeBSD.org> Date: Fri, 23 Sep 2011 00:15:03 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:9.0a1) Gecko/20110916 Thunderbird/9.0a1 MIME-Version: 1.0 To: Alexander Best References: <20110922220520.GA2364@freebsd.org> In-Reply-To: <20110922220520.GA2364@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-docs@freebsd.org Subject: Re: minor fix to smp(4) man page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2011 22:30:53 -0000 On 2011.09.23. 0:05, Alexander Best wrote: > hi there, > > could somebody please commit the following fix? > Thanks for your patch! I just submitted it to re@ for approval. Note, that we do not bump .Dd for such changes, just for real content change. Also, you had a dot instead of a comma in the reference list, which I fixed in my working copy. :) Gabor