diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-26 21:32:03 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-26 21:32:03 +0000 |
commit | 3645c411da470e13ac9593023891c6a6f0276dd2 (patch) | |
tree | 5b28f8f465d6e1558c0f3475e7d3c75d6a5202ba /sbin/mount_tcfs | |
parent | 47132821cd07f16b53929af88afa9b50189eaf01 (diff) |
Missing .Xr's from Margarida Sequeira <niness@devilness.org>.
Remove unmount(2) per millert suggestion; 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 4cd84786351..21f55572cd3 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.7 2002/02/11 18:43:51 mpech Exp $ +.\" $OpenBSD: mount_tcfs.8,v 1.8 2002/06/26 21:32:02 fgsch Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -63,9 +63,9 @@ on mountpoint as TCFS file system using cipher 2. .Sh SEE ALSO .Xr mount 2 , -.Xr unmount 2 , .Xr fstab 5 , -.Xr mount 8 +.Xr mount 8 , +.Xr umount 8 .Sh HISTORY A .Nm |