From 3f1417ff2d1e3fc91ae02c63cfb10eb1f50167cd Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 9 Oct 2002 21:58:09 +0000 Subject: Move the man page of rfcomm to section 1 --- rfcomm/Makefile.am | 2 +- rfcomm/rfcomm.1 | 36 ++++++++++++++++++++++++++++++++++++ rfcomm/rfcomm.8 | 36 ------------------------------------ 3 files changed, 37 insertions(+), 37 deletions(-) create mode 100644 rfcomm/rfcomm.1 delete mode 100644 rfcomm/rfcomm.8 (limited to 'rfcomm') diff --git a/rfcomm/Makefile.am b/rfcomm/Makefile.am index 83b1f3f2..8ba03314 100644 --- a/rfcomm/Makefile.am +++ b/rfcomm/Makefile.am @@ -10,7 +10,7 @@ bin_PROGRAMS = rfcomm rfcomm_SOURCES = main.c parser.h parser.y lexer.l kword.h kword.c rfcomm_CONFIG = rfcomm.conf -man_MANS = rfcomm.8 +man_MANS = rfcomm.1 YFLAGS = -d diff --git a/rfcomm/rfcomm.1 b/rfcomm/rfcomm.1 new file mode 100644 index 00000000..51a258dc --- /dev/null +++ b/rfcomm/rfcomm.1 @@ -0,0 +1,36 @@ +.\" +.\" This program is free software; you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation; either version 2 of the License, or +.\" (at your option) any later version. +.\" +.\" This program is distributed in the hope that it will be useful, +.\" but WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public License +.\" along with this program; if not, write to the Free Software +.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +.\" +.\" +.TH RFCOMM 1 "APRIL 28, 2002" "" "" + +.SH NAME +rfcomm \- RFCOMM configuration utility +.SH SYNOPSIS +.BR "rfcomm +[-i +.I hciX | bdaddr +] < +.I command +> < +.I dev +> +.SH DESCRIPTION +.B rfcomm +is used to set up, maintain, and inspect the RFCOMM configuration +of the Bluetooth subsystem in the Linux kernel. +.SH AUTHOR +Written by Marcel Holtmann . +.br diff --git a/rfcomm/rfcomm.8 b/rfcomm/rfcomm.8 deleted file mode 100644 index d60af804..00000000 --- a/rfcomm/rfcomm.8 +++ /dev/null @@ -1,36 +0,0 @@ -.\" -.\" This program is free software; you can redistribute it and/or modify -.\" it under the terms of the GNU General Public License as published by -.\" the Free Software Foundation; either version 2 of the License, or -.\" (at your option) any later version. -.\" -.\" This program is distributed in the hope that it will be useful, -.\" but WITHOUT ANY WARRANTY; without even the implied warranty of -.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -.\" GNU General Public License for more details. -.\" -.\" You should have received a copy of the GNU General Public License -.\" along with this program; if not, write to the Free Software -.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -.\" -.\" -.TH RFCOMM 8 "APRIL 28, 2002" "" "" - -.SH NAME -rfcomm \- RFCOMM configuration utility -.SH SYNOPSIS -.BR "rfcomm -[-i -.I hciX | bdaddr -] < -.I command -> < -.I dev -> -.SH DESCRIPTION -.B rfcomm -is used to set up, maintain, and inspect the RFCOMM configuration -of the Bluetooth subsystem in the Linux kernel. -.SH AUTHOR -Written by Marcel Holtmann . -.br -- cgit