Bug 5412 - куда девался ключик -stdin?
Summary: куда девался ключик -stdin?
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: elinks (show other bugs)
Version: unstable
Hardware: all Linux
: P2 major
Assignee: Vladislav Zavjalov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-28 00:30 MSD by Andrey Orlov
Modified: 2008-06-13 12:16 MSD (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Orlov 2004-10-28 00:30:46 MSD
куда девался ключик -stdin? В мане есть, еще вчера был в елллинкс, сегодня нет 
Steps to Reproduce:
1. elinks -stdin -dump 
2. man elinks 
3.
Comment 1 at@altlinux.org 2005-04-06 21:23:17 MSD
Passing -stdin now gives a warning.
http://bugzilla.elinks.or.cz/show_bug.cgi?id=557

$ echo '<p>a1</p><p>a2</p1>' |elinks -stdin -dump
Warning: Deprecated option -stdin used!
ELinks now determines the -stdin option value automatically.
In the future versions ELinks will report error when you will
continue to use this option.
   a1

   a2
$