From d3367c5f5d3ddcc6824d8f41c4cf179f9a5588f8 Mon Sep 17 00:00:00 2001 From: schweikh Date: Wed, 1 Jan 2003 18:49:04 +0000 Subject: Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, especially in troff files. --- usr.sbin/i4b/dtmfdecode/dtmfdecode.c | 2 +- usr.sbin/i4b/isdnd/isdnd.rc.5 | 2 +- usr.sbin/i4b/isdnmonitor/monitor.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.sbin/i4b') diff --git a/usr.sbin/i4b/dtmfdecode/dtmfdecode.c b/usr.sbin/i4b/dtmfdecode/dtmfdecode.c index 1ef49a9..16c68e6 100644 --- a/usr.sbin/i4b/dtmfdecode/dtmfdecode.c +++ b/usr.sbin/i4b/dtmfdecode/dtmfdecode.c @@ -23,7 +23,7 @@ #define FSC (1<<12) /* Alaw parameters */ -#define SIGN_BIT (0x80) /* Sign bit for a A-law byte. */ +#define SIGN_BIT (0x80) /* Sign bit for an A-law byte. */ #define QUANT_MASK (0xf) /* Quantization field mask. */ #define SEG_SHIFT (4) /* Left shift for segment number. */ #define SEG_MASK (0x70) /* Segment field mask. */ diff --git a/usr.sbin/i4b/isdnd/isdnd.rc.5 b/usr.sbin/i4b/isdnd/isdnd.rc.5 index c848bf7..be31920 100644 --- a/usr.sbin/i4b/isdnd/isdnd.rc.5 +++ b/usr.sbin/i4b/isdnd/isdnd.rc.5 @@ -907,7 +907,7 @@ This specifies a Raw B CHannel access interface. .It Ar tel ISDN telephony. .It Ar ing -configures a ISDN B-channel to NetGraph interface. +configures an ISDN B-channel to NetGraph interface. .El .It Li usrdeviceunit Specifies the unit number for the device which is specified with diff --git a/usr.sbin/i4b/isdnmonitor/monitor.h b/usr.sbin/i4b/isdnmonitor/monitor.h index f5d532f..4862c48 100644 --- a/usr.sbin/i4b/isdnmonitor/monitor.h +++ b/usr.sbin/i4b/isdnmonitor/monitor.h @@ -147,7 +147,7 @@ #define I4B_MON_DUMPRIGHTS_SIZE I4B_MON_CMD_HDR /* no parameters */ /* - * in response to a I4B_MON_DUMPRIGHTS_CODE command, the daemon sends + * In response to an I4B_MON_DUMPRIGHTS_CODE command, the daemon sends * this event: */ #define I4B_MON_DRINI_CODE 2 /* event code */ @@ -167,7 +167,7 @@ #define I4B_MON_DUMPMCONS_SIZE I4B_MON_CMD_HDR /* no parameters */ /* - * in response to a I4B_MON_DUMPMCONS_CODE command, the daemon sends + * In response to an I4B_MON_DUMPMCONS_CODE command, the daemon sends * this event: */ #define I4B_MON_DCINI_CODE 4 /* event code */ -- cgit v1.1