~ubuntu-branches/ubuntu/precise/util-linux/precise-proposed

« back to all changes in this revision

Viewing changes to sys-utils/ldattach.8

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-06-20 22:31:50 UTC
  • mfrom: (1.6.3 upstream) (4.5.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110620223150-lz8wrv0946ihcz3z
Tags: 2.19.1-2ubuntu1
* Merge from Debian unstable, remaining changes:
  - Build for multiarch.
  - Add pre-depends on multiarch-support.
  - configure.ac: don't try to be clever about extracting a path name from
    $libdir to append to /usr in a way that's not overridable; instead,
    reuse the built-in configurable libexecdir.
  - Fix up the .pc.in files to know about libexecdir, so our substitutions
    don't leave us with unusable pkg-config files.
  - Install custom blkid.conf to use /dev/.blkid.tab since we don't
    expect device names to survive a reboot
  - Mention mountall(8) in fstab(5) manpages, along with its special
    options.
  - Since upstart is required in Ubuntu, the hwclock.sh init script is not
    called on startup and the hwclockfirst.sh init script is removed.
  - Drop depends on initscripts for the above.
  - Replace hwclock udev rule with an Upstart job.
  - For the case where mount is called with a directory to mount, look
    that directory up in mountall's /lib/init/fstab if we couldn't find
    it mentioned anywhere else.  This means "mount /proc", "mount /sys",
    etc. work.
  - mount.8 points to the cifs-utils package, not the obsolete smbfs one. 
* Dropped changes:
  - mount.preinst: lsb_release has been fixed in lucid and above to be
    usable without configuration, so we don't have to diverge from Debian
    here anymore.
* Changes merged upstream:
  - sfdisk support for '+' with '-N'
  - mount/umount.c: fix a segfault on umount with empty mtab entry
  - Fix arbitrary unmount with fuse security issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" Copyright 2008 Tilman Schmidt (tilman@imap.cc)
2
2
.\" May be distributed under the GNU General Public License version 2 or later
3
 
.TH LDATTACH 8 "14 January 2008" "Linux 2.6" "Linux Programmer's Manual"
 
3
.TH LDATTACH 8 "14 February 2010" "Linux 2.6" "Linux Programmer's Manual"
4
4
.SH NAME
5
5
ldattach \- attach a line discipline to a serial line
6
6
.SH SYNOPSIS
8
8
.RB [ \-dhV78neo12 ]
9
9
.RB [ \-s
10
10
.IR speed ]
 
11
.RB [ \-i
 
12
.IR iflag ]
11
13
.I ldisc device
12
14
.SH DESCRIPTION
13
15
The
122
124
.TP
123
125
\fB-2\fP | \fB--twostopbits\fP
124
126
Sets the number of stop bits of the serial line to two.
 
127
.TP
 
128
\fB-i\fP \fIvalue\fP | \fB--iflag\fP [\fB-\fP]\fIvalue\fP{,...}
 
129
Sets the specified bits in the c_iflag word of the serial line.
 
130
\fIValue\fP may be a number or a symbolic name.
 
131
If \fIvalue\fP is prefixed by a minus sign, clear the specified bits instead.
 
132
Several comma separated \fIvalue\fPs may be given in order to
 
133
set and clear multiple bits.
125
134
.SH "SEE ALSO"
126
135
.BR inputattach (1),
127
136
.BR ttys (4)
130
139
Tilman Schmidt (tilman@imap.cc)
131
140
.fi
132
141
.SH AVAILABILITY
133
 
The ldattach command is part of the util-linux-ng package
 
142
The ldattach command is part of the util-linux package
134
143
and is available from
135
 
ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
 
144
ftp://ftp.kernel.org/pub/linux/utils/util-linux/.