diff options
author | mpp <mpp@FreeBSD.org> | 1996-08-23 01:06:24 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-08-23 01:06:24 +0000 |
commit | a951e1ba652fefc491fbf6283cb7e0a430b41708 (patch) | |
tree | a6370cdbb80614b02a48faf9d1f9c118b4ca4779 /sbin/mknod | |
parent | b4aab8b6f63d316b3e014e8705427713f7493c83 (diff) | |
download | FreeBSD-src-a951e1ba652fefc491fbf6283cb7e0a430b41708.zip FreeBSD-src-a951e1ba652fefc491fbf6283cb7e0a430b41708.tar.gz |
Use the .At macro where appropriate.
Diffstat (limited to 'sbin/mknod')
-rw-r--r-- | sbin/mknod/mknod.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8 index bbfd073..b825e7c 100644 --- a/sbin/mknod/mknod.8 +++ b/sbin/mknod/mknod.8 @@ -104,4 +104,5 @@ will cause the number to be interpreted as octal. .Sh HISTORY A .Nm -command appeared in Version 6 AT&T UNIX. +command appeared in +.At v6 . |