From owner-svn-src-projects@freebsd.org Sun Jun 11 22:22:18 2017 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89305BEE68A for ; Sun, 11 Jun 2017 22:22:18 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5420A792C4; Sun, 11 Jun 2017 22:22:18 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5BMMHvS020883; Sun, 11 Jun 2017 22:22:17 GMT (envelope-from rmacklem@FreeBSD.org) Received: (from rmacklem@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5BMMHDB020882; Sun, 11 Jun 2017 22:22:17 GMT (envelope-from rmacklem@FreeBSD.org) Message-Id: <201706112222.v5BMMHDB020882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rmacklem set sender to rmacklem@FreeBSD.org using -f From: Rick Macklem Date: Sun, 11 Jun 2017 22:22:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r319840 - projects/pnfs-planb-server/usr.sbin/nfsd X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2017 22:22:18 -0000 Author: rmacklem Date: Sun Jun 11 22:22:17 2017 New Revision: 319840 URL: https://svnweb.freebsd.org/changeset/base/319840 Log: Fix a comment in nfsd.c. Modified: projects/pnfs-planb-server/usr.sbin/nfsd/nfsd.c Modified: projects/pnfs-planb-server/usr.sbin/nfsd/nfsd.c ============================================================================== --- projects/pnfs-planb-server/usr.sbin/nfsd/nfsd.c Sun Jun 11 22:14:32 2017 (r319839) +++ projects/pnfs-planb-server/usr.sbin/nfsd/nfsd.c Sun Jun 11 22:22:17 2017 (r319840) @@ -228,7 +228,7 @@ main(int argc, char **argv) /* now a no-op, since this is the default */ break; case 'p': - /* Parse out the DS server host names and the port#s. */ + /* Parse out the DS server host names and mount pts. */ parse_dsserver(optarg, &nfsdargs); break; case 0: