diff options
author | jcamou <jcamou@FreeBSD.org> | 2005-04-20 01:56:33 +0000 |
---|---|---|
committer | jcamou <jcamou@FreeBSD.org> | 2005-04-20 01:56:33 +0000 |
commit | 7deff5f03cb398c1f5e68a93dc5d1d18992663f0 (patch) | |
tree | c22bd6f9ab594cb210bab78c9e3658b2df7fb90c /sbin | |
parent | 81704678599279d5280af0f72f6414ee51e1c5c7 (diff) | |
download | FreeBSD-src-7deff5f03cb398c1f5e68a93dc5d1d18992663f0.zip FreeBSD-src-7deff5f03cb398c1f5e68a93dc5d1d18992663f0.tar.gz |
Use .Pa instead of .Xr to follow mdoc(7)
specifications.
Noticed by: trhodes
Approved by: trhodes (mentor)
MFC after: 1 day
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/devfs/devfs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/devfs/devfs.8 b/sbin/devfs/devfs.8 index 8aeafc1..53ffa9e 100644 --- a/sbin/devfs/devfs.8 +++ b/sbin/devfs/devfs.8 @@ -339,8 +339,8 @@ The rule numbers are preserved, but ruleset 10 may already have rules with non-conflicting numbers (these will be preserved). .Sh FILES -.Xr /etc/defaults/devfs.rules , -.Xr /etc/devfs.rules +.Pa /etc/defaults/devfs.rules , +.Pa /etc/devfs.rules .Sh SEE ALSO .Xr chmod 1 , .Xr jail 2 , |