From 7896e48becb283d5ca38b0eff7f271f288a70347 Mon Sep 17 00:00:00 2001 From: Vit Ry Date: Mon, 24 Apr 2017 23:44:23 +0300 Subject: [PATCH] docs minor formating --- master/docs/manual/cfg-buildsteps.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master/docs/manual/cfg-buildsteps.rst b/master/docs/manual/cfg-buildsteps.rst index 69459ef6c54..fa6b3f850e2 100644 --- a/master/docs/manual/cfg-buildsteps.rst +++ b/master/docs/manual/cfg-buildsteps.rst @@ -2124,8 +2124,8 @@ The ``blocksize=`` argument controls how the file is sent over the network: larg The ``mode=`` argument allows you to control the access permissions of the target file, traditionally expressed as an octal integer. The most common value is probably ``0755``, which sets the `x` executable bit on the file (useful for shell scripts and the like). -The default value for ``mode=`` is None, which means the permission bits will default to whatever the umask of the writing process is. -The default umask tends to be fairly restrictive, but at least on the worker you can make it less restrictive with a --umask command-line option at creation time (:ref:`Worker-Options`). +The default value for ``mode=`` is ``None``, which means the permission bits will default to whatever the umask of the writing process is. +The default umask tends to be fairly restrictive, but at least on the worker you can make it less restrictive with a ``--umask`` command-line option at creation time (:ref:`Worker-Options`). The ``keepstamp=`` argument is a boolean that, when ``True``, forces the modified and accessed time of the destination file to match the times of the source file. When ``False`` (the default), the modified and accessed times of the destination file are set to the current time on the buildmaster.