diff options
author | 2007-01-29 17:23:44 +0000 | |
---|---|---|
committer | 2007-01-29 17:23:44 +0000 | |
commit | 993d5c50d48411abeb53d62fd50b3c823d38ec91 (patch) | |
tree | 960f316f19732352ba3725557a98362703fc82e4 | |
parent | introduce xsnprintf(); OK otto@ joris@. (diff) | |
download | wireguard-openbsd-993d5c50d48411abeb53d62fd50b3c823d38ec91.tar.xz wireguard-openbsd-993d5c50d48411abeb53d62fd50b3c823d38ec91.zip |
avoid ambiguous wording; from Mark Lumsden
-rw-r--r-- | share/man/man8/rc.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8 index 4ba79ef556c..1072aecb93d 100644 --- a/share/man/man8/rc.8 +++ b/share/man/man8/rc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.8,v 1.22 2004/07/08 10:56:22 jmc Exp $ +.\" $OpenBSD: rc.8,v 1.23 2007/01/29 17:23:44 jmc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -87,7 +87,7 @@ However, if the file exists, .Xr fsck 8 will not be invoked during this boot. -This file is then removed so that it will be run on subsequent boots. +This file is then removed so that fsck will be run on subsequent boots. .Pp The second part of .Nm rc , |