Commit 107f9ed516be69c1b0d914887afb558e90a1ab4f

Klemens Nanni 2019-07-27T19:54:17

README: Use `man -l' not `mandoc | less' Honours MANPAGER and is easier to type.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/README b/README
index 90f5c0c..5002f68 100644
--- a/README
+++ b/README
@@ -29,10 +29,10 @@ binaries in $PATH. Tests in the cmdline directory currently depend on git(1).
 
 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.