svn commit: r319840 - projects/pnfs-planb-server/usr.sbin/nfsd
Rick Macklem
rmacklem at FreeBSD.org
Sun Jun 11 22:22:18 UTC 2017
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:
More information about the svn-src-projects
mailing list