This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 49c1964  Publishing web: feb249977349f687d40e57cfe5f0d39e5c5c71f9 
docs: b5e99610365e75daf5a618660bc4b81d6b15a900
49c1964 is described below

commit 49c19645cecb1b5ccafb638515116cb08ff53734
Author: Matias <mat...@protobits.dev>
AuthorDate: Sun Oct 18 00:55:47 2020 +0000

    Publishing web: feb249977349f687d40e57cfe5f0d39e5c5c71f9 docs: 
b5e99610365e75daf5a618660bc4b81d6b15a900
---
 content/docs/latest/_sources/reference/user/07_signals.rst.txt | 2 +-
 content/docs/latest/_sources/reference/user/08_pthread.rst.txt | 2 +-
 content/docs/latest/index.html                                 | 2 +-
 content/docs/latest/reference/user/07_signals.html             | 2 +-
 content/docs/latest/reference/user/08_pthread.html             | 2 +-
 content/docs/latest/searchindex.js                             | 2 +-
 content/feed.xml                                               | 4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/content/docs/latest/_sources/reference/user/07_signals.rst.txt 
b/content/docs/latest/_sources/reference/user/07_signals.rst.txt
index b396905..37ab6fa 100644
--- a/content/docs/latest/_sources/reference/user/07_signals.rst.txt
+++ b/content/docs/latest/_sources/reference/user/07_signals.rst.txt
@@ -277,7 +277,7 @@ provided by NuttX:
 
   If sigprocmask() fails, the signal mask of the task is not changed.
 
-  :param how: How the signal mast will be changed.
+  :param how: How the signal mask will be changed.
     - ``SIG_BLOCK`` The resulting set is the union of the current set and the 
signal set pointed to by the ``set`` input parameter.
     - ``SIG_UNBLOCK`` The resulting set is the intersection of the current set 
and the complement of the signal set pointed to by the ``set`` input parameter. 
     - ``SIG_SETMASK`` The resulting set is the signal set pointed to by the 
``set`` input parameter.
diff --git a/content/docs/latest/_sources/reference/user/08_pthread.rst.txt 
b/content/docs/latest/_sources/reference/user/08_pthread.rst.txt
index ccab1e4..b2c3ece 100644
--- a/content/docs/latest/_sources/reference/user/08_pthread.rst.txt
+++ b/content/docs/latest/_sources/reference/user/08_pthread.rst.txt
@@ -1689,7 +1689,7 @@ No support for the following pthread interfaces is 
provided by NuttX:
 
   **Input Parameters:**
 
-  -  ``how``. How the signal mast will be changed:
+  -  ``how``. How the signal mask will be changed:
 
      -  ``SIG_BLOCK``: The resulting set is the union of the current set
         and the signal set pointed to by ``set``.
diff --git a/content/docs/latest/index.html b/content/docs/latest/index.html
index 5b7411a..db9ade7 100644
--- a/content/docs/latest/index.html
+++ b/content/docs/latest/index.html
@@ -207,7 +207,7 @@ by following these <a class="reference internal" 
href="contributing/documentatio
 <div class="section" id="nuttx-documentation">
 <h1>NuttX Documentation<a class="headerlink" href="#nuttx-documentation" 
title="Permalink to this headline">¶</a></h1>
 <p>NuttX is a real-time operating system (RTOS) with an emphasis on standards 
compliance and small footprint. Scalable from 8-bit to 32-bit microcontroller 
environments, the primary governing standards in NuttX are Posix and ANSI 
standards. Additional standard APIs from Unix and other common RTOS’s (such as 
VxWorks) are adopted for functionality not available under these standards, or 
for functionality that is not appropriate for deeply-embedded environments 
(such as fork()).</p>
-<p>Last Updated: 17 October 20 at 00:51</p>
+<p>Last Updated: 18 October 20 at 00:54</p>
 <div class="toctree-wrapper compound">
 <p class="caption"><span class="caption-text">Table of Contents</span></p>
 <ul class="current">
