diff options
author | 2002-12-11 18:43:14 +0000 | |
---|---|---|
committer | 2002-12-11 18:43:14 +0000 | |
commit | 0096be6a24f77dcb92bd9a80d4636ffec15ba65b (patch) | |
tree | ffd3684b9f98b0bcc7d9755e27a52134e2a22155 | |
parent | unpee (diff) | |
download | wireguard-openbsd-0096be6a24f77dcb92bd9a80d4636ffec15ba65b.tar.xz wireguard-openbsd-0096be6a24f77dcb92bd9a80d4636ffec15ba65b.zip |
sendbug(1), not send-pr; Peter Werner
-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)", }; /* |