diff options
author | danger <danger@FreeBSD.org> | 2009-01-07 00:54:30 +0000 |
---|---|---|
committer | danger <danger@FreeBSD.org> | 2009-01-07 00:54:30 +0000 |
commit | 8e4bced7182ee5e0466d6c28f4b7802c4c57862f (patch) | |
tree | f7d5afe5e1637efe88c61ce5ca88b1779e5cf0e7 | |
parent | 5648111d56f0a0353614805540d5d6cc24ce592d (diff) | |
download | FreeBSD-src-8e4bced7182ee5e0466d6c28f4b7802c4c57862f.zip FreeBSD-src-8e4bced7182ee5e0466d6c28f4b7802c4c57862f.tar.gz |
- rename the RETURN VALUES section to EXIT STATUS [1]
- convert to .Ex macro
- not bumping a date as this is not a real content change
Approved by: ru
MFC after: 3 days
-rw-r--r-- | usr.sbin/rtsold/rtsold.8 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/rtsold/rtsold.8 b/usr.sbin/rtsold/rtsold.8 index d6ab3d8..1ee932d 100644 --- a/usr.sbin/rtsold/rtsold.8 +++ b/usr.sbin/rtsold/rtsold.8 @@ -220,10 +220,8 @@ must be the absolute path from root to the script file, be a regular file, and be created by the same owner who runs .Nm . .El -.Sh RETURN VALUES -The -.Nm -program exits 0 on success, and >0 on failures. +.Sh EXIT STATUS +.Ex -std .\" .Sh FILES .Bl -tag -width /var/run/rtsold.dump -compact |