diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-03-18 14:04:32 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-03-18 14:04:32 +0000 |
commit | 46656a2fffe97dca9c2dd5e5b73a9a6278d10e8a (patch) | |
tree | b085cebffbe14650476300e69f6f20c16c9c8544 /share/man/man9 | |
parent | ce1a722bedc5c05c238f2cb7c3148da53d7a3b2e (diff) |
zap trailing whitespace;
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/rtable_add.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/rtable_add.9 b/share/man/man9/rtable_add.9 index 5f88f07be10..94f1e89913c 100644 --- a/share/man/man9/rtable_add.9 +++ b/share/man/man9/rtable_add.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtable_add.9,v 1.3 2014/03/18 11:53:54 mpi Exp $ +.\" $OpenBSD: rtable_add.9,v 1.4 2014/03/18 14:04:31 jmc Exp $ .\" .\" Copyright (c) 2011 Bret S. Lambert <blambert@openbsd.org> .\" All rights reserved. @@ -58,10 +58,10 @@ exists, otherwise. .It Fn rtable_get "u_int id" "sa_family_t af" Return the root node for the family -.Fa af +.Fa af of the routing table with ID of .Fa id -if it exists, +if it exists, .Fa NULL otherwise. .It Fn rtable_l2 "u_int id" |