diff options
author | ru <ru@FreeBSD.org> | 2001-02-07 13:45:30 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-07 13:45:30 +0000 |
commit | 5addfd60d6c939bd1a9b1cbf3a5b0f614fce79da (patch) | |
tree | 8e915f713fa577df2f4f07d605cac3b4ef1a5b3d /usr.sbin/pkg_install/info/pkg_info.1 | |
parent | 2001e1a6ee8240523374c0f047409f2af57730c3 (diff) | |
download | FreeBSD-src-5addfd60d6c939bd1a9b1cbf3a5b0f614fce79da.zip FreeBSD-src-5addfd60d6c939bd1a9b1cbf3a5b0f614fce79da.tar.gz |
mdoc(7) police: Change -filled displays (which just happen
to be the same as -ragged in the current implementation) to
-ragged. With mdocNG, -filled displays produce the correct
output, formatted and justified to both margins.
Diffstat (limited to 'usr.sbin/pkg_install/info/pkg_info.1')
-rw-r--r-- | usr.sbin/pkg_install/info/pkg_info.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/info/pkg_info.1 b/usr.sbin/pkg_install/info/pkg_info.1 index 1a5b0c0..8a0da3f 100644 --- a/usr.sbin/pkg_install/info/pkg_info.1 +++ b/usr.sbin/pkg_install/info/pkg_info.1 @@ -130,7 +130,7 @@ directory is limited. Be sure to leave some number of `X' characters for .Xr mktemp 3 to fill in with a unique ID. -.Bd -filled -offset indent -compact +.Bd -ragged -offset indent -compact Note: This should really not be necessary with .Nm , since very little information is extracted from each package |