diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-12-02 14:13:15 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-12-02 14:13:15 +0000 |
commit | d6b59b9d356223bf6c1f46c4aadaec9cf8a22ae7 (patch) | |
tree | a3a744da2cefb5f5cc81600f36020a56e18bd44a | |
parent | bc2261f553b86620100a21f62c8bf8dbc3b4f517 (diff) |
tweak previous;
-rw-r--r-- | share/man/man9/rtalloc.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/rtalloc.9 b/share/man/man9/rtalloc.9 index 84ef8de2557..6be60ccd5f8 100644 --- a/share/man/man9/rtalloc.9 +++ b/share/man/man9/rtalloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtalloc.9,v 1.10 2015/12/02 13:30:01 claudio Exp $ +.\" $OpenBSD: rtalloc.9,v 1.11 2015/12/02 14:13:14 jmc Exp $ .\" .\" Copyright (c) 2014-2015 Martin Pieuchot .\" @@ -61,7 +61,7 @@ function does the same as .Fn rtalloc with the .Dv RT_RESOLVE -.Fa flags , +.Fa flag , but selects a multipath routing entry corresponding to .Fa src when possible. |