diff options
author | ru <ru@FreeBSD.org> | 2000-11-14 11:20:58 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-14 11:20:58 +0000 |
commit | 7d99729431353c50207fda8b9ab30e1c354c6061 (patch) | |
tree | 8d8c39d3231f9a7b91446e46dfc9b54f9eb84725 /share/man/man8 | |
parent | 56cb617a9d071d8ad21ab908ea9224e718dae618 (diff) | |
download | FreeBSD-src-7d99729431353c50207fda8b9ab30e1c354c6061.zip FreeBSD-src-7d99729431353c50207fda8b9ab30e1c354c6061.tar.gz |
Use Fx macro wherever possible.
Diffstat (limited to 'share/man/man8')
-rw-r--r-- | share/man/man8/crash.8 | 4 | ||||
-rw-r--r-- | share/man/man8/picobsd.8 | 21 | ||||
-rw-r--r-- | share/man/man8/yp.8 | 35 |
3 files changed, 36 insertions, 24 deletions
diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8 index 8b68423..6fc1a10 100644 --- a/share/man/man8/crash.8 +++ b/share/man/man8/crash.8 @@ -42,7 +42,7 @@ .Sh NAME .Nm crash .Nd -.Tn FreeBSD +.Fx system failures .Sh DESCRIPTION This section explains a bit about system crashes @@ -202,7 +202,7 @@ If the core image is the result of a panic, the panic message is printed. For more details consult the chapter on kernel debugging in the -.Tn FreeBSD +.Fx handbook (http://www.FreeBSD.org). .Sh SEE ALSO .Xr gdb 1 , diff --git a/share/man/man8/picobsd.8 b/share/man/man8/picobsd.8 index 422c3a8..3f2795a 100644 --- a/share/man/man8/picobsd.8 +++ b/share/man/man8/picobsd.8 @@ -8,7 +8,9 @@ .Nd Floppy disk based FreeBSD system .Sh SYNOPSIS .Nm -is a minimal implementation of FreeBSD on one or more floppy disks. The +is a minimal implementation of +.Fx +on one or more floppy disks. The floppies are required for loading only; the system runs from ramdisk and is thus not limited to the speed of the floppies. .Sh DESCRIPTION @@ -30,7 +32,9 @@ prompts for additional floppies and reads them in to the MFS file system. .Sh ENVIRONMENT As a result of the extreme size limitations, the .Nm -environment differs from the normal FreeBSD in a number of ways: +environment differs from the normal +.Fx +in a number of ways: .Bl -bullet .It There are no dynamic libraries, and there is no directory @@ -181,7 +185,9 @@ dynamic libraries, so the programs must be static. To boot .Nm PicoBSD , insert the floppy and reset the machine. The boot procedure is similar to the -standard FreeBSD boot, but proceeds at a snail's pace. From the end of the POST +standard +.Fx +boot, but proceeds at a snail's pace. From the end of the POST (BIOS Power On Self Test) until the prompt for the second floppy takes about 3 minutes. .Pp @@ -260,7 +266,9 @@ floppies, and the only practical method is trial and error. .Pp The original version of .Nm -fits on one floppy. Since FreeBSD 4.0, the kernel is so large that most +fits on one floppy. Since +.Fx 4.0 , +the kernel is so large that most configurations will need a second floppy to do any productive work. Nevertheless, it should be possible to create minimal kernels which will fit alongside sufficient other programs on a single floppy. @@ -269,8 +277,9 @@ The approach of building executables with .Xr crunchgen 1 means that considerable duplication of libraries occurs between the floppies. .Pp -At the current time (December 1999), the old-style build is broken in FreeBSD --CURRENT. In view of the significant increase in size of the 4.x kernel +At the current time (December 1999), the old-style build is broken in +.Fx Ns -CURRENT . +In view of the significant increase in size of the 4.x kernel compared to the 3.x kernel, it is not certain that it can be fixed. .Pp .Nm diff --git a/share/man/man8/yp.8 b/share/man/man8/yp.8 index 0458840..7d4615b 100644 --- a/share/man/man8/yp.8 +++ b/share/man/man8/yp.8 @@ -97,7 +97,7 @@ called the The databases used to store the information are called .Em Tn NIS maps . In -.Bx Free , +.Fx , these maps are stored in .Pa /var/yp/[domainname] where @@ -114,7 +114,7 @@ Each domain will have its own independent set of maps. .Pp In -.Bx Free , +.Fx , the .Tn NIS maps are Berkeley DB hashed database files (the @@ -143,7 +143,7 @@ and .Pa passwd.byname.pag files on other operating systems (both of which are really parts of the same map), -.Bx Free +.Fx will have only one file called .Pa passwd.byname . The difference in format is not significant: only the @@ -348,17 +348,17 @@ placing a slave server on the local network.) .El .Pp The -.Bx Free +.Fx .Xr ypserv 8 is specially designed to provided enhanced security (compared to other .Tn NIS implementations) when used exclusively with -.Bx Free +.Fx client systems. The -.Bx Free +.Fx password database system (which is derived directly from .Bx 4.4 ) @@ -375,7 +375,7 @@ is allowed to retrieve data. .Pp To help prevent this, -.Bx Free Ns 's +.Fx Ns 's .Tn NIS server handles the shadow password maps .Pf ( Pa master.passwd.byname @@ -389,7 +389,7 @@ users. All other requests are denied: requests from non-privileged ports will receive only an error code from the server. Additionally, -.Bx Free Ns 's +.Fx Ns 's .Xr ypserv 8 includes support for Wietse Venema's tcp wrapper package; with tcp wrapper support enabled, the administrator can configure @@ -404,7 +404,7 @@ someone with access to your network to spoof the server into disclosing the shadow password maps. .Pp On the client side, -.Bx Free Ns 's +.Fx Ns 's .Fn getpwent 3 functions will automatically search for the .Pa master.passwd @@ -416,9 +416,12 @@ If they aren't found, the standard .Pa passwd maps will be used instead. .Sh COMPATIBILITY -When using a non-FreeBSD NIS server for +When using a +.No non- Ns Fx +NIS server for .Xr passwd 5 -files, it is unlikely that the default MD5-based format that FreeBSD +files, it is unlikely that the default MD5-based format that +.Fx uses for passwords will be accepted by it. If this is the case, the value of the "passwd_format" setting in .Xr login.conf 5 @@ -441,7 +444,7 @@ a host that doesn't exist in its or .Pa hosts.byaddr maps. -.Bx Free Ns 's +.Fx Ns 's resolver uses .Tn DNS by default (it can be made to use @@ -463,14 +466,14 @@ It can also be made to register itself as an v1 server in order to placate certain systems that insist on the presence of a v1 server -.Pf ( Bx Free +.No ( Fx uses only .Tn NIS v2, but many other systems, including .Tn SunOS 4.x, search for both a v1 and v2 server when binding). -.Bx Free Ns 's +.Fx Ns 's .Xr ypserv 8 does not actually handle .Tn NIS @@ -484,7 +487,7 @@ manual page for a detailed description of these special features and flags.) .Sh BUGS While -.Bx Free +.Fx now has both .Tn NIS client and server capabilities, it does not yet have support for @@ -495,7 +498,7 @@ function. Both of these require secure .Tn RPC Ns , which -.Bx Free +.Fx doesn't support yet either. .Pp |