diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-14 11:52:05 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-14 11:52:05 +0000 |
| commit | ed403116940cbbd5dad8a3d1c3aa0e1e9771a4e9 (patch) | |
| tree | dc968d5b75f81b679b258dcf60779fb37a30e5a5 /sbin | |
| parent | e64b430e47bc9a02815374d0c6df16d580fc33fd (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/dumpon/dumpon.8 | 2 | ||||
| -rw-r--r-- | sbin/mount_ext2fs/mount_ext2fs.8 | 2 | ||||
| -rw-r--r-- | sbin/mount_nwfs/mount_nwfs.8 | 17 | ||||
| -rw-r--r-- | sbin/mount_std/mount_std.8 | 2 | ||||
| -rw-r--r-- | sbin/nologin/nologin.5 | 2 | ||||
| -rw-r--r-- | sbin/nos-tun/nos-tun.8 | 2 |
6 files changed, 15 insertions, 12 deletions
diff --git a/sbin/dumpon/dumpon.8 b/sbin/dumpon/dumpon.8 index fc4680d30ceb..ed9d4277afcd 100644 --- a/sbin/dumpon/dumpon.8 +++ b/sbin/dumpon/dumpon.8 @@ -34,7 +34,7 @@ .\" .Dd May 12, 1995 .Dt DUMPON 8 -.Os FreeBSD 2.1 +.Os FreeBSD .Sh NAME .Nm dumpon .Nd "specify a device for crash dumps" diff --git a/sbin/mount_ext2fs/mount_ext2fs.8 b/sbin/mount_ext2fs/mount_ext2fs.8 index 1ff6ea0cb2f8..66e22e9011f7 100644 --- a/sbin/mount_ext2fs/mount_ext2fs.8 +++ b/sbin/mount_ext2fs/mount_ext2fs.8 @@ -33,7 +33,7 @@ .\" .Dd January 31, 1996 .Dt MOUNT_EXT2FS 8 -.Os FreeBSD 2.2 +.Os FreeBSD .Sh NAME .Nm mount_ext2fs .Nd mount a ext2fs file system diff --git a/sbin/mount_nwfs/mount_nwfs.8 b/sbin/mount_nwfs/mount_nwfs.8 index 2639c0c7283a..196dfe1c4179 100644 --- a/sbin/mount_nwfs/mount_nwfs.8 +++ b/sbin/mount_nwfs/mount_nwfs.8 @@ -1,7 +1,7 @@ .\" $FreeBSD$ .Dd October 14, 1999 .Dt MOUNT_NWFS 8 -.Os FreeBSD 4.0 +.Os FreeBSD .Sh NAME .Nm mount_nwfs .Nd mount NetWare volume from a NetWare file server @@ -55,7 +55,8 @@ command line arguments (the .Fl U and .Fl V -options aren't used in this case). This allows use of +options aren't used in this case). +This allows use of .Xr fstab 5 file (see .Sx EXAMPLES @@ -117,7 +118,7 @@ The values must be specified as octal numbers. Default value for the file mode is taken from mount point, default value for the dir mode adds execute permission where the file mode gives read permission. - +.Pp Note that these permissions can differ from the rights granted by NetWare server. .It Fl n Ar namespace @@ -197,10 +198,13 @@ for nwfs mounts: /nwserv:guest/sys /nw/s1/sys nwfs rw,noauto 0 0 /nwserv:guest/vol1 /nw/s1/vol2 nwfs rw,noauto 0 0 .Ed - +.Sh HISTORY +The +.Nm +utility first appeared in +.Fx 4.0 . .Sh BUGS to number a few - .Sh CREDITS In development of NetWare client for .Fx , @@ -209,7 +213,7 @@ the following sources were used: Documentation from NetWare NDK. .Pp Ncpfs for Linux - written by -.An Volker Lendecke Aq lendecke@math.uni-goettingen.de . +.An Volker Lendecke Aq lendecke@math.uni\-goettingen.de . He granted me permission to publish parts of his code under BSD-style license, .Pp "Interrupt List" from @@ -218,7 +222,6 @@ He granted me permission to publish parts of his code under BSD-style license, Many files from .Pa /sys directory. - .Sh AUTHORS .An Boris Popov Aq bp@butya.kz , .Aq rbp@chat.ru diff --git a/sbin/mount_std/mount_std.8 b/sbin/mount_std/mount_std.8 index 01d992ba3ee4..f4571cabd55b 100644 --- a/sbin/mount_std/mount_std.8 +++ b/sbin/mount_std/mount_std.8 @@ -38,7 +38,7 @@ .\" .Dd May 13, 1996 .Dt MOUNT_STD 8 -.Os FreeBSD 2.2 +.Os FreeBSD .Sh NAME .Nm mount_std , .Nm mount_devfs , diff --git a/sbin/nologin/nologin.5 b/sbin/nologin/nologin.5 index 0b4d2906267f..b009481a2eaa 100644 --- a/sbin/nologin/nologin.5 +++ b/sbin/nologin/nologin.5 @@ -34,7 +34,7 @@ .\" .Dd June 19, 1993 .Dt NOLOGIN 5 -.Os FreeBSD 2.1 +.Os FreeBSD .Sh NAME .Nm nologin .Nd disallow logins diff --git a/sbin/nos-tun/nos-tun.8 b/sbin/nos-tun/nos-tun.8 index e8eb6533b2a3..1121088446d5 100644 --- a/sbin/nos-tun/nos-tun.8 +++ b/sbin/nos-tun/nos-tun.8 @@ -10,7 +10,7 @@ .\" .Dd April 11, 1998 .Dt NOS-TUN 8 -.Os FreeBSD 3.0 +.Os FreeBSD .Sh NAME .Nm nos-tun .Nd implement ``nos'' or ``ka9q'' style IP over IP tunnel |
