summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnders Jonsson <anders.jonsson@norsjovallen.se>2015-10-21 14:43:06 +0200
committerMiloslav Trmač <mitr@redhat.com>2015-10-21 21:08:39 +0200
commit3da58d63358b177611a93dd0b1edb72825e3ef87 (patch)
treed8917840dad8b2f26eeab996022c1c5e39b1fa10 /docs
parente87ece0d5901075b90576ad31abfdbb0fb163df8 (diff)
downloadpolkit-3da58d63358b177611a93dd0b1edb72825e3ef87.tar.gz
pkcheck: fix man typos
https://bugs.freedesktop.org/show_bug.cgi?id=92566
Diffstat (limited to 'docs')
-rw-r--r--docs/man/pkcheck.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/man/pkcheck.xml b/docs/man/pkcheck.xml
index c856ca4..6613a5d 100644
--- a/docs/man/pkcheck.xml
+++ b/docs/man/pkcheck.xml
@@ -125,33 +125,33 @@ KEY1=VALUE1
KEY2=VALUE2
KEY3=VALUE3
...</programlisting>
- Octects that are not in [a-zA-Z0-9_] are escaped using octal codes prefixed
+ Octets that are not in [a-zA-Z0-9_] are escaped using octal codes prefixed
with <emphasis>\</emphasis>.
For example, the UTF-8 string <emphasis>føl,你好</emphasis> will be printed
as <emphasis>f\303\270l\54\344\275\240\345\245\275</emphasis>.
</para>
<para>
- If the specificied process is not
+ If the specified process is not
authorized, <command>pkcheck</command> exits with a return value
of 1 and a diagnostic message is printed on standard error. Details
are printed on standard output.
</para>
<para>
- If the specificied process is not
+ If the specified process is not
authorized because no suitable authentication agent is available or if the
<option>--allow-user-interaction</option> wasn't passed, <command>pkcheck</command>
exits with a return value of 2 and a diagnostic message is printed on standard error.
Details are printed on standard output.
</para>
<para>
- If the specificied process is not authorized because the
+ If the specified process is not authorized because the
authentication dialog / request was dismissed by the user,
<command>pkcheck</command> exits with a return value of 3 and a
diagnostic message is printed on standard error. Details are
printed on standard output.
</para>
<para>
- If an error occured while checking for authorization, <command>pkcheck</command> exits
+ If an error occurred while checking for authorization, <command>pkcheck</command> exits
with a return value of 127 with a diagnostic message printed on standard error.
</para>
<para>