diff options
| -rw-r--r-- | sys/man/1/kill | 7 | ||||
| -rw-r--r-- | sys/man/8/cryptsetup | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/sys/man/1/kill b/sys/man/1/kill index ed4e40c25..d0c2de1fb 100644 --- a/sys/man/1/kill +++ b/sys/man/1/kill @@ -67,8 +67,11 @@ the broken processes. flags processes matching the program name .I regexp as not to be killed in the event of memory -exhaustion. This is usualy run from termrc -and cpurc (see +exhaustion. This is usually run from +.B termrc +and +.B cpurc +(see .IR cpurc (8)) to protect important system processes from getting killed. diff --git a/sys/man/8/cryptsetup b/sys/man/8/cryptsetup index 513cea296..8e5664083 100644 --- a/sys/man/8/cryptsetup +++ b/sys/man/8/cryptsetup @@ -21,12 +21,10 @@ device. .PP The .B -f -flag formats the partitions +flag formats the partition .I files, -generating a new encryption key. The encryption key is -protected by a password that -.I cryptsetup -will prompt for confirmation. +generating a new encryption key. The user will be prompted +for a password that will be used to protect the encryption key. .PP The flags .B -i |
