diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-11 18:43:15 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-11 18:43:15 +0000 |
commit | 0f5fca22f97ad012469e9d7781dfa42d081f9edb (patch) | |
tree | dd6f63e2f3091ce516a7ad90083675d567fd0e3a /sys/dev | |
parent | e42c616f196b067649ddecb0753c98d92dc5ee45 (diff) |
sendbug(1), not send-pr; Peter Werner
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/dpt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/dpt.c b/sys/dev/ic/dpt.c index 1fb14a98187..31bb891f67a 100644 --- a/sys/dev/ic/dpt.c +++ b/sys/dev/ic/dpt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dpt.c,v 1.7 2002/10/09 23:43:11 krw Exp $ */ +/* $OpenBSD: dpt.c,v 1.8 2002/12/11 18:43:14 henning Exp $ */ /* $NetBSD: dpt.c,v 1.12 1999/10/23 16:26:33 ad Exp $ */ /*- @@ -145,7 +145,7 @@ static char *dpt_cname[] = { "PM2021", "SmartCache III", "SK2012", "SmartCache Plus", "SK2011", "SmartCache Plus", - NULL, "unknown adapter, please report using send-pr(1)", + NULL, "unknown adapter, please report using sendbug(1)", }; /* |