Using the Management Studio, drill down to the stored proceudre through database, programmability, stored procedures.
right click the stoerd procedure and select properties.
choose the permissions tab
Last on the list is view definition.
You could do this in t-sql though
use database_name
GO
GRANT VIEW DEFINITION ON sp_name TO user_name
GO
Regards,
Steve
Life without beer is no life at all
All beer is good, some beers are just better than others