Bug 958091

Summary: GNU info system not installed completly
Product: [openSUSE] openSUSE Distribution Reporter: Forgotten User yM3F60q4RJ <forgotten_yM3F60q4RJ>
Component: BasesystemAssignee: E-mail List <bnc-team-screening>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P3 - Medium CC: bwiedemann, forgotten_yM3F60q4RJ, mpluskal, werner
Version: Leap 42.1Flags: bwiedemann: needinfo? (forgotten_yM3F60q4RJ)
Target Milestone: ---   
Hardware: x86-64   
OS: openSUSE 42.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Forgotten User yM3F60q4RJ 2015-12-06 12:16:50 UTC
User-Agent:       Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0
Build Identifier: 

For online help system, there are two possiblities:
man <command>

or

info <command>

The info subsystem is not fully functional

Reproducible: Always

Steps to Reproduce:
1.open console
2.commnand line 
3.info <command>
Actual Results:  
info <command> does not work fully.

Expected Results:  
info <command> should work completly.
Comment 1 Bernhard Wiedemann 2015-12-06 18:52:36 UTC
info bash
works on my system (upgraded from 13.2)

how did you install yours?
what command are you testing with?
and what does it actually output?
Comment 2 Forgotten User yM3F60q4RJ 2015-12-06 19:09:45 UTC
Info <random command> does not work correctly.
Comment 3 Martin Pluskal 2015-12-06 19:32:11 UTC
(In reply to Armin Mohring from comment #2)
> Info <random command> does not work correctly.

And what exactly does not work correctly? Could you provide example of this incorrect output?
Comment 4 Forgotten User yM3F60q4RJ 2015-12-06 20:49:07 UTC
info should start the online help in highest level.

info <fstab> did not show the mount options of fstab.
Comment 5 Martin Pluskal 2015-12-06 20:53:33 UTC
(In reply to Armin Mohring from comment #4)
> info should start the online help in highest level.
No, no online help, both info and man show you content of manpages or info files that are installed on your system. In case info file is not present info will show manpage instead (if such exists).
> 
> info <fstab> did not show the mount options of fstab.

"info fstab" shows manpage for fstab - is the output somehow different from i.e. http://linux.die.net/man/5/fstab ?
Comment 7 Martin Pluskal 2015-12-06 21:20:03 UTC
(In reply to Armin Mohring from comment #6)
> https://www.google.de/search?q=gnu+info+system&ie=utf-8&oe=utf-
> 8&gws_rd=cr&ei=gqVkVpawMae6ygPy8Y6oBw

Armin I know what gnu info is, so far my understanding is that you did not find information foro which you were looking in info fstab. Try man mount instead perhaps you will find information you are looking for there.