diff options
author | fenner <fenner@FreeBSD.org> | 1999-02-15 08:34:14 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-02-15 08:34:14 +0000 |
commit | 1fff2694564e771c8d6a0deb7c89f35063341fcc (patch) | |
tree | aa2f7703016ca6e7258ffca262db8f089afdd7d5 /libexec/xtend | |
parent | ec961933020ca4e5485a9283b73fe2d3f8cb312f (diff) | |
download | FreeBSD-src-1fff2694564e771c8d6a0deb7c89f35063341fcc.zip FreeBSD-src-1fff2694564e771c8d6a0deb7c89f35063341fcc.tar.gz |
Clean up some .Os macro uses: quotes are not needed, multiple arguments
don't really work if the first one isn't "FreeBSD", and "FreeBSD-Experimental"
isn't an OS name.
Diffstat (limited to 'libexec/xtend')
-rw-r--r-- | libexec/xtend/xtend.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/xtend/xtend.8 b/libexec/xtend/xtend.8 index a990118..f970aa6a 100644 --- a/libexec/xtend/xtend.8 +++ b/libexec/xtend/xtend.8 @@ -27,12 +27,12 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: xtend.8,v 1.8 1997/12/04 07:25:18 charnier Exp $ +.\" $Id: xtend.8,v 1.9 1998/03/19 07:37:36 charnier Exp $ .\" .Th XTEND 8 "30 Oct 1993" .Dd Oct 30, 1993 .Dt XTEND 8 -.Os BSD FreeBSD +.Os FreeBSD .Sh NAME .Nm xtend .Nd X-10 daemon |