]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/: tfix
authorAlejandro Colomar <alx@kernel.org>
Sun, 17 Nov 2024 11:45:14 +0000 (12:45 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 17 Nov 2024 17:27:13 +0000 (18:27 +0100)
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/arc4random.3
man/man3/setjmp.3
man/man3/sscanf.3
man/man3type/sockaddr.3type

index d3180442fa381df491cacca59bb14c640f68489c..3bb3916ced7ed944bcf21a0224212e8aa9e03c21 100644 (file)
@@ -101,7 +101,7 @@ less than
 .IR upper_bound .
 In some cases,
 such as accessing an array,
-using that value could result in Undefined Behavior.
+using that value could result in undefined behavior.
 .SH SEE ALSO
 .BR getrandom (3),
 .BR rand (3),
index 4aca8df4aef43e42e1401b10ccbda41cb441ee74..762a89c821d4cbd5d72e1043a4a2622d7ec4851e 100644 (file)
@@ -272,7 +272,7 @@ calls may not even be in the same source code module.
 In summary, nonlocal gotos can make programs harder to understand
 and maintain, and an alternative should be used if possible.
 .\"
-.SS Undefined Behavior
+.SS Undefined behavior
 If the function which called
 .BR setjmp ()
 returns before
index 3fe10739b0ec6c3a34d4a2e46e62b1d3c773c640..8eec9c20a1a9d9bd23fe8924ecea6b1e5c8a3238 100644 (file)
@@ -635,7 +635,7 @@ floating-point conversion specifier (and is unaffected by
 etc.).
 .SH BUGS
 .SS Numeric conversion specifiers
-Use of the numeric conversion specifiers produces Undefined Behavior
+Use of the numeric conversion specifiers produces undefined behavior
 for invalid input.
 See
 .UR https://port70.net/\:%7Ensz/\:c/\:c11/\:n1570.html\:#7.21.6.2p10
index 10659ca452b5c023dd69865a4eeee0b0936a24c7..674c1450da13a6c5a08af512724b0fd2f32e7fe0 100644 (file)
@@ -121,7 +121,7 @@ See also
 These structures were invented before modern ISO C strict-aliasing rules.
 If aliasing rules are applied strictly,
 these structures would be extremely difficult to use
-without invoking Undefined Behavior.
+without invoking undefined behavior.
 POSIX Issue 8 will fix this by requiring that implementations
 make sure that these structures
 can be safely used as they were designed.