diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-06 21:10:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-06 21:10:02 +0000 |
commit | 6f9ab36e2d02933f496e5de2596a237ebf9650e4 (patch) | |
tree | 7a358af4e6e863c5ddc9c40aad8051f70102a7a8 /lib/libc | |
parent | 4239c5aec5d378fcbd95b201d9985c2a13ed7381 (diff) |
complete ufs -> ffs change (From John Kohl; PR #1403)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/mount.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index fedcb719417..15b9b0ad472 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount.2,v 1.8 1995/02/27 12:34:49 cgd Exp $ +.\" $NetBSD: mount.2,v 1.8.2.1 1995/11/01 00:06:16 jtc Exp $ .\" .\" Copyright (c) 1980, 1989, 1993 .\" The Regents of the University of California. All rights reserved. @@ -112,7 +112,7 @@ specific arguments to mount. The currently supported types of file systems and their type specific data are: .Pp -.Dv MOUNT_UFS +.Dv MOUNT_FFS .Bd -literal -offset indent -compact struct ufs_args { char *fspec; /* Block special file to mount */ |