summaryrefslogtreecommitdiff
path: root/man1p/command.1p
diff options
context:
space:
mode:
Diffstat (limited to 'man1p/command.1p')
-rw-r--r--man1p/command.1p4
1 files changed, 2 insertions, 2 deletions
diff --git a/man1p/command.1p b/man1p/command.1p
index 84c6bafa..b344736f 100644
--- a/man1p/command.1p
+++ b/man1p/command.1p
@@ -321,7 +321,7 @@ of IEEE\ Std\ 1003.1-2001 might exist only as
built-ins and have no pathname associated with them. These produce
output identified as (regular) built-ins. Applications
encountering these are not able to count on \fIexec\fPing them, using
-them with \fInohup\fP, overriding them with a different \fIPATH ,\fP
+them with \fInohup\fP, overriding them with a different \fIPATH\fP,
and so on.
.SH EXAMPLES
.IP " 1." 4
@@ -373,7 +373,7 @@ PATH="$(command -p getconf _CS_PATH):$PATH"
.RE
.LP
At this point, given correct permissions on the directories called
-by \fIPATH ,\fP the script has the ability to ensure that
+by \fIPATH\fP, the script has the ability to ensure that
any utility it calls is the intended one. It is being very cautious
because it assumes that implementation extensions may be
present that would allow user functions to exist when it is invoked;