Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 475752 - sys-fs/xfsprogs-3.1.10 - doc is mixed up
Summary: sys-fs/xfsprogs-3.1.10 - doc is mixed up
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-04 15:49 UTC by Marko Weber Bürgermeister
Modified: 2013-07-04 16:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marko Weber Bürgermeister 2013-07-04 15:49:23 UTC
sys-fs/xfsprogs
Installed versions:  3.1.10

when i type in console  "man xfs_info"
i get the man page of xfs_grow"
mixed up?
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-07-04 16:13:01 UTC
# ls -l /usr/share/man/man8/xfs_info.8.bz2
lrwxrwxrwx 1 root root 16 Mar 27 19:46 /usr/share/man/man8/xfs_info.8.bz2 -> xfs_growfs.8.bz2

Yes. Also:

../../install-sh -o portage -g portage -S xfs_growfs.8 /usr/share/man/man8/xfs_info.8

Also:

SYNOPSIS
       xfs_growfs [ -dilnrxV ] [ -D size ] [ -e rtextsize ] [ -L size ] [ -m maxpct ] [ -t mtab ] [ -R size ] mount-point
       xfs_info [ -t mtab ] mount-point

One man page describes both.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-07-04 16:13:41 UTC
Also:

    xfs_info is equivalent to invoking xfs_growfs with the -n option (see discussion below).