diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-04-03 10:31:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-04-03 10:31:19 +0000 |
commit | 1d15f7731f5bcd8c14f72e16fe3f5b3852e72965 (patch) | |
tree | 2e30b8549a605cc0ab348e8ccd079499afc0216f /share | |
parent | 242524c6278fa0c8d7644637c288f589e084a3f7 (diff) |
spelling mistake in previous - sorry, klemens!
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/route.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/route.4 b/share/man/man4/route.4 index 8e25beaf19f..1ff6eb22ff7 100644 --- a/share/man/man4/route.4 +++ b/share/man/man4/route.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.4,v 1.50 2019/04/03 08:56:00 kn Exp $ +.\" $OpenBSD: route.4,v 1.51 2019/04/03 10:31:18 jmc Exp $ .\" $NetBSD: route.4,v 1.3 1994/11/30 16:22:31 jtc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -199,7 +199,7 @@ A process can specify an alternate routing table by using the A value of .Dv RTABLE_ANY specifies all routing tables. -For example, to receive messsags for routing table 5: +For example, to receive messages for routing table 5: .Bd -literal -offset indent unsigned int rdomain = 5; |