Module Name:    src
Committed By:   rin
Date:           Wed Jul 10 07:08:37 UTC 2024

Modified Files:
        src/share/man/man9: imax.9

Log Message:
imax.9: Additional fixes for previous...


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 src/share/man/man9/imax.9:1.8
--- src/share/man/man9/imax.9:1.7	Wed Jul 10 07:03:47 2024
+++ src/share/man/man9/imax.9	Wed Jul 10 07:08:37 2024
@@ -1,4 +1,4 @@
-.\"     $NetBSD: imax.9,v 1.7 2024/07/10 07:03:47 rin Exp $
+.\"     $NetBSD: imax.9,v 1.8 2024/07/10 07:08:37 rin Exp $
 .\"
 .\" Copyright (c) 2006 Igor Sobrado
 .\" All rights reserved.
@@ -32,8 +32,8 @@
 .Nm imin ,
 .Nm lmax ,
 .Nm lmin ,
-.Nm max ,
-.Nm min ,
+.Nm uimax ,
+.Nm uimin ,
 .Nm ulmax ,
 .Nm ulmin
 .Nd compare integers
@@ -58,7 +58,7 @@
 The
 .Fn imin ,
 .Fn lmin ,
-.Fn min ,
+.Fn uimin ,
 and
 .Fn ulmin
 functions return whichever argument is algebraically smaller, differing only
@@ -68,7 +68,7 @@ natural size, long, unsigned and unsigne
 The
 .Fn imax ,
 .Fn lmax ,
-.Fn max ,
+.Fn uimax ,
 and
 .Fn ulmax
 functions are identical except that they return the algebraically larger

Reply via email to