Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2017 22:22:17 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r319840 - projects/pnfs-planb-server/usr.sbin/nfsd
Message-ID:  <201706112222.v5BMMHDB020882@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706112222.v5BMMHDB020882>