Module Name:    src
Committed By:   wiz
Date:           Tue Aug  3 07:12:50 UTC 2021

Modified Files:
        src/usr.bin/make: make.1

Log Message:
Document :On modifiers in more detail.


To generate a diff of this commit:
cvs rdiff -u -r1.298 -r1.299 src/usr.bin/make/make.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/make.1
diff -u src/usr.bin/make/make.1:1.298 src/usr.bin/make/make.1:1.299
--- src/usr.bin/make/make.1:1.298	Fri Jul 30 22:16:09 2021
+++ src/usr.bin/make/make.1	Tue Aug  3 07:12:50 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: make.1,v 1.298 2021/07/30 22:16:09 rillig Exp $
+.\"	$NetBSD: make.1,v 1.299 2021/08/03 07:12:50 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	from: @(#)make.1	8.4 (Berkeley) 3/19/94
 .\"
-.Dd July 30, 2021
+.Dd August 3, 2021
 .Dt MAKE 1
 .Os
 .Sh NAME
@@ -1235,11 +1235,13 @@ Orders every word in variable alphabetic
 .It Cm \&:On
 Orders every word in variable numerically.
 A number followed by one of
-.Ql K ,
+.Ql k ,
 .Ql M
 or
 .Ql G
-is multiplied by the appropriate factor.
+is multiplied by the appropriate factor (1024 (k), 1048576 (M), or
+1073741824 (G)).
+Both upper- and lower-case letters are accepted.
 .It Cm \&:Or
 Orders every word in variable in reverse alphabetical order.
 .It Cm \&:Orn

Reply via email to