> From: Peng Yu <[email protected]> > Date: Wed, 21 Apr 2021 19:48:36 -0500 > > It seems that info may just print manpage if the infopage is not > available. Is there a way to just let it fail if it doesn't find the > infopage instead of defaulting to a manpage? Thanks.
Invoke Info as "info -f FILE", then it will fail if FILE.info cannot be found.
