--- libavc1394-0.5.4.old/libavc1394/avc1394_internal.c +++ libavc1394-0.5.4/libavc1394/avc1394_internal.c @@ -76,7 +76,7 @@ return "NOTIFY"; if (resp == AVC1394_CTYPE_GENERAL_INQUIRY) return "GENERAL INQUIRY"; - return "UNKOWN CTYPE"; + return "UNKNOWN CTYPE"; } int avc_fcp_handler(raw1394handle_t handle, nodeid_t nodeid, int response, --- libavc1394-0.5.4.old/test/dvcont.1 +++ libavc1394-0.5.4/test/dvcont.1 @@ -18,7 +18,7 @@ .\" This manual page was written especially for Debian Linux. It is based .\" on dvcont's help output using help2man and manual hacking. .\" -.TH DVCONT 1 "September 2002" +.TH DVCONT 1 "October 2002" "dvcont" .SH NAME dvcont \- send control commands to DV cameras .SH SYNOPSIS @@ -48,7 +48,7 @@ .TP .B trickplay < -14 to +14 > Tell the camera to play at various speeds. -0 = forward play, -14 = fastest reverse, -8 = 1X reverse, -1 = slowest reverse, +0 = forward play, \-14 = fastest reverse, \-8 = 1X reverse, \-1 = slowest reverse, 1 = slowest forward, 8 = 1X forward, 14 = fastest forward. (Not supported by all cameras.) .TP @@ -95,7 +95,8 @@ Report the status of the device. .TP .B pluginfo -Report available plugs. +Report available plugs. (This option is mainly intended for internal +development.) .TP .B verbose Tell the program to tell you debug info. --- libavc1394-0.5.4.old/test/dvcont.c +++ libavc1394-0.5.4/test/dvcont.c @@ -65,7 +65,7 @@ printf("\ntimecode - Report the timecode from the tape (HH:MM:SS:FF)"); printf("\nseek - Tell the camera to go to the (HH:MM:SS:FF)"); printf("\nstatus - Report the status of the device"); -printf("\npluginfo - Report available plugs"); +printf("\npluginfo - Report available plugs (developers only)"); printf("\nverbose - Tell the program to tell you debug info."); printf("\nversion - Tell the program to tell you the program version."); printf("\nhelp - Tell the program to show you this screen"); @@ -100,7 +100,7 @@ { if (!errno) { - fprintf(stderr, "Not Compatable!\n"); + fprintf(stderr, "Not Compatible!\n"); } else { perror("Couldn't get 1394 handle"); fprintf(stderr, "Is ieee1394, driver, and raw1394 loaded?\n"); --- libavc1394-0.5.4.old/test/panelctl.1 +++ libavc1394-0.5.4/test/panelctl.1 @@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. .TH PANELCTL "1" "November 2009" "panelctl 0.2" "User Commands" .SH NAME -panelctl \- manual page for panelctl 0.2 +panelctl \- remote control for set-top boxes .SH SYNOPSIS .B panelctl [\fIOPTION\fR...] \fI\fR --- libavc1394-0.5.4.old/test/panelctl.c +++ libavc1394-0.5.4/test/panelctl.c @@ -282,7 +282,7 @@ if (!handle) { if (!errno) { - fprintf(stderr, "Not Compatable!\n"); + fprintf(stderr, "Not Compatible!\n"); } else { perror("Could not get 1394 handle"); fprintf(stderr, "Is ieee1394, driver, and raw1394 loaded?\n"); --- libavc1394-0.5.4.old/test/romtest.c +++ libavc1394-0.5.4/test/romtest.c @@ -43,7 +43,7 @@ #endif if (!handle) { if (!errno) { - printf("Not Compatable!\n"); + printf("Not Compatible!\n"); } else { printf("\ncouldn't get handle\n"); printf("Not Loaded!\n"); ====== end of patch ======