summaryrefslogtreecommitdiffstats
path: root/shell/file_and_directory.rst
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-10-27 19:47:07 -0500
committerJoel Sherrill <joel@rtems.org>2016-10-27 19:47:07 -0500
commit36def9125c9adf4049a18105d48715ac8606e1ec (patch)
treeb9a3c06d3fad69f3213474d5d16d844b862cc268 /shell/file_and_directory.rst
parentinitilization_code.rst: Fix figure formatting (diff)
downloadrtems-docs-36def9125c9adf4049a18105d48715ac8606e1ec.tar.bz2
rtems-docs: Fix many unnecessary back slashes
Diffstat (limited to 'shell/file_and_directory.rst')
-rw-r--r--shell/file_and_directory.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/file_and_directory.rst b/shell/file_and_directory.rst
index eb4b276..fd63c1e 100644
--- a/shell/file_and_directory.rst
+++ b/shell/file_and_directory.rst
@@ -1334,7 +1334,7 @@ The format is required and must be surrounded by double quote (" ") marks. It
is interpreted as a fprintf-style format string (see*fprintf*), with the
following exceptions:
-- An asterisk (\*) may not be used as a field width or precision.
+- An asterisk (*) may not be used as a field width or precision.
- A byte count or field precision is required for each "s" con- version
character (unlike the fprintf(3) default which prints the entire string if