From 635cf4e57c04552a902e07e2f4c1a18fcdfcf0de Mon Sep 17 00:00:00 2001 From: veego Date: Sun, 25 Apr 1999 09:10:07 +0000 Subject: It was a bad idea to call a function 'beep'. Rename it to msg_beep to avoid conflicts with the new curses.h. --- usr.bin/msgc/msgc.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/msgc/msgc.1') 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 -- cgit