Mon Jun 19 09:46:33 2017 UTC ()
Remove unnecessary Pp.


(wiz)
diff -r1.57 -r1.58 src/sbin/route/route.8

cvs diff -r1.57 -r1.58 src/sbin/route/route.8 (expand / switch to unified diff)

--- src/sbin/route/route.8 2017/06/16 04:40:16 1.57
+++ src/sbin/route/route.8 2017/06/19 09:46:33 1.58
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: route.8,v 1.57 2017/06/16 04:40:16 ozaki-r Exp $ 1.\" $NetBSD: route.8,v 1.58 2017/06/19 09:46:33 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 1983, 1991, 1993 3.\" Copyright (c) 1983, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. Neither the name of the University nor the names of its contributors 14.\" 3. Neither the name of the University nor the names of its contributors
@@ -55,27 +55,26 @@ should tend to this task. @@ -55,27 +55,26 @@ should tend to this task.
55.Nm 55.Nm
56can be used to modify nearly any aspect of the routing policy, 56can be used to modify nearly any aspect of the routing policy,
57except packet forwarding, which can be manipulated through the 57except packet forwarding, which can be manipulated through the
58.Xr sysctl 8 58.Xr sysctl 8
59command. 59command.
60.Pp 60.Pp
61The 61The
62.Nm 62.Nm
63utility supports a limited number of general options, 63utility supports a limited number of general options,
64but a rich command language, enabling the user to specify 64but a rich command language, enabling the user to specify
65any arbitrary request that could be delivered via the 65any arbitrary request that could be delivered via the
66programmatic interface discussed in 66programmatic interface discussed in
67.Xr route 4 . 67.Xr route 4 .
68.Pp 
69.Bl -tag -width Ds 68.Bl -tag -width Ds
70.It Fl d 69.It Fl d
71Turn on debugging 70Turn on debugging
72.It Fl f 71.It Fl f
73Remove all routes (as per 72Remove all routes (as per
74.Cm flush ) . 73.Cm flush ) .
75If used in conjunction with the 74If used in conjunction with the
76.Cm add , 75.Cm add ,
77.Cm change , 76.Cm change ,
78.Cm delete 77.Cm delete
79or 78or
80.Cm get 79.Cm get
81commands, 80commands,