From: Jason Parker Date: Thu, 26 Oct 2006 20:27:52 +0000 (+0000) Subject: Merged revisions 46347 via svnmerge from X-Git-Tag: 1.6.0-beta1~3^2~4257 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebd08b418531d020ecea71a9d78becc85ec7a2d3;p=thirdparty%2Fasterisk.git Merged revisions 46347 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r46347 | qwell | 2006-10-26 15:25:44 -0500 (Thu, 26 Oct 2006) | 2 lines Fix small formatting issue, that causes misaligned line ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46348 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_page.c b/apps/app_page.c index 268ded2abc..bb27fde3be 100644 --- a/apps/app_page.c +++ b/apps/app_page.c @@ -60,7 +60,7 @@ static const char *page_descrip = "caller is dumped into the conference as a speaker and the room is\n" "destroyed when the original caller leaves. Valid options are:\n" " d - full duplex audio\n" -" q - quiet, do not play beep to caller\n" +" q - quiet, do not play beep to caller\n" " r - record the page into a file (see 'r' for app_meetme)\n";