summary refs log tree commit diff stats
path: root/paths.go
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-04-15 19:14:16 +0530
committerAndinus <andinus@nand.sh>2020-04-15 19:14:16 +0530
commitf479b82ff8aa13b953590a13d31de93de8e53ec2 (patch)
treee3ffd68efa406b1e407b272545114acde7302b50 /paths.go
parentaf0996babf510f005a05a16f5d43ca8884f33031 (diff)
downloadlynx-f479b82ff8aa13b953590a13d31de93de8e53ec2.tar.gz
Support pledge & unveil, change scope of project
Diffstat (limited to 'paths.go')
-rw-r--r--paths.go2
1 files changed, 1 insertions, 1 deletions
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"