diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-12-21 11:41:51 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-12-21 11:41:51 +0000 |
commit | 3a326477d408167211b14d9893909c9b3ffb5a6e (patch) | |
tree | 0fcdf8609fed6e70190262637181cde38629c950 /sbin/mount_tcfs | |
parent | 61322226969582b51c351b2689fde9fbc68a2c9e (diff) |
Initial patch for a new mdoc issue.
Powered by @mantoya:
o) kill extra line in the end of file;
o) kill extra space in the end of line;
o) replace blank lines with .Pp;
millert@ ok
Diffstat (limited to 'sbin/mount_tcfs')
-rw-r--r-- | sbin/mount_tcfs/mount_tcfs.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_tcfs/mount_tcfs.8 b/sbin/mount_tcfs/mount_tcfs.8 index bfcf954bda6..4ac861ff1b9 100644 --- a/sbin/mount_tcfs/mount_tcfs.8 +++ b/sbin/mount_tcfs/mount_tcfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_tcfs.8,v 1.5 2001/12/13 20:16:48 mpech Exp $ +.\" $OpenBSD: mount_tcfs.8,v 1.6 2001/12/21 11:41:50 mpech Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -47,7 +47,7 @@ The command creates a Transparent Cryptographic File System (TCFS) layer, mapping a sub-tree of the file system name space (path) into another part of the global file system (node) where some cryptographic features are provided. -.Pp +.Pp Access to objects existing on the new file system can be allowed only to users who own a proper key. .Sh EXAMPLES @@ -56,7 +56,7 @@ The command mount_tcfs -o cipher=2 /mnt2 /mnt/tcfs .Ed .Pp -mount the ffs filesystem +mount the ffs filesystem .Ar /mnt2 on mountpoint .Ar /mnt/tcfs |