diff options
-rw-r--r-- | network/ncp/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/ncp/README b/network/ncp/README index 21f741ce7d..44ea9d5e9d 100644 --- a/network/ncp/README +++ b/network/ncp/README @@ -12,5 +12,5 @@ Basically it works like this: announcement packets proclaiming that someone wants to send something. 4. You type "npoll". npoll waits until it sees one of these packets. - 5. The files are copied with tar over a TCP socket, so permissions and - file dates (and if you are root, owners) are preserved. + 5. The files are copied with tar over a TCP socket, so permissions + and file dates (and if you are root, owners) are preserved. |