diff options
author | kn@openbsd.org <kn@openbsd.org> | 2018-07-23 21:02:49 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-07-26 05:54:30 +0200 |
commit | ddf1b797c2d26bbbc9d410aa4f484cbe94673587 (patch) | |
tree | 5ba31c97f9a608f82814e66fe928c3e48c9d9aa0 /ssh_config.5 | |
parent | upstream: Switch authorized_keys example from ssh-dss to ssh-rsa (diff) | |
download | openssh-ddf1b797c2d26bbbc9d410aa4f484cbe94673587.tar.xz openssh-ddf1b797c2d26bbbc9d410aa4f484cbe94673587.zip |
upstream: Point to glob in section 7 for the actual list of special
characters instead the C API in section 3.
OK millert jmc nicm, "the right idea" deraadt
OpenBSD-Commit-ID: a74fd215488c382809e4d041613aeba4a4b1ffc6
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 0e5bb9078..fe52578f4 100644 --- a/ssh_config.5 +++ b/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.280 2018/07/19 10:28:47 dtucker Exp $ -.Dd $Mdocdate: July 19 2018 $ +.\" $OpenBSD: ssh_config.5,v 1.281 2018/07/23 19:02:49 kn Exp $ +.Dd $Mdocdate: July 23 2018 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -926,7 +926,7 @@ to unknown options that appear before it. .It Cm Include Include the specified configuration file(s). Multiple pathnames may be specified and each pathname may contain -.Xr glob 3 +.Xr glob 7 wildcards and, for user configurations, shell-like .Sq ~ references to user home directories. |