From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc3) Gecko/20020528 Description of problem: Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: Look at the markup. It has incorrect required-alternation syntax and a couple of other glitches. Additional info: This is a fix patch. --- snmpd.1 2002/08/04 15:58:36 1.1 +++ snmpd.1 2002/08/04 15:58:51 @@ -5,7 +5,7 @@ .SH NAME snmpd - daemon to respond to SNMP request packets. .SH SYNOPSIS -.B "snmpd [-v] [-a] [-V] [-d] [-q] [-D] [-p [(udp|tcp):]port[@address][,...]] [-x agentx-socket] [-f] [-l logfile] [-L] [-c file] [-C] [-r] [-I [-]module_list]" +.B "snmpd [-v] [-a] [-V] [-d] [-q] [-D] [-p [{udp|tcp}:]port[@address][,...]] [-x agentx-socket] [-f] [-l logfile] [-L] [-c file] [-C] [-r] [-I [-]module_list]" .SH DESCRIPTION .B snmpd is a SNMP agent which binds to a port and awaits requests from --- snmpcmd.1 2002/08/04 15:35:46 1.1 +++ snmpcmd.1 2002/08/04 15:38:33 @@ -27,15 +27,15 @@ snmpcmd [-h|-H|-V] .br -[-v (1 | 2c | 3) ] +[-v {1 | 2c | 3} ] .br -[-O <OUTOPTS> ] [-I <INOPTS> ] +[-O outopts ] [-I inopts ] .br -[-P <PARSEROPTS> ] +[-P parseopts ] .br [-m mibs] [-M mibdirs] .br -[-d] [-D <TOKEN[,TOKEN,...]> ] +[-d] [-D token[,token,...] ] .br [-r retries] [-t timeout] [-p port] [-T UDP|TCP] .br --- snmptranslate.1 2002/08/04 16:08:47 1.1 +++ snmptranslate.1 2002/08/04 16:10:20 @@ -26,13 +26,13 @@ .SH SYNOPSIS snmptranslate [-h] [-V] -[-D <TOKEN[,TOKEN,...]>] -[-I <INOPTS>] -[-O <OUTOPTS>] -[-P <MIBOPTS>] -[-T <TRANSOPTS>] -[-m <mibs>] -[-M <mibdirs>] +[-D token[,token,...]] +[-I inopts] +[-O outopts] +[-P mibopts] +[-T transopts] +[-m mibs] +[-M mibdirs] objectID .SH DESCRIPTION Snmptranslate is an application that translates an SNMP object (SMI value or
Looks like those have been fixed upstream for net-snmp, so i'm closing this bug as fixed in current release as we have switched from ucd-snmp to net-snmp in Red Hat Linux 8.0 Thanks, Read ya, Phil