- jmc@cvs.openbsd.org 2006/02/19 20:12:25
[ssh_config.5] add some vertical space;
This commit is contained in:
parent
edd0375d82
commit
5c853b531f
|
@ -129,6 +129,9 @@
|
||||||
- jmc@cvs.openbsd.org 2006/02/19 20:05:00
|
- jmc@cvs.openbsd.org 2006/02/19 20:05:00
|
||||||
[sshd.8]
|
[sshd.8]
|
||||||
grammar;
|
grammar;
|
||||||
|
- jmc@cvs.openbsd.org 2006/02/19 20:12:25
|
||||||
|
[ssh_config.5]
|
||||||
|
add some vertical space;
|
||||||
|
|
||||||
20060313
|
20060313
|
||||||
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
|
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
|
||||||
|
@ -4030,4 +4033,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4176 2006/03/15 00:36:45 djm Exp $
|
$Id: ChangeLog,v 1.4177 2006/03/15 00:37:02 djm Exp $
|
||||||
|
|
|
@ -34,7 +34,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: ssh_config.5,v 1.78 2006/02/12 10:49:44 jmc Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.79 2006/02/19 20:12:25 jmc Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
|
@ -50,6 +50,7 @@
|
||||||
.Nm ssh
|
.Nm ssh
|
||||||
obtains configuration data from the following sources in
|
obtains configuration data from the following sources in
|
||||||
the following order:
|
the following order:
|
||||||
|
.Pp
|
||||||
.Bl -enum -offset indent -compact
|
.Bl -enum -offset indent -compact
|
||||||
.It
|
.It
|
||||||
command-line options
|
command-line options
|
||||||
|
|
Loading…
Reference in New Issue