Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90900 - missing table in otpCalc manpage
Summary: missing table in otpCalc manpage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tavis Ormandy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-29 13:54 UTC by Wormo (RETIRED)
Modified: 2005-04-29 15:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
make missing list appear in man page (otpCalc-0.96-manpage.patch,500 bytes, patch)
2005-04-29 13:58 UTC, Wormo (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wormo (RETIRED) gentoo-dev 2005-04-29 13:54:40 UTC
There is supposed to be a table in the otpCalc that lists valid prefixes. However, there seems to be a syntax problem so it does not show up.

The manpage currently is displayed like this:

       otpCalc  determines  which message digest to use based on the prefix to
       the Challenge input:



       In the absence of a prefix, the default hash, specified in the Settings
       menu, is used.

With the attached patch applied, the same section of the manpage reads:    
   
       otpCalc  determines  which  message digest to use based on the prefix to
       the Challenge input:

              s/key          MD4
              otp-md4        MD4
              otp-md5        MD5
              otp-rmd160     RIPEMD-160
              otp-sha1       SHA1

       In the absence of a prefix, the default hash, specified in the  Settings
       menu, is used.


Reproducible: Always
Steps to Reproduce:
1.man otpCalc
2.
3.

Actual Results:  
list of prefixes not displayed

Expected Results:  
list of prefixes should show up

Portage 2.0.51.19 (default-linux/ppc/2004.3, gcc-3.4.1, glibc-2.3.3.20040420-r2,
 2.6.10-gentoo-r6 ppc)
=================================================================
System uname: 2.6.10-gentoo-r6 ppc 750FX
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.3 [2.3.3 (#1, Apr 12 2004, 22:25:22)]
dev-lang/python:     2.3.3
sys-devel/autoconf:  2.59-r5
sys-devel/automake:  1.8.5-r1
sys-devel/binutils:  2.15.90.0.3-r3
sys-devel/libtool:   1.5.2-r7
virtual/os-headers:  2.4.22
ACCEPT_KEYWORDS="ppc"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=750 -pipe"
CHOST="powerpc-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/s
hare/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/
dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/c
onfig/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -mcpu=750 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache collision-protect cvs digest distlocks ke
epwork maketest sandbox sfperms strict test"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/
distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/cvsroot/gentoo-x86"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X berkdb bitmap-fonts cdr dvd emboss esd font-server fortran gd gdbm gif gi
mpprint gpm gtk imagemagick imlib java jpeg junit libwww motif mp3 ncurses pam p
erl png ppc readline ruby ssl tcltk tcpd tetex tiff truetype truetype-fonts type
1-fonts unicode xml2 xprint xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Wormo (RETIRED) gentoo-dev 2005-04-29 13:58:01 UTC
Created attachment 57611 [details, diff]
make missing list appear in man page
Comment 2 Tavis Ormandy (RETIRED) gentoo-dev 2005-04-29 15:30:20 UTC
Thanks Wormo, well spotted :)

fixed in cvs.