diff options
author | rob <rob@cvs.openbsd.org> | 2018-03-03 02:57:18 +0000 |
---|---|---|
committer | rob <rob@cvs.openbsd.org> | 2018-03-03 02:57:18 +0000 |
commit | ef9f249ffd324bc2ddf0fe52b8dc6bd67bef1cc6 (patch) | |
tree | e21377afbf0e7d78348c2f29bc34be174f06982d /usr.sbin | |
parent | 763acfaeb928c6976c402c168375454cb2723143 (diff) |
Add missing comma.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ifstated/ifstated.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ifstated/ifstated.conf.5 b/usr.sbin/ifstated/ifstated.conf.5 index 5f1cc8321c6..601fa966e76 100644 --- a/usr.sbin/ifstated/ifstated.conf.5 +++ b/usr.sbin/ifstated/ifstated.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifstated.conf.5,v 1.10 2018/01/20 22:57:11 mpf Exp $ +.\" $OpenBSD: ifstated.conf.5,v 1.11 2018/03/03 02:57:17 rob Exp $ .\" .\" Copyright (c) 2005 Nikolay Sturm <sturm@openbsd.org> .\" Copyright (c) 2005 Marco Pfatschbacher <mpf@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 20 2018 $ +.Dd $Mdocdate: March 3 2018 $ .Dt IFSTATED.CONF 5 .Os .Sh NAME @@ -55,7 +55,7 @@ instead of using the first state defined. Macros can be defined that will later be expanded in context. Macro names must start with a letter, digit, or underscore, and may contain any of those characters. -Macro names may not be reserved words like, for example +Macro names may not be reserved words like, for example, .Ar state or .Ar run . |