Module Name: src Committed By: rin Date: Wed Jul 10 07:03:47 UTC 2024
Modified Files: src/share/man/man9: imax.9 Log Message: imax(9): Belatedly catch up with min/max --> uimin/uimax renaming done almost 6 years ago: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/lib/libkern/libkern.h#rev1.130 Thanks asahi at iij for pointing this out :) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/imax.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man9/imax.9 diff -u src/share/man/man9/imax.9:1.6 src/share/man/man9/imax.9:1.7 --- src/share/man/man9/imax.9:1.6 Tue Jun 8 08:55:46 2010 +++ src/share/man/man9/imax.9 Wed Jul 10 07:03:47 2024 @@ -1,4 +1,4 @@ -.\" $NetBSD: imax.9,v 1.6 2010/06/08 08:55:46 jruoho Exp $ +.\" $NetBSD: imax.9,v 1.7 2024/07/10 07:03:47 rin Exp $ .\" .\" Copyright (c) 2006 Igor Sobrado .\" All rights reserved. @@ -24,7 +24,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd June 8, 2010 +.Dd July 10, 2024 .Dt IMAX 9 .Os .Sh NAME @@ -47,9 +47,9 @@ .Ft long .Fn lmin "long a" "long b" .Ft u_int -.Fn max "u_int a" "u_int b" +.Fn uimax "u_int a" "u_int b" .Ft u_int -.Fn min "u_int a" "u_int b" +.Fn uimin "u_int a" "u_int b" .Ft u_long .Fn ulmax "u_long a" "u_long b" .Ft u_long