- dtucker@cvs.openbsd.org 2013/04/07 09:40:27
[sshd.8] clarify -e text. suggested by & ok jmc@
This commit is contained in:
parent
03d4d7e60b
commit
6901032b05
|
@ -43,6 +43,9 @@
|
||||||
[log.c log.h ssh.1 ssh.c sshd.8 sshd.c]
|
[log.c log.h ssh.1 ssh.c sshd.8 sshd.c]
|
||||||
Add -E option to ssh and sshd to append debugging logs to a specified file
|
Add -E option to ssh and sshd to append debugging logs to a specified file
|
||||||
instead of stderr or syslog. ok markus@, man page help jmc@
|
instead of stderr or syslog. ok markus@, man page help jmc@
|
||||||
|
- dtucker@cvs.openbsd.org 2013/04/07 09:40:27
|
||||||
|
[sshd.8]
|
||||||
|
clarify -e text. suggested by & ok jmc@
|
||||||
|
|
||||||
20130418
|
20130418
|
||||||
- (djm) [config.guess config.sub] Update to last versions before they switch
|
- (djm) [config.guess config.sub] Update to last versions before they switch
|
||||||
|
|
6
sshd.8
6
sshd.8
|
@ -33,7 +33,7 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: sshd.8,v 1.268 2013/04/07 02:10:33 dtucker Exp $
|
.\" $OpenBSD: sshd.8,v 1.269 2013/04/07 09:40:27 dtucker Exp $
|
||||||
.Dd $Mdocdate: April 7 2013 $
|
.Dd $Mdocdate: April 7 2013 $
|
||||||
.Dt SSHD 8
|
.Dt SSHD 8
|
||||||
.Os
|
.Os
|
||||||
|
@ -152,9 +152,7 @@ Append debug logs to
|
||||||
.Ar log_file
|
.Ar log_file
|
||||||
instead of the system log.
|
instead of the system log.
|
||||||
.It Fl e
|
.It Fl e
|
||||||
When this option is specified,
|
Write debug logs to standard error instead of the system log.
|
||||||
.Nm
|
|
||||||
will send the output to the standard error instead of the system log.
|
|
||||||
.It Fl f Ar config_file
|
.It Fl f Ar config_file
|
||||||
Specifies the name of the configuration file.
|
Specifies the name of the configuration file.
|
||||||
The default is
|
The default is
|
||||||
|
|
Loading…
Reference in New Issue