projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a33bbb6
)
kether_ntoa.9: Fix prototypes.
author
Sascha Wildner <saw@online.de>
Thu, 7 Feb 2013 21:55:21 +0000 (22:55 +0100)
committer
Sascha Wildner <saw@online.de>
Thu, 7 Feb 2013 21:55:21 +0000 (22:55 +0100)
share/man/man9/kether_ntoa.9
patch
|
blob
|
blame
|
history
diff --git
a/share/man/man9/kether_ntoa.9
b/share/man/man9/kether_ntoa.9
index
514ab57
..
96b1a62
100644
(file)
--- a/
share/man/man9/kether_ntoa.9
+++ b/
share/man/man9/kether_ntoa.9
@@
-37,9
+37,9
@@
.Sh SYNOPSIS
.In net/if_var.h
.Ft char *
-.Fn kether_ntoa "u_char *addr" "char *buf"
+.Fn kether_ntoa "const u_char *addr" "char *buf"
.Ft u_char *
-.Fn kether_aton const "char *macstr" "u_char *addr"
+.Fn kether_aton "const char *macstr" "u_char *addr"
.Sh DESCRIPTION
The
.Fn kether_ntoa