diff options
author | 1995-11-06 21:06:48 +0000 | |
---|---|---|
committer | 1995-11-06 21:06:48 +0000 | |
commit | 076877ee6566f6cf0dd1f7e6cfa81a7c2d10138d (patch) | |
tree | b33874d23230646d57730bb7fdc74c29c3e3ba65 /lib/libc/sys | |
parent | Fixed ioctl name in case statement comment. (diff) | |
download | wireguard-openbsd-076877ee6566f6cf0dd1f7e6cfa81a7c2d10138d.tar.xz wireguard-openbsd-076877ee6566f6cf0dd1f7e6cfa81a7c2d10138d.zip |
complete ufs -> ffs change (From John Kohl; PR #1403)
Diffstat (limited to 'lib/libc/sys')
-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 */ |