diff options
author | ru <ru@FreeBSD.org> | 2003-05-21 21:07:28 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-05-21 21:07:28 +0000 |
commit | 080c619b2ea78e9b83984ad70fa22a6ae5c7572d (patch) | |
tree | e7f27a7275b3a7aee9c98b208a2bb8f0f8593b49 | |
parent | 76385274341df02e6ba28bfa180eb7776c6f31d9 (diff) | |
download | FreeBSD-src-080c619b2ea78e9b83984ad70fa22a6ae5c7572d.zip FreeBSD-src-080c619b2ea78e9b83984ad70fa22a6ae5c7572d.tar.gz |
Markup bits.
Approved by: re (blanket)
-rw-r--r-- | usr.bin/ipcs/ipcs.1 | 4 | ||||
-rw-r--r-- | usr.bin/mt/mt.1 | 4 | ||||
-rw-r--r-- | usr.bin/stat/stat.1 | 5 | ||||
-rw-r--r-- | usr.bin/xargs/xargs.1 | 2 |
4 files changed, 9 insertions, 6 deletions
diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1 index 9aa20d6..0fa25d2 100644 --- a/usr.bin/ipcs/ipcs.1 +++ b/usr.bin/ipcs/ipcs.1 @@ -100,7 +100,7 @@ or the last operation on a semaphore. .It Fl C Ar core Extract values associated with the name list from the specified core instead of the default -.Dq Pa /dev/kmem . +.Pa /dev/kmem . Implies .Fl y . .It Fl M @@ -108,7 +108,7 @@ Display system information about shared memory. .It Fl N Ar system Extract the name list from the specified system instead of the default -.Dq Pa /boot/kernel/kernel . +.Pa /boot/kernel/kernel . Implies .Fl y . .It Fl Q diff --git a/usr.bin/mt/mt.1 b/usr.bin/mt/mt.1 index a0e3185..9723586 100644 --- a/usr.bin/mt/mt.1 +++ b/usr.bin/mt/mt.1 @@ -352,7 +352,9 @@ Extensions regarding the .Xr st 4 driver appeared in .Bx 386 0.1 -as a separate st(1) command, and have been merged into the +as a separate +.Nm st +command, and have been merged into the .Nm command in .Fx 2.1 . diff --git a/usr.bin/stat/stat.1 b/usr.bin/stat/stat.1 index ee99e97..839a71d 100644 --- a/usr.bin/stat/stat.1 +++ b/usr.bin/stat/stat.1 @@ -119,8 +119,9 @@ When run as error messages are automatically suppressed. .It Fl f Ar format Display information using the specified format. -See the FORMATS section -for a description of valid formats. +See the +.Sx FORMATS +section for a description of valid formats. .It Fl l Display output in .Ic ls Fl lT diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index a36edd1..b4bc0ce 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -194,7 +194,7 @@ The current default value for is 5000. .It Fl o Reopen stdin as -.Dq /dev/tty +.Pa /dev/tty in the child process before executing the command. This is useful if you want .Nm |