diff options
author | Leah Neukirchen <leah@vuxu.org> | 2018-02-08 17:20:39 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-02-08 17:20:39 +0100 |
commit | a695ee49027399910d4207878df787ae7d1b3cb2 (patch) | |
tree | 40734ce0350313fa5cfa3e568a8cb76b0be55979 | |
parent | 9e674ae3108a6811d0783cf81dcf5a3c42324e3b (diff) | |
download | fail-a695ee49027399910d4207878df787ae7d1b3cb2.tar.gz fail-a695ee49027399910d4207878df787ae7d1b3cb2.tar.xz fail-a695ee49027399910d4207878df787ae7d1b3cb2.zip |
fail.1: manpage tweaks
-rw-r--r-- | fail.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fail.1 b/fail.1 index 7f959aa..c1ff07e 100644 --- a/fail.1 +++ b/fail.1 @@ -44,14 +44,14 @@ and/or result in killing other processes, too. Use with caution. .It Fl a Call -.Fn abort . +.Xr abort 3 . .It Fl b Trigger SIGBUS by accessing .Xr mmap 2 memory beyond the end of a file. .It Fl c Violate a -.Fn seccomp +.Xr seccomp 2 strict mode restriction. .It Fl d Divide by zero. |