diff options
| -rw-r--r-- | README.7 | 12 | ||||
| -rw-r--r-- | catgirl.1 | 7 | 
2 files changed, 11 insertions, 8 deletions
| @@ -1,4 +1,4 @@ -.Dd January 18, 2021 +.Dd January 25, 2021  .Dt README 7  .Os "Causal Agency"  .\" To view this file, run: man ./README.7 @@ -93,6 +93,8 @@ provided by either  .Lk https://git.causal.agency/libretls/about LibreTLS  (for OpenSSL)  or by LibreSSL. +. +.Pp  It targets  .Fx ,  .Ox , @@ -100,8 +102,16 @@ macOS  and Linux.  On  .Ox , +.Xr pledge 2 +is used to limit system operations, +and with +.Nm Fl R , +.Xr unveil 2 +is used to limit filesystem access. +On BSD systems,  configure with  .Fl \-mandir=/usr/local/man . +.  .Bd -literal -offset indent  \&./configure  make all @@ -165,13 +165,6 @@ and  commands,  as well as viewing this manual with  .Ic /help . -On -.Ox , -restrict system operations -and filesystem access with -.Xr pledge 2 -and -.Xr unveil 2 .  .  .It Fl S Ar host , Cm bind = Ar host  Bind to source address | 
