aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2025-11-28 20:45:00 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2025-11-28 21:59:30 +0000
commit233ddc56a7ed222ea8903479cd3ae9df044b990a (patch)
tree1468c8455d96de092063aa6a2ce365bb68bdea60
parent687ab0dc54a926092548310d71afdbe386150838 (diff)
unreachable.3: add missing brace in example
Reported by: alc Approved by: markj (mentor) MFC after: 1 month Fixes: b381d0980221b476cadbef862a8e5973d675fb7a See also: D53967
-rw-r--r--share/man/man3/unreachable.31
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man3/unreachable.3 b/share/man/man3/unreachable.3
index 8a1c2d142578..9dd7da806d42 100644
--- a/share/man/man3/unreachable.3
+++ b/share/man/man3/unreachable.3
@@ -61,6 +61,7 @@ void print_classification(double x)
default:
unreachable();
+ }
}
.Ed
.Sh SEE ALSO