diff options
-rw-r--r-- | share/man/man9/style.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 3887004..39afb85 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -474,7 +474,7 @@ don't roll your own! if ((four = malloc(sizeof(struct foo))) == NULL) err(1, (char *)NULL); if ((six = (int *)overflow()) == NULL) - errx(1, "Number overflowed."); + errx(1, "number overflowed"); return (eight); } .Ed |