summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.org4
-rw-r--r--paths.go2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.org b/README.org
index b439a38..4cfe1f4 100644
--- a/README.org
+++ b/README.org
@@ -5,8 +5,8 @@
 #+TOC: headlines 2
 #+TITLE: Lynx
 
-Lynx is a simple /unveil/ wrapper. It returns /nil/ on unsupported systems,
-currently only /OpenBSD/ supports /unveil/.
+Lynx is a simple /unveil/ & /pledge/ wrapper. It returns /nil/ on unsupported systems,
+currently only /OpenBSD/ is supported.
 
 | Project Home    | [[https://andinus.nand.sh/lynx][Lynx]]           |
 | Source Code     | [[https://tildegit.org/andinus/lynx][Andinus / Lynx]] |
diff --git a/paths.go b/paths.go
index 589cca5..55bc5f8 100644
--- a/paths.go
+++ b/paths.go
@@ -1,6 +1,6 @@
 // +build openbsd
 
-// Package lynx is a simple wrapper to unveil.
+// Package lynx is a simple unveil & pledge wrapper.
 package lynx
 
 import "golang.org/x/sys/unix"