From 40dee61f919ca3941267623cb1ce399123ca19e5 Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Tue, 19 Feb 2013 18:13:32 -0600 Subject: rc-httpd/handlers/serve-static: charset=utf-8 --- rc/bin/rc-httpd/handlers/serve-static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/bin/rc-httpd/handlers/serve-static b/rc/bin/rc-httpd/handlers/serve-static index 3f7544286..315621463 100755 --- a/rc/bin/rc-httpd/handlers/serve-static +++ b/rc/bin/rc-httpd/handlers/serve-static @@ -24,7 +24,7 @@ if not max_age=604800 # 1 week echo 'HTTP/1.1 200 OK'^$cr emit_extra_headers -echo 'Content-type: '^$type^$cr +echo 'Content-type: '^$type^'; charset=utf-8'^$cr echo 'Cache-control: max-age='^$max_age^$cr echo $cr exec cat $full_path -- cgit v1.2.3 From 884c70cc2272333fc280729f34f39291444a4ef4 Mon Sep 17 00:00:00 2001 From: ftrvxmtrx Date: Sun, 5 Feb 2006 22:03:51 +0100 Subject: ndb(2): add information about ipv6, srv and txt query types --- sys/man/2/ndb | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/sys/man/2/ndb b/sys/man/2/ndb index 8024816a8..a733d20d2 100644 --- a/sys/man/2/ndb +++ b/sys/man/2/ndb @@ -340,13 +340,20 @@ find the IP addresses. Returns domain name .RI ( dom ) and ip address -.RI ( ip ) +.RI ( ip ). +.TP +.B ipv6 +find the IPv6 addresses. Returns +domain name +.RI ( dom ) +and ipv6 address +.RI ( ipv6 ). .TP .B mx look up the mail exchangers. Returns preference .RI ( pref ) and exchanger -.RI ( mx ) +.RI ( mx ). .TP .B ptr do a reverse query. Here @@ -356,13 +363,13 @@ must be an IP address. Returns reverse name .RI ( ptr ) and domain name -.RI ( dom ) +.RI ( dom ). .TP .B cname get the system that this name is a nickname for. Returns the nickname .RI ( dom ) and the real name -.RI ( cname ) +.RI ( cname ). .TP .B soa return the start of area record for this field. Returns @@ -381,11 +388,26 @@ expiration time in seconds and minimum time to lie .RI ( ttl ). .TP +.B srv +get the service records. Returns the priority of target host +.RI ( priority ), +relative weight +.RI ( weight ) +for entries with the same priority, +port on this target host of this service +.RI ( port ), +and the domain name of the target host +.RI ( target ). +.TP +.B txt +get the descriptive text. The semantics of the text depends +on the domain. +.TP .B ns name servers. Returns domain name .RI ( dom ) and name server -.RI ( ns ) +.RI ( ns ). .PP .I Ndbfindattr searches -- cgit v1.2.3 From 1bf321d9805cab47d61d49a6ccb87af73a468454 Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Wed, 20 Feb 2013 09:51:15 -0600 Subject: fix the constitution --- lib/constitution | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/constitution b/lib/constitution index 516eac87d..21e8334af 100644 --- a/lib/constitution +++ b/lib/constitution @@ -1067,3 +1067,9 @@ account of age. Section 2. The Congress shall have power to enforce this article by appropriate legislation. + +Article XXVII. + +No law, varying the compensation for the services of the +Senators and Representatives, shall take effect, until an +election of representatives shall have intervened. -- cgit v1.2.3