diff options
author | brian <brian@FreeBSD.org> | 2000-10-04 18:58:46 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2000-10-04 18:58:46 +0000 |
commit | 12f7c0812bc9307092b240ca79bd7b3670345cd6 (patch) | |
tree | a074e986be87ca2bbf5cfda73da3f9e780e2ea64 /share | |
parent | 5135c38a27d3cf791a98f149db31afd9e1a5294a (diff) | |
download | FreeBSD-src-12f7c0812bc9307092b240ca79bd7b3670345cd6.zip FreeBSD-src-12f7c0812bc9307092b240ca79bd7b3670345cd6.tar.gz |
Add a unaligned_print option (alpha only)
Document osf1_enable
Submitted by: Eric D. Futch <efutch@nyct.net>
PR: 21649
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/rc.conf.5 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index d33b1bd..70dd800 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -1157,6 +1157,11 @@ this specifies a list of additional iBCS2 loaders to enable. .Ar YES if you wish to enable Linux/ELF binary emulation at system initial boot time. +.It Ar osf1_enable +(bool) Set to +.Ar YES +if you wish to enable OSF/1 (Digital UNIX) binary emulation at system +initial boot time. (alpha) .It Ar clear_tmp_enable (bool) Set to .Ar YES @@ -1216,6 +1221,10 @@ is set to these are the flags to pass to the .Xr sshd 8 daemon. +.It Ar unaligned_print +(bool) If set to +.Ar NO +then unaligned access warnings will not be printed. (alpha) .Sh FILES .Bl -tag -width /etc/defaults/rc.conf -compact .It Pa /etc/defaults/rc.conf |