diff options
author | ru <ru@FreeBSD.org> | 2001-12-04 14:17:52 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-12-04 14:17:52 +0000 |
commit | 2e1b22fe1be24b6c7504e0a21fd2fd2ab4dc8ec3 (patch) | |
tree | a2ddb6b321de699c0a0b35e490505f6062d6d743 /bin | |
parent | 67df0b50e49952ce8509a859989e9f1bbb5bbb33 (diff) | |
download | FreeBSD-src-2e1b22fe1be24b6c7504e0a21fd2fd2ab4dc8ec3.zip FreeBSD-src-2e1b22fe1be24b6c7504e0a21fd2fd2ab4dc8ec3.tar.gz |
mdoc(7) police: s/LKM/KLD/, sort xrefs.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ls/ls.1 | 8 | ||||
-rw-r--r-- | bin/ps/ps.1 | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 7d1c04c..58426c1 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -539,18 +539,20 @@ files in order to be compatible with the .St -p1003.2 specification. .Sh FILES -.Bl -tag -width /dev/lomac -compact +.Bl -tag -width ".Pa /dev/lomac" -compact .It Pa /dev/lomac -interface used to query the LOMAC LKM +interface used to query the +.Xr lomac 4 +KLD .El .Sh SEE ALSO .Xr chflags 1 , .Xr chmod 1 , .Xr sort 1 , .Xr xterm 1 , +.Xr lomac 4 , .Xr termcap 5 , .Xr symlink 7 , -.Xr lomac 4 , .Xr sticky 8 .Sh HISTORY An diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index a9970b6..d8c3d54 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -507,7 +507,9 @@ default swap device .It Pa /dev/kmem default kernel memory .It Pa /dev/lomac -interface used to query the LOMAC LKM +interface used to query the +.Xr lomac 4 +KLD .It Pa /var/run/dev.db /dev name database .It Pa /var/db/kvm_kernel.db @@ -523,8 +525,8 @@ the mount point of .Xr w 1 , .Xr kvm 3 , .Xr strftime 3 , -.Xr procfs 5 , .Xr lomac 4 , +.Xr procfs 5 , .Xr pstat 8 , .Xr sysctl 8 , .Xr mutex 9 |