diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-05 16:24:31 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:35:08 +0700 |
commit | 0bab65a54efdb914c7a2fcdc6f35914a0b33ffa3 (patch) | |
tree | abd1d9df44e505c7db1b995c9b18f70180e3719b /network/ncp | |
parent | 54397ff8a4a104aaf97a2f9e7d43d356ebd51a6a (diff) | |
download | slackbuilds-0bab65a54efdb914c7a2fcdc6f35914a0b33ffa3.tar.gz |
network/ncp: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ncp')
-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. |