commit 107f9ed516be69c1b0d914887afb558e90a1ab4f from: Klemens Nanni via: Klemens Nanni date: Sat Jul 27 21:44:30 2019 UTC README: Use `man -l' not `mandoc | less' Honours MANPAGER and is easier to type. commit - c970ea82ead4a8a0f4e1589ee7520aaf2930db6c commit + 107f9ed516be69c1b0d914887afb558e90a1ab4f blob - 90f5c0c77dbcc2ee91d6ed70cb4b58de4e1999cc blob + 5002f68de08916b7b44d93778ced641e17778691 --- README +++ README @@ -29,10 +29,10 @@ binaries in $PATH. Tests in the cmdline directory curr Man pages are not installed yet but can be viewed with mandoc: - $ mandoc got/got.1 | less - $ mandoc got/git-repository.5 | less - $ mandoc got/got-worktree.5 | less - $ mandoc tog/tog.1 | less + $ man -l got/got.1 + $ man -l got/git-repository.5 + $ man -l got/got-worktree.5 + $ man -l tog/tog.1 EXAMPLES in got.1 contains a quick-start guide for OpenBSD developers.