CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2020/11/27 07:49:54
Modified files: share/man/man4 : wg.4 Log message: wg(4): show an actual command to retrieve wgpubkey to go with the text which says "shown in the status output of the interface"; this makes it clear that 1) ifconfig is used, 2) the interface must be specified (either that or -A; it is not shown in the default output with no parameters), and 3) hints that it must be run as root. ok jmc@