Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2020 10:16:47 +0000 (UTC)
From:      Benedict Reuschling <bcr@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r361432 - stable/12/lib/libc/stdlib
Message-ID:  <202005241016.04OAGlvb062770@repo.freebsd.org>

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



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