]> 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 037bfd7dc965a4808597bac3d37fbb53319f987f..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.
@@ -204,7 +206,7 @@ edited and sent.
 .IP
 .EX
 % hpost http://p.intma.in
-/bin/hpost -u http://p.intma.in -p paste.cgi text:
+hpost -u http://p.intma.in -p paste.cgi text:
 .EE
 .PP
 Manually specify fields to be sent to a given
@@ -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).