diff options
author | ru <ru@FreeBSD.org> | 2001-02-01 16:44:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-01 16:44:04 +0000 |
commit | 66cd8f698eee895c4da383fadb4b96550cc19ccd (patch) | |
tree | efb92661e8583b2bb0d620c324f4873ee0c94ab9 /usr.sbin/rmt | |
parent | 0b32553f8976489cd5ee11687f70c18b25edafec (diff) | |
download | FreeBSD-src-66cd8f698eee895c4da383fadb4b96550cc19ccd.zip FreeBSD-src-66cd8f698eee895c4da383fadb4b96550cc19ccd.tar.gz |
mdoc(7) police: split punctuation characters + misc fixes.
Diffstat (limited to 'usr.sbin/rmt')
-rw-r--r-- | usr.sbin/rmt/rmt.8 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/rmt/rmt.8 b/usr.sbin/rmt/rmt.8 index a4175fe..b47a26f 100644 --- a/usr.sbin/rmt/rmt.8 +++ b/usr.sbin/rmt/rmt.8 @@ -100,6 +100,7 @@ indicates that a newline should be supplied: .It Xo Sy \&O Ar device .No \en Ar mode No \en .Xc +.Sm on Open the specified .Ar device using the indicated @@ -114,11 +115,14 @@ number suitable for passing to .Xr open 2 . If a device had already been opened, it is closed before a new open is performed. +.Sm off .It Xo Sy C Ar device No \en .Xc +.Sm on Close the currently open device. The .Ar device specified is ignored. +.Sm off .It Xo Sy L .Ar whence No \en .Ar offset No \en @@ -195,7 +199,6 @@ an ``ack'' is sent with the size of the status buffer, then the status buffer is sent (in binary). .El -.Sm on .Pp Any other command causes .Nm |