diff options
author | mpp <mpp@FreeBSD.org> | 1996-08-23 00:57:08 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-08-23 00:57:08 +0000 |
commit | b4aab8b6f63d316b3e014e8705427713f7493c83 (patch) | |
tree | 5aed7de05d0ba7a861aa603016366bb10677a5ba /usr.bin/which | |
parent | 5137ea821e27226b40fe3d57ce024a6b96a8610d (diff) | |
download | FreeBSD-src-b4aab8b6f63d316b3e014e8705427713f7493c83.zip FreeBSD-src-b4aab8b6f63d316b3e014e8705427713f7493c83.tar.gz |
Use the .Fx macro where appropriate.
Diffstat (limited to 'usr.bin/which')
-rw-r--r-- | usr.bin/which/which.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index 62a4d22..f37f2f9 100644 --- a/usr.bin/which/which.1 +++ b/usr.bin/which/which.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE .\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: which.1,v 1.3 1995/01/30 22:21:28 jkh Exp $ +.\" $Id: which.1,v 1.4 1996/08/17 23:31:38 wosch Exp $ .Dd January 26, 1995 .Dt WHICH 1 .Os FreeBSD @@ -55,7 +55,8 @@ none are found. .Sh HISTORY The .Nm -command first appeared in FreeBSD 2.1 +command first appeared in +.Fx 2.1 . .Sh SEE ALSO .Xr perl 1 .Sh AUTHOR |