diff options
author | 2002-12-11 18:44:23 +0000 | |
---|---|---|
committer | 2002-12-11 18:44:23 +0000 | |
commit | d3dcdb6eeee3d15b2a668a0c38442d0f2609d326 (patch) | |
tree | 7d7a3410b274923a9cb930aa23e7f6b1a2dbcee4 | |
parent | sendbug(1), not send-pr; Peter Werner (diff) | |
download | wireguard-openbsd-d3dcdb6eeee3d15b2a668a0c38442d0f2609d326.tar.xz wireguard-openbsd-d3dcdb6eeee3d15b2a668a0c38442d0f2609d326.zip |
send-pr -> sendbug here as well; Peter Werner
-rw-r--r-- | sys/dev/pci/puc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/puc.c b/sys/dev/pci/puc.c index 27e963414f6..9c1503eeabd 100644 --- a/sys/dev/pci/puc.c +++ b/sys/dev/pci/puc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: puc.c,v 1.6 2002/03/14 01:26:59 millert Exp $ */ +/* $OpenBSD: puc.c,v 1.7 2002/12/11 18:44:23 henning Exp $ */ /* $NetBSD: puc.c,v 1.3 1999/02/06 06:29:54 cgd Exp $ */ /* @@ -165,7 +165,7 @@ puc_attach(parent, self, aux) sc->sc_dev.dv_xname); printf("%s: mesage buffer (via 'options MSGBUFSIZE=...'),\n", sc->sc_dev.dv_xname); - printf("%s: and report the result with send-pr\n", + printf("%s: and report the result with sendbug(1)\n", sc->sc_dev.dv_xname); #endif return; |