diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 11:46:06 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 11:46:06 +0000 |
commit | 85c9ba7c594c9e1658e20053dcd00403e6e314e2 (patch) | |
tree | b9cba2183a2d7100b412afdd5c1220359e582d77 /sbin/mount/mount.8 | |
parent | 66c4835634f1e74242f62bb59553d61059dc1a46 (diff) |
- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes.
- Some `id' -> `ID'.
Diffstat (limited to 'sbin/mount/mount.8')
-rw-r--r-- | sbin/mount/mount.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 10d83b8920c..28c2c0533ac 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.8,v 1.20 2000/03/18 22:56:00 aaron Exp $ +.\" $OpenBSD: mount.8,v 1.21 2000/04/15 11:45:57 aaron Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -155,7 +155,7 @@ Do not allow set-user-identifier or set-group-identifier bits to take effect. .It rdonly The same as .Fl r ; -mount the file system read-only (even the super-user may not write it). +mount the file system read-only (even the superuser may not write it). .It sync All .Tn I/O @@ -195,7 +195,7 @@ to execute the equivalent of: .Ed .It Fl r The file system is to be mounted read-only. -Mount the file system read-only (even the super-user may not write it). +Mount the file system read-only (even the superuser may not write it). The same as the .Dq rdonly argument to the |