aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/uapi.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-04-20 20:21:50 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-04-20 22:53:00 +0200
commitc4a6adf85390e9232fc9589b95510f958c0d7d8c (patch)
treeabcacf18a75b2c3ac27ebc85c891cdc8b38dadd2 /src/uapi.h
parenttools: argc is always 1 (diff)
downloadwireguard-monolithic-historical-c4a6adf85390e9232fc9589b95510f958c0d7d8c.tar.xz
wireguard-monolithic-historical-c4a6adf85390e9232fc9589b95510f958c0d7d8c.zip
tools: no hyphen in preshared, to keep uniformity
Diffstat (limited to 'src/uapi.h')
-rw-r--r--src/uapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uapi.h b/src/uapi.h
index 130f30a..a77d006 100644
--- a/src/uapi.h
+++ b/src/uapi.h
@@ -52,9 +52,9 @@
* If `wgpeer->flags & WGPEER_REMOVE_ME` is true, the peer identified by `wgpeer->public_key` is removed.
* If `wgpeer->flags & WGPEER_REPLACE_IPMASKS` is true, removes all ipmasks before adding new ones.
* If `wgdevice->private_key` is filled with zeros, no action is taken on the private key.
- * If `wgdevice->preshared_key` is filled with zeros, no action is taken on the pre-shared key.
+ * If `wgdevice->preshared_key` is filled with zeros, no action is taken on the preshared key.
* If `wgdevice->flags & WGDEVICE_REMOVE_PRIVATE_KEY` is true, the private key is removed.
- * If `wgdevice->flags & WGDEVICE_REMOVE_PRESHARED_KEY` is true, the pre-shared key is removed.
+ * If `wgdevice->flags & WGDEVICE_REMOVE_PRESHARED_KEY` is true, the preshared key is removed.
*
* Returns 0 on success, or -errno if an error occurred.
*/