diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-07 19:12:33 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-07 19:12:33 +0100 |
commit | c658f4057c573b83a0f50095c9a74d4ecd70903c (patch) | |
tree | 348afe183ddb0d35bf51d370ad3007767e453894 /doc | |
parent | update todo (diff) | |
download | scrotty-c658f4057c573b83a0f50095c9a74d4ecd70903c.tar.gz scrotty-c658f4057c573b83a0f50095c9a74d4ecd70903c.tar.bz2 scrotty-c658f4057c573b83a0f50095c9a74d4ecd70903c.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/info/scrotty.texinfo | 2 | ||||
-rw-r--r-- | doc/man/scrotty.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/info/scrotty.texinfo b/doc/info/scrotty.texinfo index 97c1a41..5422b9d 100644 --- a/doc/info/scrotty.texinfo +++ b/doc/info/scrotty.texinfo @@ -124,7 +124,7 @@ Both the @option{--exec} and filename pattern parameters can take format specifiers that are expanded by @command{scrotty} when encountered. There are two types of format specifier. -Characters preceded by a `%' are interpretted +Characters preceded by a `%' are interpreted by @code{strftime}. See @command{man strftime} for examples. These options may be used to refer to the current date and time. The second kind are diff --git a/doc/man/scrotty.1 b/doc/man/scrotty.1 index dff93e7..9ca5bd2 100644 --- a/doc/man/scrotty.1 +++ b/doc/man/scrotty.1 @@ -48,7 +48,7 @@ and parameters can take format specifiers that are expanded by .B scrotty when encountered. There are two types of format specifier. -Characters preceded by a \(aq%\(aq are interpretted by +Characters preceded by a \(aq%\(aq are interpreted by .BR strftime (3). These options may be used to refer to the current date and time. The second kind are internal to |