diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 18:41:33 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 18:41:33 +0000 |
commit | 0100fd6e93e8e0203ec077685f3e68afea54de52 (patch) | |
tree | b87583b730938778b4af11a44748d110d751f3ac /share/man/man4/lp.4 | |
parent | 0127deea8c3ecf9b2bcefaa370c23b1d51b0720c (diff) | |
download | FreeBSD-src-0100fd6e93e8e0203ec077685f3e68afea54de52.zip FreeBSD-src-0100fd6e93e8e0203ec077685f3e68afea54de52.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'share/man/man4/lp.4')
-rw-r--r-- | share/man/man4/lp.4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/lp.4 b/share/man/man4/lp.4 index 9885b49..6dc0012 100644 --- a/share/man/man4/lp.4 +++ b/share/man/man4/lp.4 @@ -41,7 +41,8 @@ .Nm lp .Nd printer port Internet Protocol driver .Sh SYNOPSIS -.Nm ifconfig lp0 +.Nm ifconfig +.Ar lp0 .Ar myaddress hisaddress .Op Fl link0 .Pp @@ -64,7 +65,7 @@ device which is probed and has an interrupt assigned, a corresponding device is created. .Pp Configuring an -.Nm lp +.Nm device with .Xr ifconfig 8 causes the corresponding |