diff options
author | aiju <devnull@localhost> | 2018-06-13 16:05:31 +0100 |
---|---|---|
committer | aiju <devnull@localhost> | 2018-06-13 16:05:31 +0100 |
commit | 21a221129af5d0599023149734ba040fea41719c (patch) | |
tree | 2cb75c426ab79cfa5b776d0ace3b9035f647d84f | |
parent | e4b842056c1b63bafae9b5b1347366955b757730 (diff) |
sysinfo: minor formatting fix
-rw-r--r-- | sys/man/1/sysinfo | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/man/1/sysinfo b/sys/man/1/sysinfo index be9b90f5d..4c5f0fc15 100644 --- a/sys/man/1/sysinfo +++ b/sys/man/1/sysinfo @@ -41,10 +41,11 @@ development team. .I Sysupdate updates the local mercurial repository by executing the following commands: -.PP -.B bind -ac /dist/plan9front / -.br -.B hg -v pull -u +.IP +.EX +bind -ac /dist/plan9front / +hg -v pull -u +.EE .PP If the .B -i |