doc: Update example output for 'fs getfid'

The output for 'fs getfid' was changed in commit d390df097c (fs getfid
output changed for consistency with Windows implementation), but the
manpage still had the old output in its examples. Update the manpage
to reflect the current behavior of 'fs getfid'.

Change-Id: Iea7a92cdb30ca6f935121aba26a072288b404567
Reviewed-on: https://gerrit.openafs.org/15587
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
This commit is contained in:
Andrew Deason 2023-09-29 17:22:42 -05:00 committed by Michael Meffie
parent 4f0244e295
commit 4dfae3fe35

View File

@ -45,7 +45,7 @@ ignored.
=head1 OUTPUT
The output contains the name of the file or directory, the FID, and the
volume containing the FID. The Windows version also outputs the object
cell containing the FID. The Windows version also outputs the object
type instead of using "File" to describe all objects.
=head1 EXAMPLES
@ -53,10 +53,10 @@ type instead of using "File" to describe all objects.
On Unix:
% fs getfid .
File . (536870918.1.1) contained in volume 536870918
File . (536870918.1.1) located in cell example.com
% fs getfid /afs/example.com/foo
File /afs/example.com/foo (536870918.20404.20997) contained in volume 536870918
File /afs/example.com/foo (536870918.20404.20997) located in cell example.com
On Windows: