diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-18 10:43:49 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-18 10:43:49 +0000 |
commit | 2ca6ad76afa543086d879278d2988dc59b8add70 (patch) | |
tree | cdac9a61ca5a6605d807849a573b2eee1c86fc5e /share/man | |
parent | 6c19d127dfe1201e6e245e5a156edd879be478b2 (diff) | |
download | src-2ca6ad76afa543086d879278d2988dc59b8add70.tar.gz src-2ca6ad76afa543086d879278d2988dc59b8add70.zip |
mdoc(7) police: macroize UNIX.
Notes
Notes:
svn path=/head/; revision=92566
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/DEVICE_PROBE.9 | 4 | ||||
-rw-r--r-- | share/man/man9/sleep.9 | 3 | ||||
-rw-r--r-- | share/man/man9/spl.9 | 3 | ||||
-rw-r--r-- | share/man/man9/vnode.9 | 4 |
4 files changed, 10 insertions, 4 deletions
diff --git a/share/man/man9/DEVICE_PROBE.9 b/share/man/man9/DEVICE_PROBE.9 index 32304f189875..c772e20c8040 100644 --- a/share/man/man9/DEVICE_PROBE.9 +++ b/share/man/man9/DEVICE_PROBE.9 @@ -50,7 +50,9 @@ For cases where more than one driver matches a device, a priority value can be returned. In this case, success codes are values less than or equal to zero with the highest value representing the best match. Failure -codes are represented by positive values and the regular Unix error +codes are represented by positive values and the regular +.Ux +error codes should be used for the purpose. .Pp If a driver returns a success code which is less than zero, it must diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9 index d96823568443..21d10d034071 100644 --- a/share/man/man9/sleep.9 +++ b/share/man/man9/sleep.9 @@ -129,7 +129,8 @@ See above. .Xr mi_switch 9 .Sh HISTORY The sleep/wakeup process synchronization mechanism is very old. It -appeared in a very early version of Unix. +appeared in a very early version of +.Ux . .Pp .Nm Tsleep appeared in diff --git a/share/man/man9/spl.9 b/share/man/man9/spl.9 index 395856e922ac..ef2d6a36d2f7 100644 --- a/share/man/man9/spl.9 +++ b/share/man/man9/spl.9 @@ -189,7 +189,8 @@ raised the interrupt priority to its own level, i.e. further interrupts of the same group are being blocked. .Sh HISTORY The interrupt priority levels appeared in a very early version of -Unix. They have been traditionally known by number instead of by +.Ux . +They have been traditionally known by number instead of by names, and were inclusive up to higher priority levels (i.e., priority 5 has been blocking everything up to level 5). This is no longer the case in diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9 index f6ceebc36134..55095cb1a411 100644 --- a/share/man/man9/vnode.9 +++ b/share/man/man9/vnode.9 @@ -146,7 +146,9 @@ struct vnode { .Ed .Sh DESCRIPTION -The vnode is the focus of all file activity in UNIX. There is a +The vnode is the focus of all file activity in +.Ux . +There is a unique vnode allocated for each active file, each current directory, each mounted-on file, text file, and the root. .Pp |