svn commit: r361432 - stable/12/lib/libc/stdlib

Benedict Reuschling bcr at FreeBSD.org
Sun May 24 10:16:47 UTC 2020


Author: bcr (doc committer)
Date: Sun May 24 10:16:47 2020
New Revision: 361432
URL: https://svnweb.freebsd.org/changeset/base/361432

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

Modified:
  stable/12/lib/libc/stdlib/getopt_long.3
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/lib/libc/stdlib/getopt_long.3
==============================================================================
--- stable/12/lib/libc/stdlib/getopt_long.3	Sun May 24 10:12:31 2020	(r361431)
+++ stable/12/lib/libc/stdlib/getopt_long.3	Sun May 24 10:16:47 2020	(r361432)
@@ -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-all mailing list