diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-04-17 14:34:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-04-17 14:34:47 +0000 |
commit | 78cccde4fe3b4ebc60d6d483af55dcfabeb179c6 (patch) | |
tree | 328341112eea1f7ab8ad71c8ba6e001b70de5775 | |
parent | 02dff73f36c8829a20d0cc5a900ef5b6e04af5c4 (diff) |
tweak previous;
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 880f1104969..10650e1bc0a 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.229 2016/04/15 00:30:19 djm Exp $ -.Dd $Mdocdate: April 15 2016 $ +.\" $OpenBSD: ssh_config.5,v 1.230 2016/04/17 14:34:46 jmc Exp $ +.Dd $Mdocdate: April 17 2016 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -1021,14 +1021,14 @@ be listed early in the configuration file as it will not be applied to unknown options that appear before it. .It Cm Include Include the specified configuration file(s). -Multiple path names may be specified and each pathname may contain +Multiple pathnames may be specified and each pathname may contain .Xr glob 3 wildcards and, for user configurations, shell-like .Dq ~ references to user home directories. Files without absolute paths are assumed to be in .Pa ~/.ssh -if included in a user configurations file or +if included in a user configuration file or .Pa /etc/ssh if included from the system configuration file. .Cm Include |