]> git.ipfire.org Git - thirdparty/wireguard-go.git/commitdiff
Fix markdown
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 22 May 2018 14:47:15 +0000 (16:47 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 22 May 2018 14:47:15 +0000 (16:47 +0200)
README.md

index 49399372183956ea6d33e713d338806c1b60a489..92ef4da84d57ce220d340889b71033bf5948640b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -40,11 +40,11 @@ It is currently a work in progress to strip out the beginnings of an experiment
 
 ### FreeBSD
 
-This will run on FreeBSD. It does not yet support sticky sockets. Fwmark is mapped to `SO\_USER\_COOKIE`.
+This will run on FreeBSD. It does not yet support sticky sockets. Fwmark is mapped to `SO_USER_COOKIE`.
 
 ### OpenBSD
 
-This will run on OpenBSD. It does not yet support sticky sockets. Fwmark is mapped to `SO\_RTABLE`. Since the tun driver cannot have arbitrary interface names, you must either use `tun[0-9]+` for an explicit interface name or `tun` to have the program select one for you. If you choose `tun` as the interface name, and the environment variable `WG_TUN_NAME_FILE` is defined, then the actual name of the interface chosen by the kernel is written to the file specified by that variable.
+This will run on OpenBSD. It does not yet support sticky sockets. Fwmark is mapped to `SO_RTABLE`. Since the tun driver cannot have arbitrary interface names, you must either use `tun[0-9]+` for an explicit interface name or `tun` to have the program select one for you. If you choose `tun` as the interface name, and the environment variable `WG_TUN_NAME_FILE` is defined, then the actual name of the interface chosen by the kernel is written to the file specified by that variable.
 
 ## Building