From owner-cvs-src@FreeBSD.ORG Sat Oct 21 20:36:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EE7716A407; Sat, 21 Oct 2006 20:36:50 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A51943D58; Sat, 21 Oct 2006 20:36:50 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9LKaoC0071374; Sat, 21 Oct 2006 20:36:50 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9LKao57071373; Sat, 21 Oct 2006 20:36:50 GMT (envelope-from simon) Message-Id: <200610212036.k9LKao57071373@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 21 Oct 2006 20:36:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys write.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Oct 2006 20:36:50 -0000 simon 2006-10-21 20:36:50 UTC FreeBSD src repository Modified files: lib/libc/sys write.2 Log: Minor markup fix: A comma should be seperated by space from macro argument. This resulted in "pwritev,()" instead of the intended "pwritev()," in the output. MFC after: 3 days Revision Changes Path 1.33 +1 -1 src/lib/libc/sys/write.2