diff options
Diffstat (limited to 'usr.bin/arch/arch.1')
-rw-r--r-- | usr.bin/arch/arch.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/arch/arch.1 b/usr.bin/arch/arch.1 index d6f3b744564..3c0204f4252 100644 --- a/usr.bin/arch/arch.1 +++ b/usr.bin/arch/arch.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arch.1,v 1.6 2000/03/11 21:40:07 aaron Exp $ +.\" $OpenBSD: arch.1,v 1.7 2000/03/23 21:10:11 aaron Exp $ .\" .\" Copyright (c) 1994 SigmaSoft, Th. Lockert .\" All rights reserved. @@ -28,7 +28,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. .\" -.\" $OpenBSD: arch.1,v 1.6 2000/03/11 21:40:07 aaron Exp $ +.\" $OpenBSD: arch.1,v 1.7 2000/03/23 21:10:11 aaron Exp $ .\" .Dd June 22, 1996 .Dt ARCH 1 @@ -55,7 +55,8 @@ operating system and the instruction set architecture, while displays the kernel architecture (without the operating system part). Note that both commands output the target architecture as opposed to .Xr uname 1 -which describes the host. This is useful for dynamic discovery +which describes the host. +This is useful for dynamic discovery of the target architecture in build or configuration scripts needing to work in cross-compilation environments. .Pp |