Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
programming question, hopefully very simple....no code
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
quink
n00b
n00b


Joined: 26 Oct 2002
Posts: 37
Location: Calif

PostPosted: Mon Mar 17, 2003 1:55 am    Post subject: programming question, hopefully very simple....no code Reply with quote

Hey, i am new to programming...going after a CS degree and starting to learn enough where i wanna try playing around with some of this open source stuff.
Well I took someone's advice, downloaded the source to something i like and was gonna mess around with it, see if i could fix a bug or who knwos what. Anywas i noticed a typo in the help and i couldn't seem to find where in the source info for the
program --help
section was.
Ya know when you are on the command line and you typ ethat in how you get a bunch of general help output to the screen.
Is there a normal place where this is stored in the source files? Or what?
The specific thing i am talking about is the emu10k1 audio drivers on sourceforge.net
And if i am not making any sense please let me know.
Thanks
Back to top
View user's profile Send private message
b_Q
Apprentice
Apprentice


Joined: 18 Jun 2002
Posts: 163

PostPosted: Mon Mar 17, 2003 5:37 am    Post subject: Reply with quote

Hi
A way ?:
you could use grep to scan the source files
for all or part of the "typoed" help message
and hope a solution is found around there.

Ex:
grep -n -e "some pattern to look for" in_source_file-1 in_source_file-2 in_source_file-3 ...

man grep
_________________
Preudhomme's Law of Window Cleaning:
It's on the other side.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum