svn commit: r361249 - head/lib/libc/stdlib

Benedict Reuschling bcr at FreeBSD.org
Tue May 19 11:05:28 UTC 2020


Author: bcr (doc committer)
Date: Tue May 19 11:05:27 2020
New Revision: 361249
URL: https://svnweb.freebsd.org/changeset/base/361249

Log:
  Fix a typo: argments -> arguments
  
  PR:		243294
  Submitted by:	Igor Ostapenko
  MFC after:	5 days

Modified:
  head/lib/libc/stdlib/getopt_long.3

Modified: head/lib/libc/stdlib/getopt_long.3
==============================================================================
--- head/lib/libc/stdlib/getopt_long.3	Tue May 19 09:17:20 2020	(r361248)
+++ head/lib/libc/stdlib/getopt_long.3	Tue May 19 11:05:27 2020	(r361249)
@@ -244,7 +244,7 @@ matching the default behavior of
 .Xr getopt 3 .
 The default behavior without
 .Ql \&+
-is to permute non-option argments to the end of
+is to permute non-option arguments to the end of
 .Fa argv .
 .Pp
 A leading


More information about the svn-src-head mailing list