From 7df3f9308af2539b98cbc0e13048f7257dc69a5a Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sat, 2 Dec 2017 20:15:10 +0100 Subject: [PATCH] The man program in the mdocml port can now handle non-installed manuals. --- share/man/man7/following-development.7 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/man/man7/following-development.7 b/share/man/man7/following-development.7 index 1a495189..f94b42a4 100644 --- a/share/man/man7/following-development.7 +++ b/share/man/man7/following-development.7 @@ -19,8 +19,7 @@ online manual page viewer. To view the new version from the command line: .Bd -literal cd /src # system source code location - mandoc share/man/man7/following-development.7 | pager # natively - man share/man/man7/following-development.7 # non-natively + man share/man/man7/following-development.7 .Ed .Pp The