diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-15 09:09:47 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-15 09:09:47 +0000 |
commit | d628d776c45a0e11a0a035597d49023942501ecc (patch) | |
tree | 2255b1b74fe7c2ae878d3c7aa8d6573d86f4e05d /usr.bin/tee/tee.1 | |
parent | b100cf6afb2da07faecd647b8e018b7370399e7a (diff) | |
download | src-d628d776c45a0e11a0a035597d49023942501ecc.tar.gz src-d628d776c45a0e11a0a035597d49023942501ecc.zip |
mdoc(7) police: utilize the new .Ex macro.
Notes
Notes:
svn path=/head/; revision=81687
Diffstat (limited to 'usr.bin/tee/tee.1')
-rw-r--r-- | usr.bin/tee/tee.1 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/tee/tee.1 b/usr.bin/tee/tee.1 index f56bd4ebd7e5..4da4347d1775 100644 --- a/usr.bin/tee/tee.1 +++ b/usr.bin/tee/tee.1 @@ -77,9 +77,7 @@ except in the event of the .Fl i option. .Sh DIAGNOSTICS -The -.Nm -utility exits 0 on success, and >0 if an error occurs. +.Ex -std .Sh STANDARDS The .Nm |