diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man index 5b126b2a432c..ceee348d6a8c 100644 --- a/usr.bin/at/at.man +++ b/usr.bin/at/at.man @@ -1,4 +1,4 @@ -.\" $Id: at.man,v 1.8 1998/06/04 21:05:53 steve Exp $ +.\" $Id: at.man,v 1.9 1999/02/15 08:34:06 fenner Exp $ .Dd April 12, 1995 .Dt "AT" 1 .Os FreeBSD 2.1 @@ -235,14 +235,14 @@ Allow permission control Deny permission control .It Pa _ATJOB_DIR/_LOCKFILE Job-creation lock file. -.Sh SEE ALSO -.Xr cron 8 , -.Xr nice 1 , -.Xr umask 2 , -.Xr sh 1 , -.Xr sendmail 8 , -.Xr atrun 8 . .El +.Sh SEE ALSO +.Xr nice 1 , +.Xr sh 1 , +.Xr umask 2 , +.Xr atrun 8 , +.Xr cron 8 , +.Xr sendmail 8 .Sh BUGS .Pp If the file diff --git a/usr.bin/enigma/enigma.1 b/usr.bin/enigma/enigma.1 index bddb4827e932..61a4c2689a94 100644 --- a/usr.bin/enigma/enigma.1 +++ b/usr.bin/enigma/enigma.1 @@ -4,11 +4,11 @@ .\" Since enigma itself is distributed in the Public Domain, this file .\" is also. .\" -.\" $Id: enigma.1,v 1.2 1999/01/28 19:22:22 billf Exp $ +.\" $Id: enigma.1,v 1.3 1999/06/24 06:22:20 mpp Exp $ .\" " .Dd October 30, 1998 .Os -.Dt enigma 1 +.Dt ENIGMA 1 .Sh NAME .Nm enigma , .Nm crypt diff --git a/usr.bin/gencat/gencat.1 b/usr.bin/gencat/gencat.1 index 6a4d26cc5f0d..c9959e332396 100644 --- a/usr.bin/gencat/gencat.1 +++ b/usr.bin/gencat/gencat.1 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: gencat.1,v 1.1 1997/09/14 20:23:02 wosch Exp $ +.\" $Id: gencat.1,v 1.2 1998/11/18 04:30:53 jkoshy Exp $ .\" .Dd June 11, 1997 .Dt GENCAT 1 @@ -168,7 +168,7 @@ The utility is compliant with the .St -xpg4 standard. -.Sh AUTHOR +.Sh AUTHORS This manual page by .An Ken Stailey updated and revised by diff --git a/usr.bin/ipcrm/ipcrm.1 b/usr.bin/ipcrm/ipcrm.1 index f7652ab20a35..7dd2c830908c 100644 --- a/usr.bin/ipcrm/ipcrm.1 +++ b/usr.bin/ipcrm/ipcrm.1 @@ -21,10 +21,10 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ipcrm.1,v 1.4 1997/06/23 04:52:05 steve Exp $ +.\" $Id: ipcrm.1,v 1.5 1997/07/15 09:54:34 charnier Exp $ .\"" .Dd August 8, 1994 -.Dt ipcrm 1 +.Dt IPCRM 1 .Os .Sh NAME .Nm ipcrm diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index 30b0c24f205d..68d69295eb25 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -1,8 +1,8 @@ .\" -.\" @(#) $Id: m4.1,v 1.6 1998/06/26 14:25:18 rnordier Exp $ +.\" @(#) $Id: m4.1,v 1.7 1998/12/13 23:15:50 steve Exp $ .\" .Dd January 26, 1993 -.Dt m4 1 +.Dt M4 1 .Os .Sh NAME .Nm m4 diff --git a/usr.bin/more/more.1 b/usr.bin/more/more.1 index bfe36139b325..c31a7c1f43c8 100644 --- a/usr.bin/more/more.1 +++ b/usr.bin/more/more.1 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)more.1 8.2 (Berkeley) 4/18/94 -.\" $Id$ +.\" $Id: more.1,v 1.11 1999/07/12 20:23:47 nik Exp $ .\" .Dd April 18, 1994 .Dt MORE 1 @@ -291,9 +291,9 @@ Specifies terminal type, used by more to get the terminal characteristics necessary to manipulate the screen. .El .Sh SEE ALSO -.Xr gtags 1 , -.Xr global 1 , .Xr ctags 1 , +.Xr global 1 , +.Xr gtags 1 , .Xr vi 1 .Sh BUGS Reading files with long lines is slow. diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index a00c8b75c8f2..010a3458f493 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nice.1 8.1 (Berkeley) 6/6/93 -.\" $Id: nice.1,v 1.7 1998/03/23 07:45:40 charnier Exp $ +.\" $Id: nice.1,v 1.8 1999/06/25 20:54:28 billf Exp $ .\" .Dd June 6, 1993 .Dt NICE 1 @@ -91,10 +91,10 @@ shell is 0 and you are the super-user. .Sh SEE ALSO .Xr csh 1 , .Xr idprio 1 , +.Xr rtprio 1 , .Xr getpriority 2 , .Xr setpriority 2 , -.Xr renice 8 , -.Xr rtprio 1 +.Xr renice 8 .Sh HISTORY A .Nm diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8 index abf0e03bb068..1e99fceeb5ab 100644 --- a/usr.bin/renice/renice.8 +++ b/usr.bin/renice/renice.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)renice.8 8.1 (Berkeley) 6/9/93 -.\" $Id$ +.\" $Id: renice.8,v 1.3 1999/07/12 20:23:54 nik Exp $ .\" .Dd June 9, 1993 .Dt RENICE 8 @@ -121,9 +121,9 @@ to map user names to user ID's .El .Sh SEE ALSO .Xr nice 1 , +.Xr rtprio 1 , .Xr getpriority 2 , -.Xr setpriority 2 , -.Xr rtprio 1 +.Xr setpriority 2 .Sh BUGS Non super-users can not increase scheduling priorities of their own processes, even if they were the ones that decreased the priorities in the first place.