diff options
author | 2002-01-29 23:50:37 +0000 | |
---|---|---|
committer | 2002-01-29 23:50:37 +0000 | |
commit | c0fba536a54ee7c5832aa0ff1de9084a8dcd96e7 (patch) | |
tree | 8564c93e55ca642774177aa35182ac2387791b48 /usr.bin/ssh/scp.1 | |
parent | don't depend on servconf.c; ok djm@ (diff) | |
download | wireguard-openbsd-c0fba536a54ee7c5832aa0ff1de9084a8dcd96e7.tar.xz wireguard-openbsd-c0fba536a54ee7c5832aa0ff1de9084a8dcd96e7.zip |
mention exit status; ok stevesk@
Diffstat (limited to 'usr.bin/ssh/scp.1')
-rw-r--r-- | usr.bin/ssh/scp.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1 index d51e680c777..69125c1ff81 100644 --- a/usr.bin/ssh/scp.1 +++ b/usr.bin/ssh/scp.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.20 2001/09/17 23:56:07 stevesk Exp $ +.\" $OpenBSD: scp.1,v 1.21 2002/01/29 23:50:37 markus Exp $ .\" .Dd September 25, 1999 .Dt SCP 1 @@ -134,6 +134,9 @@ Forces .Nm to use IPv6 addresses only. .El +.Sh DIAGNOSTICS +.Nm +exits with 0 on success or >0 if an error occurred. .Sh AUTHORS Timo Rinne <tri@iki.fi> and Tatu Ylonen <ylo@cs.hut.fi> .Sh HISTORY |