diff options
| author | veego <veego@NetBSD.org> | 1999-04-25 09:10:07 +0000 |
|---|---|---|
| committer | veego <veego@NetBSD.org> | 1999-04-25 09:10:07 +0000 |
| commit | 635cf4e57c04552a902e07e2f4c1a18fcdfcf0de (patch) | |
| tree | 5204cdc05369916deb3aa401fa75f148710bb69d /usr.bin/msgc/msgc.1 | |
| parent | a8743ef778dbf5b66d424339c2bf6597d46ac03f (diff) | |
It was a bad idea to call a function 'beep'.
Rename it to msg_beep to avoid conflicts with the new curses.h.
Diffstat (limited to 'usr.bin/msgc/msgc.1')
| -rw-r--r-- | usr.bin/msgc/msgc.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/msgc/msgc.1 b/usr.bin/msgc/msgc.1 index 293db4dd7f3..5aaf45c4893 100644 --- a/usr.bin/msgc/msgc.1 +++ b/usr.bin/msgc/msgc.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: msgc.1,v 1.3 1999/03/22 18:16:40 garbled Exp $ +.\" $NetBSD: msgc.1,v 1.4 1999/04/25 09:10:07 veego Exp $ .\" .\" Copyright 1997 Piermont Information Systems Inc. .\" All rights reserved. @@ -48,7 +48,7 @@ msgc .Ft void .Fn msg_window "WINDOW *window" .Ft void -.Fn beep "void" +.Fn msg_beep "void" .Ft char * .Fn msg_string "int msg_no" .Ft void |
