Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2020 02:13:18 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r360425 - head/stand/lua
Message-ID:  <202004280213.03S2DI0k070120@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Tue Apr 28 02:13:17 2020
New Revision: 360425
URL: https://svnweb.freebsd.org/changeset/base/360425

Log:
  config.lua(8): "may should" is not proper grammar
  
  Reported by:	rpokala
  X-MFC-With:	r360421

Modified:
  head/stand/lua/config.lua.8

Modified: head/stand/lua/config.lua.8
==============================================================================
--- head/stand/lua/config.lua.8	Tue Apr 28 02:11:02 2020	(r360424)
+++ head/stand/lua/config.lua.8	Tue Apr 28 02:13:17 2020	(r360425)
@@ -64,7 +64,7 @@ Process
 .Ev files
 as if it were
 .Ev loader_conf_files .
-The caller may should pass in a table as the
+The caller should pass in a table as the
 .Ev loaded_files
 argument, which uses filenames as keys and any non-nil value to indicate that
 the file named by the key has been loaded.



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