diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-05-09 14:02:06 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-05-09 14:02:06 +0000 |
commit | 14e9cd73ea6a59a4bbaa7c1a2f7cb224d3655e29 (patch) | |
tree | 11b3b80b09abc85bfe5df97ac9e66c89e635cf04 /contrib/amd | |
parent | fd65d0b7d9899c055986e248e5f45d5901678539 (diff) | |
download | FreeBSD-src-14e9cd73ea6a59a4bbaa7c1a2f7cb224d3655e29.zip FreeBSD-src-14e9cd73ea6a59a4bbaa7c1a2f7cb224d3655e29.tar.gz |
Fix miscellaneous mdoc macro argument limit infringements.
PR: 18465
Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
Diffstat (limited to 'contrib/amd')
-rw-r--r-- | contrib/amd/amd/amd.8 | 4 | ||||
-rw-r--r-- | contrib/amd/scripts/amd.conf.5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/amd/amd/amd.8 b/contrib/amd/amd/amd.8 index 8a74ab5..fd4071b 100644 --- a/contrib/amd/amd/amd.8 +++ b/contrib/amd/amd/amd.8 @@ -334,8 +334,8 @@ Department of Computing, Imperial College, London, UK. Department of Computer Science, Columbia University, New York, USA. .Pp -.An Other authors and contributors to am-utils are listed in the -.Nm AUTHORS +Other authors and contributors to am-utils are listed in the +.Pa AUTHORS file distributed with am-utils. .Sh HISTORY The diff --git a/contrib/amd/scripts/amd.conf.5 b/contrib/amd/scripts/amd.conf.5 index 2142622..d788c97 100644 --- a/contrib/amd/scripts/amd.conf.5 +++ b/contrib/amd/scripts/amd.conf.5 @@ -678,8 +678,8 @@ Department of Computer Science, Columbia University, New York, USA. .An Jan-Simon Pendry Aq jsp@doc.ic.ac.uk , Department of Computing, Imperial College, London, UK. .Pp -.An Other Authors and contributers to am-utils are listed in the -.Nm AUTHORS +Other authors and contributers to am-utils are listed in the +.Pa AUTHORS file distributed with am-utils. .Sh HISTORY The |