diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-01-31 20:00:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-01-31 20:00:09 +0000 |
commit | 61698e74d867e8af2db634f65aea385cce4c106b (patch) | |
tree | b0d0f4919b790600c82dc3e1b9d0c8af43986c19 /share | |
parent | 91e6efdd92c09430e6c51363c02760d7727d8773 (diff) |
use a hyphen for "interface-specific" as a compound term. this is
not a hard and fast rule (actually it's a form i abuse) but
hostname.if.5 currently uses two conflicting forms and this keeps
it consistent;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/hostname.if.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/hostname.if.5 b/share/man/man5/hostname.if.5 index 4592dc17e4c..48c3dcc1a95 100644 --- a/share/man/man5/hostname.if.5 +++ b/share/man/man5/hostname.if.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostname.if.5,v 1.51 2008/01/03 11:16:45 jmc Exp $ +.\" $OpenBSD: hostname.if.5,v 1.52 2008/01/31 20:00:08 jmc Exp $ .\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)hosts.5 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: January 3 2008 $ +.Dd $Mdocdate: January 31 2008 $ .Dt HOSTNAME.IF 5 .Os .Sh NAME @@ -185,7 +185,7 @@ Comments are allowed. Anything following a comment character is treated as a comment. .It Li \&! Ns Ar command-line Arbitrary shell commands can be executed using this directive. -Useful for doing interface specific configuration such as +Useful for doing interface-specific configuration such as setting up custom routes using .Xr route 8 or establishing tunnels using |