Revision 16d7b9ff docs/examplesdir/server.rst

b/docs/examplesdir/server.rst
127 127

  
128 128
    -p <local file path>[,<remote path>[,<remote owner>[,<remote group>[,<mode>]]]]
129 129

  
130
    e.g.
130
    e.g.,
131 131

  
132 132
    -p /home/someuser/.ssh/id_rsa.pub,/root/.ssh/authorized_keys,root,root,0777
133 133

  
134 134
.. note:: In case of omitting an optional part of the personality string, the
135
    default behavior depends on the remote server, e.g. for a debian image we
135
    default behavior depends on the remote server, e.g., for a debian image we
136 136
    expect the file to have root ownership, if the ownership is not specified.
137 137

  
138 138
Create a virtual server while injecting current user public key to root account
......
194 194

  
195 195
.. note:: There is no reason to limit injections to ssh keys. Users with an
196 196
    adequate understanding of the remote OS are encouraged to prepare and
197
    inject all kinds of useful files, e.g. **lists of package sources**,
197
    inject all kinds of useful files, e.g., **lists of package sources**,
198 198
    **default user profiles**, **device mount configurations**, etc.

Also available in: Unified diff