Bug 1651672

Summary: Improve man page for --info option
Product: Red Hat Enterprise Linux 8 Reporter: Jan Stodola <jstodola>
Component: grubbyAssignee: Bootloader engineering team <bootloader-eng-team>
Status: CLOSED CURRENTRELEASE QA Contact: Release Test Team <release-test-team-automation>
Severity: low Docs Contact:
Priority: low    
Version: 8.0CC: fmartine, jvavra
Target Milestone: rc   
Target Release: 8.0   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: grubby-8.40-31.el8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1651673 (view as bug list) Environment:
Last Closed: 2019-06-14 00:57:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1515824    

Description Jan Stodola 2018-11-20 14:35:50 UTC
Description of problem:
man page for grubby's --info option is missing a part of a sentence:

       --info=kernel-path
              Display information on all boot entries which match kernel-path. I

Based on the grubby.8 man file history, the sentence was describing the DEFAULT option argument. Return this part and also describe the ALL option argument, which is also accepted by the --info option.

Version-Release number of selected component (if applicable):
grubby-8.40-29.el8

How reproducible:
always

Steps to Reproduce:
1. man grubby

Actual results:
--info option is not complete, DEFAULT and ALL arguments are not described

Expected results:
DEFAULT and ALL arguments are not described

Comment 1 Jan Stodola 2018-11-20 14:37:08 UTC
upstream pull request:
https://github.com/rhboot/grubby/pull/43