diff --git a/content/docs/latest/reference/user/07_signals.html 
b/content/docs/latest/reference/user/07_signals.html
index 16354dc..cc17474 100644
--- a/content/docs/latest/reference/user/07_signals.html
+++ b/content/docs/latest/reference/user/07_signals.html
@@ -590,7 +590,7 @@ returns.</p>
 <dl class="field-list simple">
 <dt class="field-odd">Parameters</dt>
 <dd class="field-odd"><ul class="simple">
-<li><p><strong>how</strong> – How the signal mast will be changed.
+<li><p><strong>how</strong> – How the signal mask will be changed.
 - <code class="docutils literal notranslate"><span 
class="pre">SIG_BLOCK</span></code> The resulting set is the union of the 
current set and the signal set pointed to by the <code class="docutils literal 
notranslate"><span class="pre">set</span></code> input parameter.
 - <code class="docutils literal notranslate"><span 
class="pre">SIG_UNBLOCK</span></code> The resulting set is the intersection of 
the current set and the complement of the signal set pointed to by the <code 
class="docutils literal notranslate"><span class="pre">set</span></code> input 
parameter.
 - <code class="docutils literal notranslate"><span 
class="pre">SIG_SETMASK</span></code> The resulting set is the signal set 
pointed to by the <code class="docutils literal notranslate"><span 
class="pre">set</span></code> input parameter.</p></li>
diff --git a/content/docs/latest/reference/user/08_pthread.html 
b/content/docs/latest/reference/user/08_pthread.html
index c603509..076f639 100644
--- a/content/docs/latest/reference/user/08_pthread.html
+++ b/content/docs/latest/reference/user/08_pthread.html
@@ -1869,7 +1869,7 @@ int <code class="sig-name 
descname">pthread_sigmask</code><span class="sig-paren
 further information.</p>
 <p><strong>Input Parameters:</strong></p>
 <ul class="simple">
-<li><p><code class="docutils literal notranslate"><span 
class="pre">how</span></code>. How the signal mast will be changed:</p>
+<li><p><code class="docutils literal notranslate"><span 
class="pre">how</span></code>. How the signal mask will be changed:</p>
 <ul>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">SIG_BLOCK</span></code>: The resulting set is the union of the 
current set
 and the signal set pointed to by <code class="docutils literal 
notranslate"><span class="pre">set</span></code>.</p></li>
diff --git a/content/docs/latest/searchindex.js 
b/content/docs/latest/searchindex.js
index 6c54758..9f5ac73 100644
--- a/content/docs/latest/searchindex.js
+++ b/content/docs/latest/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["applications/index","boards/index","components/binfmt","components/drivers/block/index","components/drivers/character/analog","components/drivers/character/can","components/drivers/character/index","components/drivers/character/keypad","components/drivers/character/pwm","components/drivers/character/quadrature","components/drivers/character/rtc","components/drivers/character/serial","components/drivers/character/timer","components/drivers/character/touchscreen
 [...]
\ No newline at end of file
+Search.setIndex({docnames:["applications/index","boards/index","components/binfmt","components/drivers/block/index","components/drivers/character/analog","components/drivers/character/can","components/drivers/character/index","components/drivers/character/keypad","components/drivers/character/pwm","components/drivers/character/quadrature","components/drivers/character/rtc","components/drivers/character/serial","components/drivers/character/timer","components/drivers/character/touchscreen
 [...]
\ No newline at end of file
diff --git a/content/feed.xml b/content/feed.xml
index 310f4c0..7034d5b 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -5,8 +5,8 @@
     <description></description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Sat, 17 Oct 2020 00:53:41 +0000</pubDate>
-    <lastBuildDate>Sat, 17 Oct 2020 00:53:41 +0000</lastBuildDate>
+    <pubDate>Sun, 18 Oct 2020 00:55:46 +0000</pubDate>
+    <lastBuildDate>Sun, 18 Oct 2020 00:55:46 +0000</lastBuildDate>
     <generator>Jekyll v3.8.5</generator>
     
       <item>

Reply via email to