diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-11 22:27:25 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-11 22:27:25 +0200 |
commit | 4f0ad8778f983ee367c7d47f864b1f64abea8637 (patch) | |
tree | a5f1f1eb33ac6cb756ac0a224ec6de43a6bb9516 | |
parent | 43e472243531ab08ef70fa6207b2dca654940e4a (diff) | |
download | re-name-4f0ad8778f983ee367c7d47f864b1f64abea8637.tar.gz |
re.1: Fix typo
-rw-r--r-- | re.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,6 +85,6 @@ flag is not recommended. The temporary file is placed at .Pa /var/tmp/re.$PPID , where $PPID is the process id of the parent shell. -This means that one cannot simultaneously perform mulitple bulk renames +This means that one cannot simultaneously perform multiple bulk renames from the same shell process. Note that sub-shells retain the process id of their parent. |