diff options
author | dwmalone <dwmalone@FreeBSD.org> | 2001-02-11 21:19:31 +0000 |
---|---|---|
committer | dwmalone <dwmalone@FreeBSD.org> | 2001-02-11 21:19:31 +0000 |
commit | fcd1a54dca5be37dd1cafbdbab2f97f6405cadc8 (patch) | |
tree | f344cd8996fad6fc45ce5bc9eea6c127bd3698dc /usr.bin/make | |
parent | 5e119dda312f94766b1ec1e98dd0cf792c9eff21 (diff) | |
download | FreeBSD-src-fcd1a54dca5be37dd1cafbdbab2f97f6405cadc8.zip FreeBSD-src-fcd1a54dca5be37dd1cafbdbab2f97f6405cadc8.tar.gz |
Uname is in section 3 of the manual pages.
PR: 25008
Submitted by: fullermd@over-yonder.net
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/make.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 0f74282..e3f1347 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -567,7 +567,7 @@ Name of the machine architecture is running on, obtained from the .Ev MACHINE environment variable, or through -.Xr uname 2 +.Xr uname 3 if not defined. .It Va MACHINE_ARCH Name of the machine architecture |