Re: specialtopics.html

2014-06-28 Thread Stuart Henderson
On 2014-06-25, Jan Stary h...@stare.cz wrote:
 The aucat audio server is sndiod for some time.
 Fixing a typo while there.

   Jan

 PS: where should patches against web pages go, now that www@ is dead?

committed, thanks - please send ports-related changes to ports@,
otherwise here or tech depending on which you feel is right for a
particular diff.



specialtopics.html

2014-06-25 Thread Jan Stary
The aucat audio server is sndiod for some time.
Fixing a typo while there.

Jan

PS: where should patches against web pages go, now that www@ is dead?



--- specialtopics.html.orig Wed Jun 25 14:16:54 2014
+++ specialtopics.html  Wed Jun 25 14:22:45 2014
@@ -731,10 +731,10 @@ share/ups/driver.list
sndio allows user processes to access
 a 
href=http://www.openbsd.org/cgi-bin/man.cgi?query=audioamp;sektion=4;audio(4)/a
hardware and the
-a 
href=http://www.openbsd.org/cgi-bin/man.cgi?query=aucatamp;sektion=1;aucat(1)/a
+a 
href=http://www.openbsd.org/cgi-bin/man.cgi?query=sndiodamp;sektion=1;aucat(1)/a
audio server in a uniform way.
It supports full-duplex operation, and when used with the
-a 
href=http://www.openbsd.org/cgi-bin/man.cgi?query=aucatamp;sektion=1;aucat(1)/a
+a 
href=http://www.openbsd.org/cgi-bin/man.cgi?query=sndiodamp;sektion=1;aucat(1)/a
server it supports resampling and format conversions on the fly.

 
@@ -808,7 +808,7 @@ default:
p
Hardware may have some weird limitations, such as being unable to get
over 22050 Hz in stereo, but up to 44100 in mono.  In such cases, you
-   should give the user a change to state his preferences, then try your
+   should give the user a chance to state his preferences, then try your
best to give the best performance possible. For instance, it is stupid
to limit the frequency to 22050 Hz because you are outputting stereo.
What if the user does not have a stereo sound system connected to his



PATCH: faq/ports/specialtopics.html

2014-04-18 Thread Mikolaj Kucharski
Small fix for $OpenBSD$ marker. While at it, bring example in sync
with ports tree.


Index: faq/ports/specialtopics.html
===
RCS file: /cvs/www/faq/ports/specialtopics.html,v
retrieving revision 1.37
diff -u -r1.37 specialtopics.html
--- faq/ports/specialtopics.html5 Apr 2014 21:41:06 -   1.37
+++ faq/ports/specialtopics.html18 Apr 2014 08:35:14 -
@@ -1254,13 +1254,13 @@
 blockquotepre
 #!/bin/sh
 #
-# $OpenBSD: specialtopics.html,v 1.37 2014/04/05 21:41:06 sthen Exp $
+# #36;OpenBSD#36;
 
 daemon=${TRUEPREFIX}/sbin/munin-node
 
 . /etc/rc.d/rc.subr
 
-pexp=perl: ${daemon}
+pexp=/usr/bin/perl -wT $daemon
 
 rc_pre() {
install -d -o _munin /var/run/munin


-- 
best regards
q#