git: 9front

Download patch

ref: 98abb8a74d5fd17b651a4c4a399c646a429227e4
parent: c72f2b87d914ae3d729a0db27ec2063accae4cac
author: aiju <devnull@localhost>
date: Wed Jun 13 12:05:31 EDT 2018

sysinfo: minor formatting fix

--- a/sys/man/1/sysinfo
+++ b/sys/man/1/sysinfo
@@ -41,10 +41,11 @@
 .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
--