]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/1/hget
vmx: nanosec(): fix non-interruptable temporary, assign fasthz only once after xstart
[plan9front.git] / sys / man / 1 / hget
index cd2f0d052fc0f5754ffc6fe15cb889ae12dce94d..c4238344a6a893d72db051e49a2a17e30fc05d8b 100644 (file)
@@ -49,7 +49,9 @@ hget, hpost, webpaste, urlencode \- retrieve, post to a web page corresponding t
 .I ...
 .PP
 .B webpaste
+[
 .I file
+]
 .PP
 .B urlencode
 [
@@ -99,7 +101,7 @@ option causes
 and
 .I hpost
 to print the location URL from the transaction response
-instead of retrieving the the body data. This is useful
+instead of retrieving the body data. This is useful
 for HTTP POST transactions that redirect to a URL containing
 the posted data so we wont refetch the data we just uploaded
 to the site.
@@ -241,7 +243,7 @@ to
 .IR ftpfs (4),
 .IR file (1)
 .SH DIAGNOSTICS
-.I Hget ,
+.IR Hget ,
 .I hpost
 and
 .I webpaste
@@ -250,3 +252,15 @@ require
 service mounted on
 .B /mnt/web
 to work.
+.SH HISTORY
+.I Hget
+first appeared in Plan 9 from Bell Labs. It was
+rewritten as an
+.I rc
+script for 9front (January, 2012).
+.I Hpost
+and
+.I urlencode
+first appeared in 9front (October, 2012).
+.I Webpaste
+first appeared in 9front (September, 2013).