]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/4/hgfs
vga(3): complete list of vga controllers and software cursors
[plan9front.git] / sys / man / 4 / hgfs
index c97d7aaa5d0f67e1a6e2b808861d3b46d64583b7..1684f7c5d7dbaf49c7fe2d7218d98ab99d1a5f78 100644 (file)
@@ -42,7 +42,7 @@ was specified with
 .B -m
 ,
 then hgfs will mount itself on
-.B /n/hg
+.B /mnt/hg
 (default). When a
 .I service
 name is given with the
@@ -71,7 +71,7 @@ and the hash
 are able to identify
 a revision uniquely; only one of them needs to be given
 when walking the root directory. The hexadecimal hash
-may be shortend so long as the resulting lookup yields
+may be shortened so long as the resulting lookup yields
 a unique result. The special name
 .B tip
 corresponds to the latest revision but does not appear
@@ -107,7 +107,7 @@ commit message of the changeset.
 .TP
 .B files
 A directory that contains a snapshot of the tree at the time
-the changeset was commited.
+the changeset was committed.
 
 To retrieve the \fIn\fRth
 past version of a file relative to the changeset,
@@ -122,5 +122,10 @@ and \fB.\fI0\fR yields the same file as when omitting the appendix.
 Same as
 .B files,
 but contains only the changed files of the changeset.
+.SH SOURCE
+.B /sys/src/cmd/hgfs
 .SH SEE ALSO
 .IR hg (1)
+.SH HISTORY
+.I Hgfs
+first appeared in 9front (June, 2011).