diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-11 18:44:24 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-11 18:44:24 +0000 |
commit | a95d3d1628d47236aea2c238a54aac97b1f0b412 (patch) | |
tree | 25a8905b090dd26a0e6469b3b37522425bfb2c45 /sys/dev | |
parent | 0f5fca22f97ad012469e9d7781dfa42d081f9edb (diff) |
send-pr -> sendbug here as well; Peter Werner
Diffstat (limited to 'sys/dev')
-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; |