diff options
author | 2000-10-19 17:43:04 +0000 | |
---|---|---|
committer | 2000-10-19 17:43:04 +0000 | |
commit | ca5b0c6379901095a63f4c099190b397875c3191 (patch) | |
tree | 4be09e67425c90938582d47c36551161f0aae4aa | |
parent | Do not suggest that people use getpid(2) for generating temp file name; refer (diff) | |
download | wireguard-openbsd-ca5b0c6379901095a63f4c099190b397875c3191.tar.xz wireguard-openbsd-ca5b0c6379901095a63f4c099190b397875c3191.zip |
invoked from mount -t ...
-rw-r--r-- | sbin/mount_ext2fs/mount_ext2fs.8 | 10 | ||||
-rw-r--r-- | sbin/mount_msdos/mount_msdos.8 | 11 |
2 files changed, 19 insertions, 2 deletions
diff --git a/sbin/mount_ext2fs/mount_ext2fs.8 b/sbin/mount_ext2fs/mount_ext2fs.8 index e1a8f2cd5c8..d2f2a719898 100644 --- a/sbin/mount_ext2fs/mount_ext2fs.8 +++ b/sbin/mount_ext2fs/mount_ext2fs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_ext2fs.8,v 1.5 1999/07/21 01:07:54 deraadt Exp $ +.\" $OpenBSD: mount_ext2fs.8,v 1.6 2000/10/19 17:43:04 marc Exp $ .\" .\" Copyright (c) 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -50,6 +50,14 @@ command attaches a ext2fs file system .Ar special device on to the file system tree at the point .Ar node . +This command is invoked by +.Xr mount 8 +when using the syntax +.Bd -ragged -offset 4n +.Nm mount Op options +-t ext2fs +.Ar special Ar node +.Ed .Pp This command is normally executed by .Xr mount 8 diff --git a/sbin/mount_msdos/mount_msdos.8 b/sbin/mount_msdos/mount_msdos.8 index 4b395eedac7..228dcea2028 100644 --- a/sbin/mount_msdos/mount_msdos.8 +++ b/sbin/mount_msdos/mount_msdos.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_msdos.8,v 1.11 2000/03/18 22:56:00 aaron Exp $ +.\" $OpenBSD: mount_msdos.8,v 1.12 2000/10/19 17:46:29 marc Exp $ .\" $NetBSD: mount_msdos.8,v 1.10 1996/01/19 21:14:43 leo Exp $ .\" .\" Copyright (c) 1993,1994 Christopher G. Demetriou @@ -56,6 +56,15 @@ the device to the global filesystem namespace at the location indicated by .Ar node . +This command is invoked by +.Xr mount 8 +when using the syntax +.Bd -ragged -offset 4n +.Nm mount Op options +-t msdos +.Ar special Ar node +.Ed +.Pp This command is normally executed by .Xr mount 8 at boot time, but can be used by any user to mount an |