mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Grammar fixes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288290 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4f872c744a
commit
ebfeed62a6
1 changed files with 4 additions and 3 deletions
|
@ -6,9 +6,10 @@
|
|||
<section xml:id='gupnp.browsing'>
|
||||
<title>Browsing devices and services</title>
|
||||
<para>
|
||||
This example shows how to obtain information about all devices and services.
|
||||
It starts infinite loop (use CLI) and while any of available devices or services
|
||||
is found proper callback function will be invoked.
|
||||
This example shows how to obtain information about all devices and
|
||||
services. It starts an infinite loop (use CLI), and if any of
|
||||
available devices or services are found, the proper callback
|
||||
function will be invoked.
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
|
|
Loading…
Reference in a new issue