summaryrefslogtreecommitdiff
path: root/static/freebsd/man1/func2.1
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man1/func2.1')
-rw-r--r--static/freebsd/man1/func2.16
1 files changed, 6 insertions, 0 deletions
diff --git a/static/freebsd/man1/func2.1 b/static/freebsd/man1/func2.1
new file mode 100644
index 00000000..9fb0ee39
--- /dev/null
+++ b/static/freebsd/man1/func2.1
@@ -0,0 +1,6 @@
+set -e
+f() {
+ false
+ exit 0
+}
+f