diff options
author | chris <chris@FreeBSD.org> | 2000-01-16 05:15:48 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2000-01-16 05:15:48 +0000 |
commit | b3412e9f7e5d69a30bbee562bfa6e398761babd8 (patch) | |
tree | cf7ca74a25d2f4f1c40595232e75a4f2f8f73f54 | |
parent | 2e01efe7c18ff9d09c0fcfafc7d0ac1c7993a088 (diff) | |
download | FreeBSD-src-b3412e9f7e5d69a30bbee562bfa6e398761babd8.zip FreeBSD-src-b3412e9f7e5d69a30bbee562bfa6e398761babd8.tar.gz |
Replace a conjunction "you're" with "you are". This makes
reading by non-native English speakers a little bit easier, and
follows some basic doc guidelines.
-rw-r--r-- | share/man/man5/sysctl.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man5/sysctl.conf.5 b/share/man/man5/sysctl.conf.5 index b6ef7a0..08e6fb1 100644 --- a/share/man/man5/sysctl.conf.5 +++ b/share/man/man5/sysctl.conf.5 @@ -49,7 +49,7 @@ Initial settings for .Xr sysctl 8 . .Sh EXAMPLES To turn off logging of programs that exit due to fatal signals, as well as -telling Linux programs that you're running FreeBSD 3.4-STABLE, you may use +telling Linux programs that you are running FreeBSD 3.4-STABLE, you may use a configuration like .Bd -literal -offset indent kern.logsigexit=0 |