summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1999-07-31 15:04:37 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1999-07-31 15:04:37 +0000
commitb787fc933a8728339a489306a44d9a66299903a8 (patch)
tree89b77188aec6a6c4e56137d1510430f46ddef3b9
parent8ebb4e385ec376767e0250d0377c4e500598ce42 (diff)
Notes
-rw-r--r--share/man/man9/style.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index 00adc5ae7ae0..b6ffcb78f65c 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: style.9,v 1.23 1999/01/30 04:17:14 julian Exp $
+.\" $Id: style.9,v 1.24 1999/06/27 02:38:45 mpp Exp $
.\"
.Dd December 14, 1995
.Dt STYLE 9
@@ -243,7 +243,7 @@ have a NOTREACHED comment.
case 'n':
num = strtol(optarg, &ep, 10);
if (num <= 0 || *ep != '\e0')
- err("illegal number -- %s", optarg);
+ errx("illegal number -- %s", optarg);
break;
case '?':
default: